Skip to content
This repository has been archived by the owner on Feb 6, 2023. It is now read-only.

Commit

Permalink
Add support for Laravel 6 (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrea De Pirro authored and joskfg committed Oct 25, 2019
1 parent 0f5af59 commit 59d8021
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Expand Up @@ -4,8 +4,6 @@ sudo: false

matrix:
include:
- php: 7.1
env: COLLECT_COVERAGE=true VALIDATE_CODING_STYLE=true
- php: 7.2
env: COLLECT_COVERAGE=true VALIDATE_CODING_STYLE=true
- php: 7.3
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -10,7 +10,7 @@
},
"require": {
"php": ">=7.2",
"illuminate/support": "^5.8"
"illuminate/support": "^5.8 || ^6.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.4",
Expand Down

0 comments on commit 59d8021

Please sign in to comment.