Skip to content

Commit 21c1d59

Browse files
committed
Allow PHP 8
1 parent ddf26ba commit 21c1d59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"issues" : "https://github.com/phar-io/executor/issues"
1919
},
2020
"require" : {
21-
"php" : "^7.2",
21+
"php" : "^7.2||^8.:",
2222
"phar-io/filesystem" : "^2.0"
2323
},
2424
"autoload": {

0 commit comments

Comments
 (0)