Skip to content

Commit 8a7f11f

Browse files
committed
add phpunit as a development requirement
1 parent e72c31a commit 8a7f11f

File tree

2 files changed

+411
-0
lines changed

2 files changed

+411
-0
lines changed

composer.json

+3
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@
1414
"require": {
1515
"php": ">=5.3.0"
1616
},
17+
"require-dev": {
18+
"phpunit/phpunit": "3.7.*"
19+
},
1720
"autoload": {
1821
"psr-0": {
1922
"Resque": "lib"

0 commit comments

Comments
 (0)