Open akiirax opened 1 year ago
Problem 1
- Root composer.json requires swow/swow ^1.3 -> satisfiable by swow/swow[v1.3.0, v1.3.1].
- swow/swow[v1.3.0, ..., v1.3.1] require psr/http-message ^1.1 -> found psr/http-message[1.1] but the package is fixed to 1.0.1 (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.
From this display, it can be seen that your computer does not have a composer. json, but it does have a composer. lock
No that was an empty directory completely.
I'll retry in a completely different environment and re-verify.
This is the result of my experiment in an empty directory
swow/swow[v1.3.0, ..., v1.3.1] require psr/http-message ^1.1
but the package is fixed to 1.0.1 (lock file version)
try to update psr/http-message
first?
composer update psr/http-message
composer require swow/swow
php82 ~/bin/composer require swow/swow