KnpGaufretteBundle/composer.json

47 lines
1.2 KiB
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"
}
],
2017-03-11 10:05:18 +00:00
"repositories": [
{
"type": "git",
"url": "https://github.com/zyphlar/Gaufrette"
}
],
2011-11-08 19:27:05 +00:00
"require": {
2015-12-03 18:18:52 +00:00
"symfony/framework-bundle": "~2.0|~3.0",
2017-03-11 10:05:18 +00:00
"knplabs/gaufrette": "dev-sw"
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",
"phpunit/phpunit": "~4.2"
2012-09-04 13:27:19 +00:00
},
2011-11-08 19:27:05 +00:00
"autoload": {
"psr-4": {
"Knp\\Bundle\\GaufretteBundle\\": ""
2011-11-08 19:27:05 +00:00
}
},
"extra": {
"branch-alias": {
2016-01-16 00:08:29 +00:00
"dev-master": "0.4.x-dev"
}
},
"config": {
"bin-dir": "bin"
}
2011-11-08 19:27:05 +00:00
}