Skip to content

Commit 4d5e31d

Browse files
Andrea De Pirrojoskfg
Andrea De Pirro
authored andcommitted
Add support for Laravel 6 (#2)
1 parent c915bbb commit 4d5e31d

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.travis.yml

-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ sudo: false
44

55
matrix:
66
include:
7-
- php: 7.1
8-
env: COLLECT_COVERAGE=true VALIDATE_CODING_STYLE=true
97
- php: 7.2
108
env: COLLECT_COVERAGE=true VALIDATE_CODING_STYLE=true
119
- php: 7.3

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
},
1111
"require": {
1212
"php": ">=7.2",
13-
"illuminate/http": "^5.8",
14-
"illuminate/contracts": "^5.8"
13+
"illuminate/http": "^5.8 || ^6.0",
14+
"illuminate/contracts": "^5.8 || ^6.0"
1515
},
1616
"require-dev": {
1717
"mockery/mockery": "^1.2",

0 commit comments

Comments
 (0)