- Issue created by @mukhtarm
- Assigned to shiv_yadav
- Issue was unassigned.
- 🇯🇵Japan xiaohua guan Tokyo, Japan
@shiv_yadav
The error is caused by psr/http-message. If you downgrade the version of the package from 2.0 to 1.1, I think the cloud module can be installed.
- 🇮🇳India mukhtarm
I don't have
psr/http-message
package listed in my composer.json in D10. Although i could see an entry in the composer.lock as follows:{ "name": "psr/http-client", "version": "1.0.3", "source": { "type": "git", "url": "https://github.com/php-fig/http-client.git", "reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-fig/http-client/zipball/bb5906edc1c324c9a05aa0873d40117941e5fa90", "reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90", "shasum": "" }, "require": { "php": "^7.0 || ^8.0", "psr/http-message": "^1.0 || ^2.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { "Psr\\Http\\Client\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "PHP-FIG", "homepage": "https://www.php-fig.org/" } ], "description": "Common interface for HTTP clients", "homepage": "https://github.com/php-fig/http-client", "keywords": [ "http", "http-client", "psr", "psr-18" ], "support": { "source": "https://github.com/php-fig/http-client" }, "time": "2023-09-23T14:17:50+00:00" },
Can you explain more how can downgrade the
psr/http-message
package to 1.1? - 🇯🇵Japan xiaohua guan Tokyo, Japan
@mukhtarm
Can you try the command below?
composer require psr/http-message:1.1
- last update
about 1 year ago Composer require failure - @xiaohua-guan opened merge request.
- last update
about 1 year ago Composer require failure - First commit to issue fork.
- last update
about 1 year ago Composer require failure - last update
about 1 year ago Composer require failure