LoginSignup
0
0

More than 1 year has passed since last update.

but it does not match your minimum-stability.

Last updated at Posted at 2022-12-29
composer.jsonがないときは
echo {} > composer.json
composer config minimum-stability dev

エラー内容

composer require amphp/http-client:v5.x-dev
./composer.json has been updated
Running composer update amphp/http-client
Loading composer repositories with package information
Updating dependencies
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - Root composer.json requires amphp/http-client v5.x-dev -> satisfiable by amphp/http-client[v5.x-dev].
    - amphp/http-client v5.x-dev requires php >=8.1 -> your php version (7.2.34) does not satisfy that requirement.


Installation failed, reverting ./composer.json to its original content.

image.png

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0