Skip to content

Commit 32b0e02

Browse files
authored
Merge pull request #14 from janlanger/patch-1
Allow PHP 8
2 parents fefdf80 + f3e2164 commit 32b0e02

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "jderusse/composer-warmup",
33
"type": "composer-plugin",
44
"require": {
5-
"php": "^7.0",
5+
"php": "^7.0 || ^8.0",
66
"composer-plugin-api": "^1.0 || ^2.0",
77
"ext-Zend-OPcache": "*",
88
"ext-sockets": "*"

0 commit comments

Comments
 (0)