Skip to content
This repository has been archived by the owner on Jul 3, 2023. It is now read-only.

Commit

Permalink
Merge pull request #44 from edno/feature/upgrade-dependencies
Browse files Browse the repository at this point in the history
Update infection dependencies
  • Loading branch information
edno committed Dec 12, 2020
2 parents 9e3572b + 7dde3aa commit d0b878d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
- php: 8.0

before_script:
- if [[ ${TRAVIS_PHP_VERSION:0:3} == "7.2" || ${TRAVIS_PHP_VERSION:0:3} == "7.3" ]]; then composer require --dev composer/package-versions-deprecated; fi
- composer install

script:
Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@
}
],
"require": {
"php": ">=7.2",
"php": ">=7.2 <9.0",
"codeception/codeception": "3 - 5"
},
"require-dev": {
"php-coveralls/php-coveralls": "^2",
"codeception/module-asserts": "^1",
"infection/infection": ">=0.15",
"infection/codeception-adapter": "~0.3",
"infection/extension-installer": "~0.1"
"infection/infection": "^0.15 | ^0.20",
"infection/codeception-adapter": "*",
"infection/extension-installer": "*"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit d0b878d

Please sign in to comment.