pickles/composer.json
Josh Sherman c88d469e18 Rolled back to vfsStream v1.3.0
Moved to v1.4.0 and my tests started to fail. Locked version until I get around
to figuring out what changed and fix my code to accommodate
2014-09-23 18:01:06 -04:00

33 lines
1 KiB
JSON

{
"name": "joshtronic/pickles",
"description": "PHP Interface Collection of Killer Libraries to Enhance Stuff",
"type": "library",
"keywords": ["pickles", "framework", "rapid", "development", "mvc"],
"homepage": "https://github.com/joshtronic/pickles",
"license": "MIT",
"authors": [
{
"name": "Josh Sherman",
"email": "josh@gravityblvd.com",
"homepage": "http://joshtronic.com"
}
],
"repositories": [{
"type": "vcs",
"url": "https://github.com/joshtronic/php-ayah"
}],
"require-dev": {
"mikey179/vfsStream": "1.3.0",
"satooshi/php-coveralls": "dev-master"
},
"require": {
"php": ">=5.4",
"devize/closure-compiler": "dev-master",
"joshtronic/php-ayah": "dev-master",
"leafo/lessphp": "dev-master",
"leafo/scssphp": "dev-master"
},
"autoload": {
"classmap": ["src/"]
}
}