Skip to content

Commit

Permalink
Merge pull request #3 from alisonjo315/patch-1
Browse files Browse the repository at this point in the history
let this plugin be installed with PHP 8
  • Loading branch information
uberhacker authored Feb 13, 2023
2 parents 12a3bcf + c8a2d8b commit b8cbe29
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 @@ -21,7 +21,7 @@
},
"license": "MIT",
"require": {
"php": "^5.5 || ^7.0"
"php": "^5.5 || ^7.0 || ^8.0"
},
"require-dev": {
"squizlabs/php_codesniffer": "^2.7"
Expand Down

0 comments on commit b8cbe29

Please sign in to comment.