Skip to content

Commit 24c80f1

Browse files
exclude PHP 7.0.5 as it had bugged SPL
1 parent 3934ec8 commit 24c80f1

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-compass": "dev-master"
2727
},

0 commit comments

Comments
 (0)