Skip to content

Commit ef5356d

Browse files
chore(test): Add phpunit to composer.json
1 parent 5cea148 commit ef5356d

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
@@ -14,6 +14,9 @@
1414
"php": ">=5.4.0",
1515
"illuminate/support": "5.0.*"
1616
},
17+
"require-dev": {
18+
"phpunit/phpunit": "5.*",
19+
},
1720
"autoload": {
1821
"psr-4": {
1922
"Unicodeveloper\\LaravelFeeder\\": "src/"

0 commit comments

Comments
 (0)