KnpGaufretteBundle/composer.json

32 lines
937 B
JSON
Raw Normal View History

2011-11-08 19:27:05 +00:00
{
"name": "knplabs/knp-gaufrette-bundle",
"type": "symfony-bundle",
"description": "Allows to easily use the Gaufrette library in a Symfony project",
"keywords": ["file", "filesystem", "media", "abstraction"],
"homepage": "http://knplabs.com",
"license": "MIT",
"authors": [
{
"name": "Antoine Hérault",
"email": "antoine.herault@gmail.com"
},
{
"name": "The contributors",
"homepage": "https://github.com/knplabs/KnpGaufretteBundle/contributors"
}
],
"require": {
"symfony/framework-bundle": "2.*",
"knplabs/gaufrette": "*"
},
2012-09-04 13:27:19 +00:00
"require-dev": {
"symfony/yaml": "2.*"
},
2011-11-08 19:27:05 +00:00
"autoload": {
"psr-0": {
"Knp\\Bundle\\GaufretteBundle": ""
}
},
"target-dir": "Knp/Bundle/GaufretteBundle"
}