Skip to content

Commit 55c083c

Browse files
author
Christoph Rumpel
authored
Merge pull request #52 from jeffwa/laravel-6
Adding Laravel 6 support
2 parents 5bb8825 + 8e8d899 commit 55c083c

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.travis.yml

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

33
php:
4-
- 7.1
4+
- 7.2
55

66
env:
77
matrix:

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,17 @@
1212
}
1313
],
1414
"require": {
15-
"php": ">=7.1.0",
15+
"php": "^7.2",
1616
"abraham/twitteroauth": "^0.9.2",
17-
"illuminate/notifications": "5.6.*|5.7.*|5.8.*",
18-
"illuminate/support": "5.7.*|5.8.*",
17+
"illuminate/notifications": "5.8.*|^6.0",
18+
"illuminate/support": "5.8.*|^6.0",
1919
"kylewm/brevity": "^0.2.9"
2020
},
2121

2222
"require-dev": {
2323
"mockery/mockery": "^1.0",
24-
"phpunit/phpunit": "^7.3",
25-
"orchestra/testbench": "~3.6|~3.7|~3.8"
24+
"phpunit/phpunit": "^8.0",
25+
"orchestra/testbench": "~3.8|~4.0"
2626
},
2727
"autoload": {
2828
"psr-4": {

0 commit comments

Comments
 (0)