renoki-co / laravel-php-k8s

Just a simple port of renoki-co/php-k8s for easier access in Laravel
Apache License 2.0
86 stars 7 forks source link

php-helm laravel 10 install problem #86

Open web-engineer opened 5 months ago

web-engineer commented 5 months ago

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?