diff --git a/README.md b/README.md index 5448207..4aea167 100644 --- a/README.md +++ b/README.md @@ -30,8 +30,10 @@ extract script if you are updating the version of Compass that is included. compile(' diff --git a/compass.inc.php b/compass.inc.php index 6894dfb..4b71b5e 100644 --- a/compass.inc.php +++ b/compass.inc.php @@ -1,12 +1,14 @@ scss = $scss; $this->updateImportPath(); $this->registerFunctions(); diff --git a/composer.json b/composer.json index edc914a..8c33b04 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "description": "Compass for scssphp", "homepage": "http://leafo.net/scssphp/", "require": { - "leafo/scssphp": "dev-master" + "leafo/scssphp": ">=0.1" }, "authors": [ { diff --git a/test.php b/test.php index 4f33627..4f4048e 100644 --- a/test.php +++ b/test.php @@ -3,7 +3,9 @@ require "vendor/autoload.php"; require "compass.inc.php"; -$scss = new scssc(); +use Leafo\ScssPhp\Compiler; + +$scss = new Compiler(); new scss_compass($scss); echo $scss->compile('