Updated dependencies a bit

This commit is contained in:
Josh Sherman 2014-09-30 09:49:08 -04:00
parent 725d952192
commit 394c86d6ab

View file

@ -1,8 +1,8 @@
{ {
"name": "joshtronic/pickles", "name": "joshtronic/pickles",
"description": "PHP Interface Collection of Killer Libraries to Enhance Stuff", "description": "The Pickles SOA Framework",
"type": "library", "type": "library",
"keywords": ["pickles", "framework", "rapid", "development", "mvc"], "keywords": ["framework", "api", "soa", "oauth"],
"homepage": "https://github.com/joshtronic/pickles", "homepage": "https://github.com/joshtronic/pickles",
"license": "MIT", "license": "MIT",
"authors": [ "authors": [
@ -12,8 +12,12 @@
"homepage": "http://joshtronic.com" "homepage": "http://joshtronic.com"
} }
], ],
"support": {
"issues": "https://github.com/joshtronic/pickles/issues",
"source": "https://github.com/joshtronic/pickles"
},
"require-dev": { "require-dev": {
"mikey179/vfsStream": "1.3.0", "phpunit/phpunit": "dev-master",
"satooshi/php-coveralls": "dev-master" "satooshi/php-coveralls": "dev-master"
}, },
"require": { "require": {