Skip to content

Commit

Permalink
Make installable on PHP 8.x (#58)
Browse files Browse the repository at this point in the history
* fix: make installable on php 8.x
  • Loading branch information
evs-xsarus authored and ah-net committed May 1, 2024
1 parent 3efce6f commit b692356
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"php": ">=8.0 <8.3",
"php": "^8.0",
"laminas/laminas-http": "^2.15.0"
},
"require-dev": {
Expand Down

0 comments on commit b692356

Please sign in to comment.