Skip to content

Commit

Permalink
Drop support for Laravel 5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhsianturi committed Nov 29, 2019
1 parent eb732c5 commit 347a3bd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Expand Up @@ -13,7 +13,6 @@ php:

env:
matrix:
- LARAVEL=5.7.*
- LARAVEL=5.8.*
- LARAVEL=^6.0

Expand Down
8 changes: 4 additions & 4 deletions composer.json
Expand Up @@ -17,13 +17,13 @@
],
"require": {
"php": "^7.1.3",
"illuminate/console": "~5.7.0|~5.8.0|^6.0",
"illuminate/routing": "~5.7.0|~5.8.0|^6.0",
"illuminate/support": "~5.7.0|~5.8.0|^6.0",
"illuminate/console": "~5.8.0|^6.0",
"illuminate/routing": "~5.8.0|^6.0",
"illuminate/support": "~5.8.0|^6.0",
"mpociot/documentarian": "^0.3.0"
},
"require-dev": {
"orchestra/testbench": "^3.7|^3.8|^4.0"
"orchestra/testbench": "^3.8|^4.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 347a3bd

Please sign in to comment.