KnpGaufretteBundle/composer.json
2012-09-04 15:27:19 +02:00

32 lines
937 B
JSON

{
"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": "*"
},
"require-dev": {
"symfony/yaml": "2.*"
},
"autoload": {
"psr-0": {
"Knp\\Bundle\\GaufretteBundle": ""
}
},
"target-dir": "Knp/Bundle/GaufretteBundle"
}