Skip to content

Commit

Permalink
Merge pull request #3 from niconoe-/patch-1
Browse files Browse the repository at this point in the history
Update composer.json to make the tool PHP 8 compliant
  • Loading branch information
Tithugues authored Dec 3, 2021
2 parents 09e40e1 + deea3dc commit f7dd547
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 @@ -13,7 +13,7 @@
}
],
"require": {
"php": "^7.1"
"php": "^7.1|^8.0"
},
"require-dev": {
"phpunit/phpunit": "^7.4.4",
Expand Down

0 comments on commit f7dd547

Please sign in to comment.