Skip to content

Commit

Permalink
Drop 5.8 support
Browse files Browse the repository at this point in the history
  • Loading branch information
driesvints committed Aug 23, 2019
1 parent 47af9d9 commit b6256a2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Expand Up @@ -8,7 +8,6 @@ php:

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

Expand Down
14 changes: 7 additions & 7 deletions composer.json
Expand Up @@ -17,13 +17,13 @@
"php": "^7.2",
"ext-json": "*",
"dompdf/dompdf": "^0.8.0",
"illuminate/contracts": "~5.8.0|^6.0|^7.0",
"illuminate/database": "~5.8.0|^6.0|^7.0",
"illuminate/http": "~5.8.0|^6.0|^7.0",
"illuminate/notifications": "~5.8.0|^6.0|^7.0",
"illuminate/routing": "~5.8.0|^6.0|^7.0",
"illuminate/support": "~5.8.0|^6.0|^7.0",
"illuminate/view": "~5.8.0|^6.0|^7.0",
"illuminate/contracts": "^6.0|^7.0",
"illuminate/database": "^6.0|^7.0",
"illuminate/http": "^6.0|^7.0",
"illuminate/notifications": "^6.0|^7.0",
"illuminate/routing": "^6.0|^7.0",
"illuminate/support": "^6.0|^7.0",
"illuminate/view": "^6.0|^7.0",
"moneyphp/money": "^3.2",
"nesbot/carbon": "^2.0",
"stripe/stripe-php": "^6.40",
Expand Down

0 comments on commit b6256a2

Please sign in to comment.