Skip to content

Commit

Permalink
Bumped minimum versions for PHP 8.1 support
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamCampbell authored Oct 7, 2021
1 parent 89edc47 commit 5ae8973
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",
"guzzlehttp/psr7": "^1.7 || ^2.0",
"guzzlehttp/uri-template": "^0.2 || ^1.0"
"guzzlehttp/command": "^1.2.1",
"guzzlehttp/psr7": "^1.8.3 || ^2.1",
"guzzlehttp/uri-template": "^1.0.1"
},
"require-dev": {
"phpunit/phpunit": "^8.5.19 || ^9.5.8"
Expand Down

0 comments on commit 5ae8973

Please sign in to comment.