Dumped dependency's version

@leafo's project has been quite active this week.
This commit is contained in:
Josh Sherman 2014-08-10 08:17:10 -04:00
parent 179f9cc143
commit 69c2fba9a1
2 changed files with 19 additions and 13 deletions

View file

@ -24,6 +24,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.0.15" "leafo/scssphp": "0.1.0"
} }
} }

30
composer.lock generated
View file

@ -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": "e73ce8a837b044c21ddf317d18efaf9b", "hash": "c1295374b2aa31be498559bf94ba36db",
"packages": [ "packages": [
{ {
"name": "devize/closure-compiler", "name": "devize/closure-compiler",
@ -124,33 +124,32 @@
}, },
{ {
"name": "leafo/scssphp", "name": "leafo/scssphp",
"version": "v0.0.15", "version": "v0.1.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/leafo/scssphp.git", "url": "https://github.com/leafo/scssphp.git",
"reference": "85348dde6f193fe390aff76b21d816415ffef93b" "reference": "10cda4bd3ab76623d18bfbb9731992670df9b00b"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/leafo/scssphp/zipball/85348dde6f193fe390aff76b21d816415ffef93b", "url": "https://api.github.com/repos/leafo/scssphp/zipball/10cda4bd3ab76623d18bfbb9731992670df9b00b",
"reference": "85348dde6f193fe390aff76b21d816415ffef93b", "reference": "10cda4bd3ab76623d18bfbb9731992670df9b00b",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=5.2.0" "php": ">=5.3.0"
}, },
"require-dev": { "require-dev": {
"php": ">=5.3.0",
"phpunit/phpunit": "3.7.*" "phpunit/phpunit": "3.7.*"
}, },
"bin": [ "bin": [
"pscss" "bin/pscss"
], ],
"type": "library", "type": "library",
"autoload": { "autoload": {
"classmap": [ "psr-4": {
"scss.inc.php" "Leafo\\ScssPhp\\": "src/"
] }
}, },
"notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
"license": [ "license": [
@ -166,7 +165,14 @@
], ],
"description": "scssphp is a compiler for SCSS written in PHP.", "description": "scssphp is a compiler for SCSS written in PHP.",
"homepage": "http://leafo.net/scssphp/", "homepage": "http://leafo.net/scssphp/",
"time": "2014-08-05 15:11:40" "keywords": [
"css",
"less",
"sass",
"scss",
"stylesheet"
],
"time": "2014-08-10 03:44:06"
} }
], ],
"packages-dev": [ "packages-dev": [