We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ac3350 commit 4a77889Copy full SHA for 4a77889
scss.inc.php
@@ -1,4 +1,8 @@
1
<?php
2
+if (version_compare(PHP_VERSION, '5.3') < 0) {
3
+ die('Requires PHP 5.3 or above');
4
+}
5
+
6
if ( ! class_exists('scssc')) {
7
include_once __DIR__ . '/src/Colors.php';
8
include_once __DIR__ . '/src/Compiler.php';
0 commit comments