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).
21 lines
428 B
JSON
21 lines
428 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|