Skip to content

Commit

Permalink
Revert "Guess the latest we get is 8.1"
Browse files Browse the repository at this point in the history
This reverts commit 89c1add.
  • Loading branch information
Travis Dent committed Nov 16, 2023
1 parent 89c1add commit 719d216
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@
"issues": "http://github.com/tcdent/php-restclient/issues"
},
"require": {
"php": ">=8.1",
"php": ">=8.2",
"ext-curl": "*",
"ext-json": "*"
},
"require-dev": {
"php": ">=8.1",
"php": ">=8.2",
"phpunit/phpunit": ">=9.6"
},
"autoload": {
Expand Down

0 comments on commit 719d216

Please sign in to comment.