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 6df6934 commit 74609daCopy full SHA for 74609da
.travis.yml
@@ -2,8 +2,6 @@ language: php
2
3
matrix:
4
include:
5
- - php: 7.0
6
- env: ILLUMINATE_VERSION=5.5.* TESTBENCH_VERSION=3.5.*
7
- php: 7.1
8
env: ILLUMINATE_VERSION=5.8.* TESTBENCH_VERSION=3.8.*
9
composer.json
@@ -15,11 +15,11 @@
15
}
16
],
17
"require": {
18
- "php": ">=7.0"
+ "php": ">=7.1"
19
},
20
"require-dev": {
21
- "orchestra/testbench": ">=3.5",
22
- "phpunit/phpunit": "^6.0|^7.0|^8.0"
+ "orchestra/testbench": ">=3.6",
+ "phpunit/phpunit": "^7.0|^8.0"
23
24
"autoload": {
25
"psr-4": {
0 commit comments