Skip to content

Commit 91eeb83

Browse files
committed
Add support for Laravel 8
1 parent 335e2e9 commit 91eeb83

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

.travis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ matrix:
1111
env: LARAVEL='6.*' TESTBENCH='4.*' COMPOSER_FLAGS='--prefer-stable'
1212
- php: 7.3
1313
env: LARAVEL='7.*' TESTBENCH='5.*' COMPOSER_FLAGS='--prefer-stable'
14+
- php: 7.3
15+
env: LARAVEL='8.*' TESTBENCH='6.*' COMPOSER_FLAGS='--prefer-stable'
1416
- php: 7.4
1517
env: LARAVEL='6.*' TESTBENCH='4.*' COMPOSER_FLAGS='--prefer-lowest'
1618
- php: 7.4
@@ -19,6 +21,10 @@ matrix:
1921
env: LARAVEL='7.*' TESTBENCH='5.*' COMPOSER_FLAGS='--prefer-lowest'
2022
- php: 7.4
2123
env: LARAVEL='7.*' TESTBENCH='5.*' COMPOSER_FLAGS='--prefer-stable'
24+
- php: 7.4
25+
env: LARAVEL='8.*' TESTBENCH='6.*' COMPOSER_FLAGS='--prefer-lowest'
26+
- php: 7.4
27+
env: LARAVEL='8.*' TESTBENCH='6.*' COMPOSER_FLAGS='--prefer-stable'
2228

2329
cache:
2430
directories:

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@
1717
],
1818
"require": {
1919
"php": "^7.2",
20-
"illuminate/support": "^6.0 || ^7.0",
20+
"illuminate/support": "^6.0 || ^7.0 || ^8.0",
2121
"mvdnbrk/myparcel-php-api": "^2.0"
2222
},
2323
"require-dev": {
2424
"nunomaduro/collision": "^3.0 || ^4.1",
25-
"orchestra/testbench": "^4.0 || ^5.0",
25+
"orchestra/testbench": "^4.0 || ^5.0 || ^6.0",
2626
"phpunit/phpunit": "^8.0 || ^9.0",
2727
"symfony/var-dumper": "^4.3 || ^5.0"
2828
},

0 commit comments

Comments
 (0)