Closed arashnz closed 1 year ago
No, for now only the 5.x dev version is compatible with amphp 3. You can use this:
"amphp/http-client": "^5.0@beta",
is this release stable? can i use older versions?
seems latest compatible stable release is v0.7.1 that i know have some serious bugs
Not sure where you found 0.7.1. 4.x is the latest stable version compatible with amphp/amp 2.x. If you want to use amphp/amp 3.x, you have to use the beta versions which are not stable, yet.
Hello,
I installed latest version of amp using composer, and composer created this line in my composer.json file: "amphp/amp": "^3.0" Now, i want to install latest version of amp/http-client and i receive this error:
Your requirements could not be resolved to an installable set of packages. Problem 1
how can i solve this problem?