Skip to content

Commit b587ea8

Browse files
Revert version bumps
1 parent a4fd208 commit b587ea8

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@
1414
}
1515
],
1616
"require": {
17-
"php": "^8.0",
18-
"phpunit/phpunit": "^9.5",
17+
"php": "^7.2 || ^8.0",
18+
"phpunit/phpunit": "^8.0 || ^9.3",
1919
"psr/http-message": "^1.0"
2020
},
2121
"require-dev": {
22-
"guzzlehttp/psr7": "^2.4",
23-
"laminas/laminas-diactoros": "^2.22",
24-
"nyholm/psr7": "^1.5",
25-
"ringcentral/psr7": "^1.3",
22+
"guzzlehttp/psr7": "^1.7 || ^2.0",
23+
"laminas/laminas-diactoros": "^2.1",
24+
"nyholm/psr7": "^1.0",
25+
"ringcentral/psr7": "^1.2",
2626
"slim/psr7": "dev-master"
2727
},
2828
"extra": {

0 commit comments

Comments
 (0)