Skip to content

Commit 81ac282

Browse files
committed
Add support for PHP 8
1 parent 7d47a13 commit 81ac282

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
@@ -21,7 +21,7 @@
2121
"files": [ "scaffold-package-command.php" ]
2222
},
2323
"require": {
24-
"php": "^5.6 || ^7.0",
24+
"php": "^5.6 || ^7 || ^8",
2525
"wp-cli/wp-cli": "^2",
2626
"wp-cli/package-command": "^2",
2727
"wp-cli/scaffold-command": "^2"

0 commit comments

Comments
 (0)