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 6dca144 commit be09d49Copy full SHA for be09d49
.travis.yml
@@ -7,7 +7,6 @@ cache:
7
- $HOME/.composer/cache
8
9
php:
10
- - '7.0'
11
- '7.1'
12
- '7.2'
13
- '7.3'
composer.json
@@ -35,7 +35,7 @@
35
"psr/log": ">= 1.0.0"
36
},
37
"require-dev": {
38
- "phpunit/phpunit": ">=6.5.14",
+ "phpunit/phpunit": ">=7.0.0",
39
"php-coveralls/php-coveralls": ">=1.0.2",
40
"sebastian/phpcpd": "*",
41
"phing/phing": "*",
0 commit comments