We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4fd208 commit b587ea8Copy full SHA for b587ea8
composer.json
@@ -14,15 +14,15 @@
14
}
15
],
16
"require": {
17
- "php": "^8.0",
18
- "phpunit/phpunit": "^9.5",
+ "php": "^7.2 || ^8.0",
+ "phpunit/phpunit": "^8.0 || ^9.3",
19
"psr/http-message": "^1.0"
20
},
21
"require-dev": {
22
- "guzzlehttp/psr7": "^2.4",
23
- "laminas/laminas-diactoros": "^2.22",
24
- "nyholm/psr7": "^1.5",
25
- "ringcentral/psr7": "^1.3",
+ "guzzlehttp/psr7": "^1.7 || ^2.0",
+ "laminas/laminas-diactoros": "^2.1",
+ "nyholm/psr7": "^1.0",
+ "ringcentral/psr7": "^1.2",
26
"slim/psr7": "dev-master"
27
28
"extra": {
0 commit comments