Skip to content

Commit

Permalink
updated for Laravel 6.x
Browse files Browse the repository at this point in the history
  • Loading branch information
gwleuverink committed Jan 13, 2020
1 parent 88ac55b commit eef6129
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ language: php
php:
- 7.2
- 7.3
- 7.4

env:
matrix:
Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
"minimum-stability": "stable",
"require": {
"php": "^7.1.3",
"illuminate/console": "5.7.* || 5.8.*",
"illuminate/http": "5.7.* || 5.8.*",
"illuminate/routing": "5.7.* || 5.8.*",
"illuminate/support": "5.7.* || 5.8.*"
"illuminate/console": "5.7.* || 5.8.* || 6.*",
"illuminate/http": "5.7.* || 5.8.* || 6.*",
"illuminate/routing": "5.7.* || 5.8.* || 6.*",
"illuminate/support": "5.7.* || 5.8.* || 6.*"
},
"require-dev": {
"phpunit/phpunit": "^8.0",
Expand Down

0 comments on commit eef6129

Please sign in to comment.