Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

php-helm laravel 10 install problem #86

Open
web-engineer opened this issue Jan 18, 2024 · 0 comments
Open

php-helm laravel 10 install problem #86

web-engineer opened this issue Jan 18, 2024 · 0 comments

Comments

@web-engineer
Copy link

Using latest laravel (10 at time of writing), tryign to install the php-helm component fails -

>>> composer require renoki-co/php-helm
./composer.json has been updated
Running composer update renoki-co/php-helm
Loading composer repositories with package information
Updating dependencies
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - renoki-co/php-helm[1.0.0, ..., 1.5.0] require symfony/process ^5.0 -> found symfony/process[v5.0.0, ..., v5.4.34] but the package is fixed to v6.4.2 (lock file version) by a partial update and that version does not match. Make sure you list it as an argument for the update command.
    - renoki-co/php-helm[1.5.1, ..., 1.6.0] require illuminate/macroable ^7.40|^8.40 -> found illuminate/macroable[v8.40.0, ..., v8.83.27] but these were not loaded, likely because it conflicts with another require.
    - renoki-co/php-helm[1.7.0, ..., 1.9.0] require illuminate/macroable ^8.67.0 -> found illuminate/macroable[v8.67.0, ..., v8.83.27] but these were not loaded, likely because it conflicts with another require.
    - renoki-co/php-helm 1.10.0 requires illuminate/macroable ^8.83|^9.0.1 -> found illuminate/macroable[v8.83.0, ..., v8.83.27, v9.0.1, ..., v9.52.16] but these were not loaded, likely because it conflicts with another require.
    - renoki-co/php-helm 1.11.0 requires illuminate/macroable ^9.0.1 -> found illuminate/macroable[v9.0.1, ..., v9.52.16] but these were not loaded, likely because it conflicts with another require.
    - Root composer.json requires renoki-co/php-helm * -> satisfiable by renoki-co/php-helm[1.0.0, ..., 1.11.0].

Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.
You can also try re-running composer require with an explicit version constraint, e.g. "composer require renoki-co/php-helm:*" to figure out if any version is installable, or "composer require renoki-co/php-helm:^2.1" if you know which you need.

Installation failed, reverting ./composer.json and ./composer.lock to their original content.

Laravel 10 looks to be using symfony v6.4.2, this package is looking for 5 but looks like thats not the current version in use.

Is there plans to support the current laravel release with this package?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant