Skip to content

Commit 79dce96

Browse files
committed
Move extension to require-dev as it is only needed for running tests
1 parent 5542659 commit 79dce96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
"require": {
1616
"php": ">=5.3",
1717
"ext-curl": "*",
18-
"ext-gd": "*",
1918
"ext-mbstring": "*"
2019
},
2120
"require-dev": {
21+
"ext-gd": "*",
2222
"phpunit/phpunit": "*",
2323
"squizlabs/php_codesniffer": "*"
2424
},

0 commit comments

Comments
 (0)