Skip to content

Commit 2a5b532

Browse files
committed
Update composer to support Laravel 6
1 parent 14bb8fc commit 2a5b532

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
language: php
22
php:
3-
- 7.1
3+
- 7.2
44
services:
55
- mysql
66
- mongodb

composer.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,11 @@
1212
],
1313
"require": {
1414
"php": ">=7.1",
15-
"illuminate/support": "~5.6"
15+
"illuminate/support": ">=5.6"
1616
},
1717
"require-dev": {
18-
"orchestra/testbench": "~3.7",
19-
"jenssegers/mongodb": "~3.4",
20-
"mockery/mockery": "^1.0"
18+
"orchestra/testbench": "~4.0",
19+
"jenssegers/mongodb": ">=3.4"
2120
},
2221
"autoload": {
2322
"psr-4": {

0 commit comments

Comments
 (0)