Upgraded scssphp
This commit is contained in:
parent
3098300c6e
commit
30fc51dcd5
2 changed files with 10 additions and 7 deletions
|
@ -25,6 +25,6 @@
|
||||||
"devize/closure-compiler": "@dev",
|
"devize/closure-compiler": "@dev",
|
||||||
"joshtronic/php-ayah": "@dev",
|
"joshtronic/php-ayah": "@dev",
|
||||||
"leafo/lessphp": "0.4.0",
|
"leafo/lessphp": "0.4.0",
|
||||||
"leafo/scssphp": "0.1.0"
|
"leafo/scssphp": "0.1.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
15
composer.lock
generated
15
composer.lock
generated
|
@ -3,7 +3,7 @@
|
||||||
"This file locks the dependencies of your project to a known state",
|
"This file locks the dependencies of your project to a known state",
|
||||||
"Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file"
|
"Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file"
|
||||||
],
|
],
|
||||||
"hash": "c8aa2b9ac64b8d11af844b3367f4f78f",
|
"hash": "fa6cb8389d7f11270a215c225a69ab09",
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"name": "devize/closure-compiler",
|
"name": "devize/closure-compiler",
|
||||||
|
@ -124,16 +124,16 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "leafo/scssphp",
|
"name": "leafo/scssphp",
|
||||||
"version": "v0.1.0",
|
"version": "v0.1.1",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/leafo/scssphp.git",
|
"url": "https://github.com/leafo/scssphp.git",
|
||||||
"reference": "10cda4bd3ab76623d18bfbb9731992670df9b00b"
|
"reference": "8c08da585537e97efd528c7d278463d2b9396371"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/leafo/scssphp/zipball/10cda4bd3ab76623d18bfbb9731992670df9b00b",
|
"url": "https://api.github.com/repos/leafo/scssphp/zipball/8c08da585537e97efd528c7d278463d2b9396371",
|
||||||
"reference": "10cda4bd3ab76623d18bfbb9731992670df9b00b",
|
"reference": "8c08da585537e97efd528c7d278463d2b9396371",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
|
@ -147,6 +147,9 @@
|
||||||
],
|
],
|
||||||
"type": "library",
|
"type": "library",
|
||||||
"autoload": {
|
"autoload": {
|
||||||
|
"classmap": [
|
||||||
|
"classmap.php"
|
||||||
|
],
|
||||||
"psr-4": {
|
"psr-4": {
|
||||||
"Leafo\\ScssPhp\\": "src/"
|
"Leafo\\ScssPhp\\": "src/"
|
||||||
}
|
}
|
||||||
|
@ -172,7 +175,7 @@
|
||||||
"scss",
|
"scss",
|
||||||
"stylesheet"
|
"stylesheet"
|
||||||
],
|
],
|
||||||
"time": "2014-08-10 03:44:06"
|
"time": "2014-08-12 22:41:53"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"packages-dev": [
|
"packages-dev": [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue