Warning from https://repo.packagist.org: Support for Composer 1 is deprecated and some packages will not be available. You should upgrade to Composer 2. See https://blog.packagist.com/deprecating-composer-1-support/
Updating dependencies (including require-dev)
Your requirements could not be resolved to an installable set of packages.
Problem 1
- guzzlehttp/guzzle 7.0.1 requires php ^7.2.5 -> your PHP version (8.0.7) does not satisfy that requirement.
- guzzlehttp/guzzle 7.0.1 requires php ^7.2.5 -> your PHP version (8.0.7) does not satisfy that requirement.
- guzzlehttp/guzzle 7.0.1 requires php ^7.2.5 -> your PHP version (8.0.7) does not satisfy that requirement.
- Installation request for guzzlehttp/guzzle (locked at 7.0.1) -> satisfiable by guzzlehttp/guzzle[7.0.1].
Installation failed, reverting ./composer.json to its original content.
Asked
Active
Viewed 1,899 times
-2

Suraj Rao
- 29,388
- 11
- 94
- 103

sandeep singh
- 1
- 1
-
1Does this answer your question? [Override PHP base dependency in composer](https://stackoverflow.com/questions/32838881/override-php-base-dependency-in-composer) – Haridarshan Jun 22 '21 at 15:26
-
Which version of php are you using? Try: composer clearcache composer selfupdate – Kevin Jun 22 '21 at 15:37