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": {
|
2015-12-03 18:18:52 +00:00
|
|
|
"symfony/framework-bundle": "~2.0|~3.0",
|
|
|
|
"knplabs/gaufrette": "~0.1.7|~0.2"
|
2011-11-08 19:27:05 +00:00
|
|
|
},
|
2012-09-04 13:27:19 +00:00
|
|
|
"require-dev": {
|
2015-12-03 18:18:52 +00:00
|
|
|
"symfony/yaml": "~2.0|~3.0",
|
|
|
|
"symfony/console": "~2.0|~3.0",
|
2015-08-05 09:24:03 +00:00
|
|
|
"phpunit/phpunit": "~4.2"
|
2012-09-04 13:27:19 +00:00
|
|
|
},
|
2011-11-08 19:27:05 +00:00
|
|
|
"autoload": {
|
2015-08-05 09:24:03 +00:00
|
|
|
"psr-4": {
|
|
|
|
"Knp\\Bundle\\GaufretteBundle\\": ""
|
2011-11-08 19:27:05 +00:00
|
|
|
}
|
|
|
|
},
|
2012-11-14 14:36:59 +00:00
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "0.2.x-dev"
|
|
|
|
}
|
|
|
|
},
|
2013-02-22 16:29:35 +00:00
|
|
|
"config": {
|
|
|
|
"bin-dir": "bin"
|
2015-08-05 09:24:03 +00:00
|
|
|
}
|
2011-11-08 19:27:05 +00:00
|
|
|
}
|