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

Your requirements could not be resolved to an installable set of packages #19

Closed declum closed 2 years ago

declum commented 2 years ago

With the latest laravel, both renoki-co/php-k8s and laravel-php-k8s is not getting installed.

$ curl -s https://laravel.build/example-app | bash .... Thank you! We hope you build something incredible. Dive in with: cd example-app && ./vendor/bin/sail up

$ composer require renoki-co/php-k8s Using version ^3.1 for renoki-co/php-k8s ./composer.json has been updated Running composer update renoki-co/php-k8s Loading composer repositories with package information Updating dependencies Your requirements could not be resolved to an installable set of packages.

Problem 1

Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.

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

$ composer require renoki-co/laravel-php-k8s Using version ^3.1 for renoki-co/laravel-php-k8s ./composer.json has been updated Running composer update renoki-co/laravel-php-k8s Loading composer repositories with package information Updating dependencies Your requirements could not be resolved to an installable set of packages.

Problem 1

Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.

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

declum commented 2 years ago

composer require guzzlehttp/psr7:1.8.3

Seems to solve the problem