Skip to content

Commit

Permalink
Bump minimum versions for PHP 8.1 support (#2939)
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamCampbell committed Oct 7, 2021
1 parent 5da9dac commit 7ec2e2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Expand Up @@ -53,8 +53,8 @@
"require": {
"php": "^7.2.5 || ^8.0",
"ext-json": "*",
"guzzlehttp/promises": "^1.4",
"guzzlehttp/psr7": "^1.7 || ^2.0",
"guzzlehttp/promises": "^1.5",
"guzzlehttp/psr7": "^1.8.3 || ^2.1",
"psr/http-client": "^1.0",
"symfony/deprecation-contracts": "^2.2"
},
Expand Down

0 comments on commit 7ec2e2a

Please sign in to comment.