Worked through some bugs, updated dependencies

The vendor directory is now just composer stuff. Planning to rearrange some
files soon but wanted to commit these changes. AYAH is now installed via
composer from a package I am maintaining and I dropped the test helpers as it
is a dev-only requirement (and that's assuming you even want to test).
This commit is contained in:
Joshua Sherman 2014-01-20 22:06:59 -05:00
parent c9f39e2e18
commit 293f618bef
43 changed files with 160 additions and 3148 deletions

View file

@ -2,11 +2,20 @@
"config": {
"vendor-dir": "vendors/composer"
},
"repositories": [
{
"url": "https://github.com/joshtronic/php-ayah.git",
"type": "git"
}
],
"require-dev": {
"mikey179/vfsStream": "1.2.0",
"satooshi/php-coveralls": "dev-master"
},
"require": {
"devize/closure-compiler": "@dev",
"joshtronic/php-ayah": "1.1.8",
"leafo/lessphp": "0.4.0",
"leafo/scssphp": "0.0.9",
"mikey179/vfsStream": "1.2.0",
"satooshi/php-coveralls": "dev-master"
"leafo/scssphp": "0.0.9"
}
}