Skip to content

Commit 79c7902

Browse files
committed
composer update
1 parent 5214815 commit 79c7902

File tree

1 file changed

+22
-15
lines changed

1 file changed

+22
-15
lines changed

composer.json

Lines changed: 22 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,45 @@
11
{
22
"name": "gumlet/php-image-resize",
33
"description": "PHP class to re-size and scale images",
4-
"keywords": ["php", "image", "resize","scale"],
4+
"keywords": ["php", "image", "resize", "scale"],
55
"type": "library",
66
"homepage": "https://github.com/gumlet/php-image-resize",
77
"license": "MIT",
88
"authors": [
9-
{
10-
"name": "Aditya Patadia",
11-
"homepage": "http://aditya.patadia.org/"
12-
}
13-
],
14-
"require": {
9+
{
10+
"name": "Aditya Patadia",
11+
"homepage": "http://aditya.patadia.org/"
12+
}],
13+
"require":
14+
{
1515
"php": ">=5.4.0",
1616
"ext-gd": "*",
1717
"ext-fileinfo": "*"
1818
},
19-
"suggest": {
19+
"suggest":
20+
{
2021
"ext-exif": "Auto-rotate jpeg files"
2122
},
22-
"autoload": {
23-
"psr-4": {
23+
"autoload":
24+
{
25+
"psr-4":
26+
{
2427
"Gumlet\\": "lib/"
2528
}
2629
},
27-
"autoload-dev": {
28-
"psr-4": {
30+
"autoload-dev":
31+
{
32+
"psr-4":
33+
{
2934
"Gumlet\\": "test/"
3035
}
3136
},
32-
"require-dev": {
37+
"require-dev":
38+
{
3339
"phpunit/phpunit": "^4.8",
34-
"php-coveralls/php-coveralls": "dev-master || ^1.0",
40+
"apigen/apigen": "^4.1",
41+
"php-coveralls/php-coveralls": "^2.1",
3542
"ext-exif": "*",
3643
"ext-gd": "*"
3744
}
38-
}
45+
}

0 commit comments

Comments
 (0)