diff --git a/README.md b/README.md index f5b8be1b..d3fbf154 100644 --- a/README.md +++ b/README.md @@ -6,14 +6,11 @@ ---- ## scssphp - ![License](https://poser.pugx.org/leafo/scssphp/license.svg) `scssphp` is a compiler for SCSS written in PHP. -Checkout the homepage, , for directions on how to use. - ### Running Tests `scssphp` uses [PHPUnit](https://github.com/sebastianbergmann/phpunit) for testing. diff --git a/composer.json b/composer.json index a60e7a2c..eaa8e87b 100644 --- a/composer.json +++ b/composer.json @@ -21,7 +21,7 @@ "psr-4": { "Leafo\\ScssPhp\\Test\\": "tests/" } }, "require": { - "php": "^5.6.0 || ^7" + "php": "^5.4.0 || ^7" }, "require-dev": { "squizlabs/php_codesniffer": "~2.5", diff --git a/scss.inc.php b/scss.inc.php index 8a3cfb83..2a5f0774 100644 --- a/scss.inc.php +++ b/scss.inc.php @@ -1,6 +1,6 @@