Skip to content

Commit

Permalink
Merge pull request #165 from lorisleiva/upgrade-to-laravel-7
Browse files Browse the repository at this point in the history
Add support for Laravel 7
  • Loading branch information
lorisleiva authored Mar 1, 2020
2 parents 5a2325c + 9f87a1a commit 7157441
Show file tree
Hide file tree
Showing 5 changed files with 775 additions and 638 deletions.
5 changes: 2 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,10 @@
"require": {
"deployer/deployer": "^6.1",
"deployer/recipes": "^6.0",
"illuminate/support": "5.5.*|5.6.*|5.7.*|5.8.*|^6.0"
"illuminate/support": "^5.8|^6.0|^7.0"
},
"require-dev": {
"mockery/mockery": "^1.0",
"orchestra/testbench": "~3.0"
"orchestra/testbench": "~5.0"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit 7157441

Please sign in to comment.