Skip to content

Commit

Permalink
Drop Laravel 5.8 support
Browse files Browse the repository at this point in the history
  • Loading branch information
driesvints committed Aug 23, 2019
1 parent 39a31b3 commit 654cc09
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ php:

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

Expand Down
18 changes: 9 additions & 9 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@
"ext-json": "*",
"firebase/php-jwt": "^3.0|^4.0|^5.0",
"guzzlehttp/guzzle": "^6.0",
"illuminate/auth": "~5.8.0|^6.0|^7.0",
"illuminate/console": "~5.8.0|^6.0|^7.0",
"illuminate/container": "~5.8.0|^6.0|^7.0",
"illuminate/contracts": "~5.8.0|^6.0|^7.0",
"illuminate/cookie": "~5.8.0|^6.0|^7.0",
"illuminate/database": "~5.8.0|^6.0|^7.0",
"illuminate/encryption": "~5.8.0|^6.0|^7.0",
"illuminate/http": "~5.8.0|^6.0|^7.0",
"illuminate/support": "~5.8.0|^6.0|^7.0",
"illuminate/auth": "^6.0|^7.0",
"illuminate/console": "^6.0|^7.0",
"illuminate/container": "^6.0|^7.0",
"illuminate/contracts": "^6.0|^7.0",
"illuminate/cookie": "^6.0|^7.0",
"illuminate/database": "^6.0|^7.0",
"illuminate/encryption": "^6.0|^7.0",
"illuminate/http": "^6.0|^7.0",
"illuminate/support": "^6.0|^7.0",
"league/oauth2-server": "^8.0",
"phpseclib/phpseclib": "^2.0",
"symfony/psr-http-message-bridge": "^1.0",
Expand Down

0 comments on commit 654cc09

Please sign in to comment.