Skip to content

Commit 17f3fe5

Browse files
author
Eugene Matvejev
authored
Merge pull request #34 from eugene-matvejev/exlude_php705
RC5 - exclude PHP 7.0.5 as it had bugged SPL
2 parents 7c42fa2 + 24c80f1 commit 17f3fe5

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
}
2222
},
2323
"require": {
24-
"php": ">= 5.5.9",
24+
"php": ">= 5.5.9 || 7.0.0 - 7.0.4 || >= 7.0.6",
2525
"leafo/lessphp": "^0.5",
2626
"leafo/scssphp": "@dev",
2727
"leafo/scssphp-compass": "@dev"

0 commit comments

Comments
 (0)