We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9598139 commit 76bde1bCopy full SHA for 76bde1b
.travis.yml
@@ -5,6 +5,8 @@ services:
5
6
matrix:
7
exclude:
8
+ - env: LARAVEL_VERSION=^7.0 TESTBENCH_VERSION=^5.0
9
+ php: 7.1
10
- env: LARAVEL_VERSION=^6.0 TESTBENCH_VERSION=^4.0
11
php: 7.1
12
@@ -20,6 +22,7 @@ cache:
20
22
- $HOME/.composer/cache
21
23
24
env:
25
+ - LARAVEL_VERSION=^7.0 TESTBENCH_VERSION=^5.0
26
- LARAVEL_VERSION=^6.0 TESTBENCH_VERSION=^4.0
27
- LARAVEL_VERSION=5.8.* TESTBENCH_VERSION=3.8.*
28
composer.json
@@ -29,8 +29,8 @@
29
"mpyw/laravel-pdo-emulation-control": "^0.1.0"
30
},
31
"require-dev": {
32
- "orchestra/testbench": "^4.0",
33
- "laravel/framework": "^6.0",
+ "orchestra/testbench": "^5.0",
+ "laravel/framework": "^7.0",
34
"friendsofphp/php-cs-fixer": "^2.15"
35
}
36
0 commit comments