Skip to content

Commit

Permalink
PHP8.0 compatibility has been tested. Enable support in composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasnetau committed Sep 2, 2021
1 parent 42cac2b commit 1361a04
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 @@ -6,7 +6,7 @@
"authors": [ { "name": "James Lucas", "email": "james@lucas.net.au" } ],
"type": "library",
"require": {
"php": "^7.4",
"php": "^7.4|^8.0",
"ext-json": "*",
"ext-pcntl": "*",
"evenement/evenement": "^3.0.1",
Expand Down

0 comments on commit 1361a04

Please sign in to comment.