Skip to content

Commit 57e6d29

Browse files
Update dependencies
1 parent 96650d5 commit 57e6d29

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
@@ -21,12 +21,14 @@
2121
],
2222
"require": {
2323
"php" : ">=5.6.4|^7.0",
24-
"doctrine/dbal" : "2.5.x",
2524
"illuminate/support" : ">=5.1",
2625
"illuminate/database" : ">=5.1"
2726
},
2827
"require-dev": {
29-
"mockery/mockery" : "0.9.*"
28+
"laravel/framework" : "5.4.*",
29+
"mockery/mockery" : "0.9.*",
30+
"phpunit/phpunit" : "^6.0",
31+
"doctrine/dbal" : "2.5.x"
3032
},
3133
"autoload": {
3234
"psr-4": {

0 commit comments

Comments
 (0)