Skip to content

Commit 0aadf6a

Browse files
committed
update require-dev dependency
1 parent 9418d42 commit 0aadf6a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

composer.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,10 @@
2525
"require": {
2626
"php": ">=5.4.0",
2727
"illuminate/support": ">=4.2.0",
28-
"illuminate/foundation": ">=4.2.0",
29-
"intervention/image": "2.*",
28+
"intervention/image": "2.*"
29+
},
30+
"require-dev": {
31+
"orchestra/testbench": "~3.0",
3032
"phpunit/phpunit": "~4.8"
3133
},
3234
"suggest": {

0 commit comments

Comments
 (0)