Skip to content

Commit

Permalink
Added Support Laravel 5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
nasrulhazim committed Sep 5, 2018
1 parent b851e5f commit c67d0cf
Show file tree
Hide file tree
Showing 2 changed files with 262 additions and 143 deletions.
9 changes: 5 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,15 @@
},
"require": {
"php": ">=7.1",
"illuminate/database": "^5.5|^5.6",
"illuminate/support": "^5.5|^5.6",
"illuminate/auth": "^5.5|^5.6",
"illuminate/database": "^5.5|^5.6|^5.7",
"illuminate/support": "^5.5|^5.6|^5.7",
"illuminate/auth": "^5.5|^5.6|^5.7",
"doctrine/dbal": "^2.7"
},
"require-dev": {
"phpunit/phpunit": "^6.5|^7.0",
"orchestra/testbench": "3.5.*|3.6.*"
"orchestra/testbench": "3.5.*|3.6.*|3.7.*",
"mockery/mockery": "^1.1"
},
"extra": {
"laravel": {
Expand Down
Loading

0 comments on commit c67d0cf

Please sign in to comment.