Skip to content
This repository has been archived by the owner on Mar 14, 2024. It is now read-only.

Commit

Permalink
Merge pull request #18 from hanspagel/master
Browse files Browse the repository at this point in the history
Add Laravel 5.6 Support
  • Loading branch information
josecanhelp authored Mar 19, 2018
2 parents e522fe6 + 3a936b5 commit 5bd59f9
Show file tree
Hide file tree
Showing 3 changed files with 1,066 additions and 815 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@
],
"license": "MIT",
"require": {
"laravel/framework": "5.0.*|5.1.*|5.2.*|5.3.*|5.4.*|5.5.*"
"laravel/framework": "5.0.*|5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*"
},
"require-dev": {
"illuminate/database": "5.*",
"nesbot/carbon": "^1.21",
"mockery/mockery": "^0.9.5",
"phpunit/phpunit": "^5.5"
"phpunit/phpunit": "~7.0"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit 5bd59f9

Please sign in to comment.