Skip to content

Commit

Permalink
Merge pull request #8 from vdhicts/feature/laravel-7
Browse files Browse the repository at this point in the history
Add Laravel 7 support
  • Loading branch information
dvdheiden authored Mar 12, 2020
2 parents 447c5b4 + 2c69cea commit 2b1e4d9
Show file tree
Hide file tree
Showing 2 changed files with 682 additions and 530 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
],
"require": {
"php": "^7.2",
"illuminate/support": "^6.0"
"illuminate/support": "^7.0"
},
"require-dev": {
"orchestra/testbench": "^4.0",
"orchestra/testbench": "^5.0",
"phpunit/phpunit": "^8.0"
},
"autoload": {
Expand Down
Loading

0 comments on commit 2b1e4d9

Please sign in to comment.