Skip to content

Commit

Permalink
Revert "Bumped minimum versions for PHP 8.1 support"
Browse files Browse the repository at this point in the history
This reverts commit 5ae8973.
  • Loading branch information
GrahamCampbell committed Oct 7, 2021
1 parent 5ae8973 commit 3731f12
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@
"require": {
"php": "^7.2.5 || ^8.0",
"guzzlehttp/guzzle": "^7.3",
"guzzlehttp/command": "^1.2.1",
"guzzlehttp/psr7": "^1.8.3 || ^2.1",
"guzzlehttp/uri-template": "^1.0.1"
"guzzlehttp/command": "^1.2",
"guzzlehttp/psr7": "^1.7 || ^2.0",
"guzzlehttp/uri-template": "^0.2 || ^1.0"
},
"require-dev": {
"phpunit/phpunit": "^8.5.19 || ^9.5.8"
Expand Down

0 comments on commit 3731f12

Please sign in to comment.