Skip to content

Commit 7e14fc3

Browse files
author
Christopher Burge
committed
Add PHP 8 support in composer.json
1 parent fed520e commit 7e14fc3

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
@@ -23,7 +23,7 @@
2323
"issues": "https://github.com/neilime/php-css-lint/issues"
2424
},
2525
"require": {
26-
"php": "^7.3",
26+
"php": "^7.3 || ^8",
2727
"ext-json": "*"
2828
},
2929
"require-dev": {

0 commit comments

Comments
 (0)