Skip to content

Commit

Permalink
Drop support for Laravel 5.8
Browse files Browse the repository at this point in the history
  • Loading branch information
driesvints committed Aug 23, 2019
1 parent 41195bd commit e0c173a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 0 additions & 4 deletions .travis.yml
Expand Up @@ -9,17 +9,13 @@ php:

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

matrix:
fast_finish: true
exclude:
- php: 7.1
env: LARAVEL=5.8.* PHPUNIT=^8.0
- php: 7.1
env: LARAVEL=^6.0 PHPUNIT=^7.5
- php: 7.1
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Expand Up @@ -15,8 +15,8 @@
"ext-zip": "*",
"facebook/webdriver": "^1.7",
"nesbot/carbon": "^1.20|^2.0",
"illuminate/console": "~5.8.0|^6.0|^7.0",
"illuminate/support": "~5.8.0|^6.0|^7.0",
"illuminate/console": "^6.0|^7.0",
"illuminate/support": "^6.0|^7.0",
"symfony/console": "^4.0",
"symfony/finder": "^4.0",
"symfony/process": "^4.0",
Expand Down

0 comments on commit e0c173a

Please sign in to comment.