Skip to content

Commit 6206e72

Browse files
committed
Enhancement: composer setup
1 parent ae7fdd4 commit 6206e72

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"autoload": {
1010
"psr-0": {
11-
"Image_Canvas": "./"
11+
"Image": "./"
1212
}
1313
},
1414
"description": "More info available on: http://pear.php.net/package/Image_Canvas",
@@ -23,7 +23,8 @@
2323
},
2424
"type": "library",
2525
"require": {
26-
"pear/pear_exception": "*"
26+
"pear/pear_exception": "*",
27+
"pear/image_color": "*"
2728
},
2829
"require-dev": {
2930
"phpunit/phpunit": "*"

0 commit comments

Comments
 (0)