Skip to content

Commit e7ff37c

Browse files
authored
Merge pull request #11 from sammagee/master
Add Laravel 6.0 support
2 parents c7d5993 + 4610949 commit e7ff37c

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
language: php
22

33
php:
4-
- 7.1
54
- 7.2
65

76
env:

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
}
1818
],
1919
"require": {
20-
"php": "^7.1",
21-
"illuminate/support": "~5.6.0|~5.7.0|~5.8.0"
20+
"php": "^7.2",
21+
"illuminate/support": "~5.6.0|~5.7.0|~5.8.0|^6.0"
2222
},
2323
"require-dev": {
2424
"orchestra/testbench": "^3.6",

0 commit comments

Comments
 (0)