Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

Commit

Permalink
Added Support Laravel 5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
nasrulhazim committed Sep 6, 2018
1 parent 7b4a331 commit b1b16b7
Show file tree
Hide file tree
Showing 2 changed files with 251 additions and 133 deletions.
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,13 @@
},
"require": {
"php": ">=7.1",
"illuminate/support": "^5.5|^5.6",
"illuminate/support": "^5.5|^5.6|^5.7",
"moneyphp/money": "^3.1"
},
"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 b1b16b7

Please sign in to comment.