Skip to content

Commit 9a283eb

Browse files
author
Matthijs van Dorp
committed
Update dependencies and travis config
1 parent 83a59cc commit 9a283eb

File tree

9 files changed

+2681
-1164
lines changed

9 files changed

+2681
-1164
lines changed

.travis.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,9 @@ language: php
22
sudo: false
33

44
php:
5-
- 5.4
6-
- 5.5
7-
- 5.6
8-
- hhvm
5+
- 7.1
6+
- 7.2
7+
- 7.3
98

109
before_script:
1110
- composer install --dev

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@
1111
],
1212
"require": {
1313
"php": ">=5.4.0",
14-
"illuminate/support": "5.x"
14+
"illuminate/support": "^5.8"
1515
},
1616
"require-dev": {
17-
"mockery/mockery": "~0.9.4",
18-
"orchestra/testbench": "3.0.*",
19-
"phpunit/phpunit": "3.7.*"
17+
"mockery/mockery": "~1.0",
18+
"orchestra/testbench": "3.8.*",
19+
"phpunit/phpunit": "^7.5"
2020
},
2121
"autoload": {
2222
"psr-4": {

0 commit comments

Comments
 (0)