Update
This commit is contained in:
parent
a37785b391
commit
33458b2ca3
9915 changed files with 1247019 additions and 0 deletions
35
trunk/_vendor/gregwar/image-bundle/composer.json
Normal file
35
trunk/_vendor/gregwar/image-bundle/composer.json
Normal file
|
|
@ -0,0 +1,35 @@
|
|||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue