Skip to content

Commit fa474d3

Browse files
committed
added phpunit as development requirement
1 parent 699f854 commit fa474d3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

composer.json

+3
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@
1717
"require": {
1818
"php": ">=5.3.3"
1919
},
20+
"require-dev": {
21+
"phpunit/phpunit": "~4.8||~5.1"
22+
},
2023
"suggest": {
2124
"ext-apc": "APC >= 3.1.6 to use the APC storage adapter",
2225
"ext-apcu": "APCu >= 4.0.0 to use the APC User Cache",

0 commit comments

Comments
 (0)