Skip to content

Commit

Permalink
Merge pull request #1 from gaka2/PHP_8
Browse files Browse the repository at this point in the history
Support for PHP 8
  • Loading branch information
bpacholek committed Oct 22, 2022
2 parents 3022fe1 + 7b30e7a commit 1ca4609
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 @@ -17,7 +17,7 @@
],
"minimum-stability": "dev",
"require": {
"php": "^7.1",
"php": ">=7.1",
"ext-curl": "*",
"myclabs/php-enum": "^1.7.2"
},
Expand Down

0 comments on commit 1ca4609

Please sign in to comment.