Updated dependencies

I destroyed my old AYAH repo in favor of a fork of the official stuff that I updated. Had to add some vcs entry to get composer to pull from my fork and not the main package.
This commit is contained in:
Joshua Sherman 2014-02-02 10:16:00 -05:00
parent 4c59f7c55b
commit 248c0ae458
2 changed files with 29 additions and 15 deletions

View file

@ -12,13 +12,17 @@
"autoload": {
"classmap": ["src/"]
},
"repositories": [{
"type": "vcs",
"url": "https://github.com/joshtronic/php-ayah"
}],
"require-dev": {
"mikey179/vfsStream": "1.2.0",
"satooshi/php-coveralls": "dev-master"
},
"require": {
"devize/closure-compiler": "@dev",
"joshtronic/php-ayah": "1.1.8",
"joshtronic/php-ayah": "@dev",
"leafo/lessphp": "0.4.0",
"leafo/scssphp": "0.0.9"
}