Skip to content

Commit 4f81460

Browse files
Matthijsvdorpandywer
authored andcommitted
Upgrade to laravel 6.* (andywer#67)
* Upgrade to laravel 6.* * Remove PHP 7.1 build from Travis as Laravel 6.0 requires a 7.2 minimum * Change mockery calls
1 parent 6486839 commit 4f81460

File tree

5 files changed

+836
-541
lines changed

5 files changed

+836
-541
lines changed

.travis.yml

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

44
php:
5-
- 7.1
65
- 7.2
76
- 7.3
87

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@
1010
}
1111
],
1212
"require": {
13-
"php": ">=5.4.0",
14-
"illuminate/support": "^5.8"
13+
"php": ">=7.1.0",
14+
"illuminate/support": "6.*"
1515
},
1616
"require-dev": {
1717
"mockery/mockery": "~1.0",
18-
"orchestra/testbench": "3.8.*",
19-
"phpunit/phpunit": "^7.5"
18+
"orchestra/testbench": "4.*",
19+
"phpunit/phpunit": "^8.0"
2020
},
2121
"autoload": {
2222
"psr-4": {

0 commit comments

Comments
 (0)