Skip to content

Commit

Permalink
Merge pull request #14 from janlanger/patch-1
Browse files Browse the repository at this point in the history
Allow PHP 8
  • Loading branch information
jderusse authored Jan 7, 2021
2 parents fefdf80 + f3e2164 commit 32b0e02
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 @@ -2,7 +2,7 @@
"name": "jderusse/composer-warmup",
"type": "composer-plugin",
"require": {
"php": "^7.0",
"php": "^7.0 || ^8.0",
"composer-plugin-api": "^1.0 || ^2.0",
"ext-Zend-OPcache": "*",
"ext-sockets": "*"
Expand Down

0 comments on commit 32b0e02

Please sign in to comment.