Update
This commit is contained in:
parent
a37785b391
commit
33458b2ca3
9915 changed files with 1247019 additions and 0 deletions
32
trunk/_vendor/gregwar/image/Gregwar/Image/composer.json
Executable file
32
trunk/_vendor/gregwar/image/Gregwar/Image/composer.json
Executable file
|
|
@ -0,0 +1,32 @@
|
|||
{
|
||||
"name": "gregwar/image",
|
||||
"description": "Image handling",
|
||||
"keywords": ["image", "gd"],
|
||||
"homepage": "https://github.com/Gregwar/Image",
|
||||
"license": "MIT",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Grégoire Passault",
|
||||
"email": "g.passault@gmail.com",
|
||||
"homepage": "http://www.gregwar.com/"
|
||||
}
|
||||
],
|
||||
"require": {
|
||||
"php": "^5.3 || ^7.0",
|
||||
"ext-gd": "*",
|
||||
"gregwar/cache": "^1.0.6"
|
||||
},
|
||||
"require-dev": {
|
||||
"sllh/php-cs-fixer-styleci-bridge": "~1.0",
|
||||
"symfony/phpunit-bridge": "^2.7.4 || ^3.0"
|
||||
},
|
||||
"suggest": {
|
||||
"behat/transliterator": "Transliterator provides ability to set non-latin1 pretty names"
|
||||
},
|
||||
"target-dir": "Gregwar/Image",
|
||||
"autoload": {
|
||||
"psr-0": {
|
||||
"Gregwar\\Image": ""
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue