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 addbdf4 commit 3be217bCopy full SHA for 3be217b
.travis.yml
@@ -1,6 +1,6 @@
1
language: php
2
php:
3
- #- 7.3
+ - 7.3
4
- 7.4
5
before_script:
6
- composer self-update --2
composer.json
@@ -23,7 +23,7 @@
23
"phpunit/phpunit": "^8.5.8",
24
"squizlabs/php_codesniffer": "^2.9.2",
25
"couscous/couscous": "^1.8",
26
- "infection/infection": "^0.18.2"
+ "infection/infection": "^0.17.7 || ^1.18.2"
27
},
28
"autoload": {
29
"psr-4": {
0 commit comments