35 lines
882 B
JSON
35 lines
882 B
JSON
{
|
|
"name": "gregwar/image-bundle",
|
|
"type": "symfony-bundle",
|
|
"description": "Image handling bundle",
|
|
"keywords": ["symfony", "image"],
|
|
"homepage": "https://github.com/Gregwar/ImageBundle",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Grégoire Passault",
|
|
"email": "g.passault@gmail.com",
|
|
"homepage": "http://www.gregwar.com/"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=5.3.3",
|
|
"ext-gd": "*",
|
|
"symfony/framework-bundle": "^2.3 || ^3.0 || ^4.0",
|
|
"twig/twig": "^1.12 || ^2.0",
|
|
"gregwar/image": "2.*"
|
|
},
|
|
"require-dev": {
|
|
"sllh/php-cs-fixer-styleci-bridge": "~1.1"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Gregwar\\ImageBundle\\": ""
|
|
}
|
|
},
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.x-dev"
|
|
}
|
|
}
|
|
}
|