Skip to content

Commit 11e14ed

Browse files
committed
Added ext-gd to composer dependencies
1 parent 430edf7 commit 11e14ed

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
"source": "https://github.com/maximal/audio-waveform-php"
1818
},
1919
"require": {
20-
"php": ">=5.6.0"
20+
"php": ">=5.6.0",
21+
"ext-gd": "*"
2122
},
2223
"autoload": {
2324
"psr-4": {

0 commit comments

Comments
 (0)