Skip to content

Commit ae2bd57

Browse files
committed
Add PHPUnit as dev dependency
1 parent 18d22b7 commit ae2bd57

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

composer.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,13 @@
66
"php": ">=5.3",
77
"ext-gd": "*"
88
},
9+
"require-dev": {
10+
"phpunit/phpunit": "^5.4"
11+
},
912
"autoload": {
1013
"psr-4": {
1114
"GDText\\": "src/",
1215
"GDText\\Tests\\": "tests/"
1316
}
1417
}
15-
}
18+
}

0 commit comments

Comments
 (0)