Skip to content

Commit bbf71f6

Browse files
Update composer.json
permit to be installed under php 8 (might not work)
1 parent 6b290be commit bbf71f6

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
"psr-4": { "Leafo\\ScssPhp\\Test\\": "tests/" }
2222
},
2323
"require": {
24-
"php": "^5.4.0 || ^7"
24+
"php": "^5.4.0 || ^7 || ^8.0"
2525
},
2626
"require-dev": {
2727
"squizlabs/php_codesniffer": "~2.5",

0 commit comments

Comments
 (0)