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

Commit

Permalink
Added support for Laravel 5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
nasrulhazim committed Aug 15, 2018
1 parent 5e8c361 commit 91f943b
Show file tree
Hide file tree
Showing 2 changed files with 320 additions and 371 deletions.
7 changes: 4 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,13 @@
}
},
"require": {
"illuminate/support": "^5.5",
"php": ">=7.1",
"illuminate/support": "^5.5|^5.6",
"moneyphp/money": "^3.1"
},
"require-dev": {
"phpunit/phpunit": "^6.5",
"orchestra/testbench": "~3.0"
"phpunit/phpunit": "^6.5|^7.0",
"orchestra/testbench": "3.5.*|3.6.*"
},
"config": {
"sort-packages": true
Expand Down
Loading

0 comments on commit 91f943b

Please sign in to comment.