Files
phpcache-bundle/composer.json
macintoshplus 5021b303ef add keyword
2015-07-22 13:35:02 +02:00

30 lines
773 B
JSON

{
"name": "mactronique/phpcache-bundle",
"description": "Bundle wrapper for phpcache library",
"keyword": ["php", "cache", "symfony", "bundle"],
"license": "MIT",
"authors": [
{
"name": "Jean-Baptiste Nahan",
"email": "jbnahan@gmail.com"
}
],
"require": {
"php": ">=5.4",
"symfony/symfony": ">2.3",
"mactronique/phpcache": "~1.0"
},
"require-dev": {
"atoum/atoum": "master-dev",
"atoum/atoum-bundle": "1.1.*@dev"
},
"autoload": {
"psr-0": { "Mactronique\\Bundle\\PhpCacheBundle": "" }
},
"target-dir": "Mactronique/Bundle/PhpCacheBundle",
"extra": {
"branch-alias": {
"dev-master": "1.x-dev"
}
}
}