-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
executable file
·32 lines (32 loc) · 843 Bytes
/
composer.json
File metadata and controls
executable file
·32 lines (32 loc) · 843 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
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": ""
}
}
}