Skip to content

Commit

Permalink
Drop old Laravel versions
Browse files Browse the repository at this point in the history
  • Loading branch information
driesvints committed Jul 30, 2019
1 parent e282daf commit 0bd64ae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ php:

env:
matrix:
- LARAVEL=5.7.*
- LARAVEL=5.8.*
- LARAVEL=dev-master

Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@
"php": "^7.1.3",
"ext-json": "*",
"guzzlehttp/guzzle": "~6.0",
"illuminate/http": "~5.7.0|~5.8.0|^6.0",
"illuminate/support": "~5.7.0|~5.8.0|^6.0",
"illuminate/http": "~5.8.0|^6.0",
"illuminate/support": "~5.8.0|^6.0",
"league/oauth1-client": "~1.0"
},
"require-dev": {
"illuminate/contracts": "~5.7.0|~5.8.0|^6.0",
"illuminate/contracts": "~5.8.0|^6.0",
"mockery/mockery": "~1.0",
"phpunit/phpunit": "~7.0"
},
Expand Down

0 comments on commit 0bd64ae

Please sign in to comment.