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.*",
|
2012-11-14 14:30:37 +00:00
|
|
|
"knplabs/gaufrette": "0.1.3"
|
2011-11-08 19:27:05 +00:00
|
|
|
},
|
2012-09-04 13:27:19 +00:00
|
|
|
"require-dev": {
|
2012-09-05 18:31:58 +00:00
|
|
|
"symfony/yaml": "2.*",
|
|
|
|
"symfony/console": "2.*"
|
2012-09-04 13:27:19 +00:00
|
|
|
},
|
2011-11-08 19:27:05 +00:00
|
|
|
"autoload": {
|
|
|
|
"psr-0": {
|
|
|
|
"Knp\\Bundle\\GaufretteBundle": ""
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"target-dir": "Knp/Bundle/GaufretteBundle"
|
|
|
|
}
|