Skip to content

Commit b5fb343

Browse files
Merge pull request #55 from hiqsol/patch-1
Use require-dev for phpunit
2 parents a977c84 + 56ebaec commit b5fb343

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

composer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@
1212
}
1313
],
1414
"require": {
15-
"php": ">=5.4",
15+
"php": ">=5.4"
16+
},
17+
"require-dev": {
1618
"phpunit/phpunit": "^4.8"
1719
},
1820
"autoload": {

0 commit comments

Comments
 (0)