Skip to content

Commit 3be217b

Browse files
committed
Trying to enable Travis PHP 7.3 again
1 parent addbdf4 commit 3be217b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
language: php
22
php:
3-
#- 7.3
3+
- 7.3
44
- 7.4
55
before_script:
66
- composer self-update --2

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"phpunit/phpunit": "^8.5.8",
2424
"squizlabs/php_codesniffer": "^2.9.2",
2525
"couscous/couscous": "^1.8",
26-
"infection/infection": "^0.18.2"
26+
"infection/infection": "^0.17.7 || ^1.18.2"
2727
},
2828
"autoload": {
2929
"psr-4": {

0 commit comments

Comments
 (0)