From 3925eccabc8ac182b781e0e72e9ae5d5753a5111 Mon Sep 17 00:00:00 2001 From: Nicolas Brousse Date: Mon, 11 Aug 2014 17:46:30 +0200 Subject: [PATCH 1/5] Update compatibilty with leafo/scss 0.1.* --- compass.inc.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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(); From cd2cfa7c0d733c25eba0d1938bb32051494b9498 Mon Sep 17 00:00:00 2001 From: Nicolas Brousse Date: Mon, 11 Aug 2014 17:47:00 +0200 Subject: [PATCH 2/5] Update composer.json --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index edc914a..3c24c41 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": [ { From 49b281e19752f1784088f9f896ae15b1cf3922a9 Mon Sep 17 00:00:00 2001 From: Nicolas Brousse Date: Mon, 11 Aug 2014 17:48:05 +0200 Subject: [PATCH 3/5] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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(' From ddf612b5d71076ee2fea4339f05634f14b248e5a Mon Sep 17 00:00:00 2001 From: Nicolas Brousse Date: Mon, 11 Aug 2014 17:51:59 +0200 Subject: [PATCH 4/5] Update test.php --- test.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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(' From 017b248a424769bc64bd4f5ae6a06158cb4223a9 Mon Sep 17 00:00:00 2001 From: Nicolas Brousse Date: Tue, 12 Aug 2014 14:26:51 +0200 Subject: [PATCH 5/5] Update composer.json --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 3c24c41..8c33b04 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "description": "Compass for scssphp", "homepage": "http://leafo.net/scssphp/", "require": { - "leafo/scssphp": "0.1.*" + "leafo/scssphp": ">=0.1" }, "authors": [ {