Skip to content

Commit

Permalink
Trying to enable Travis PHP 7.3 again
Browse files Browse the repository at this point in the history
  • Loading branch information
moufmouf committed Oct 27, 2020
1 parent addbdf4 commit 3be217b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: php
php:
#- 7.3
- 7.3
- 7.4
before_script:
- composer self-update --2
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"phpunit/phpunit": "^8.5.8",
"squizlabs/php_codesniffer": "^2.9.2",
"couscous/couscous": "^1.8",
"infection/infection": "^0.18.2"
"infection/infection": "^0.17.7 || ^1.18.2"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 3be217b

Please sign in to comment.