Skip to content
This repository has been archived by the owner on Dec 11, 2021. It is now read-only.

Commit

Permalink
Merge pull request #22 from bitExpert/dependabot/composer/infection/i…
Browse files Browse the repository at this point in the history
…nfection-0.21.0

Bump infection/infection from 0.20.2 to 0.21.0
  • Loading branch information
shochdoerfer committed Jan 27, 2021
2 parents c1ca17d + 879de17 commit 436fd57
Show file tree
Hide file tree
Showing 4 changed files with 1,006 additions and 895 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php-versions }}
tools: composer:v1
tools: composer:v2
coverage: xdebug

- name: Install Composer dependencies
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@
"php": "^7.4",
"magento/framework": "102.0.6|103.0.0|103.0.1",
"magento/module-customer": "102.0.6|103.0.0|103.0.1",
"magento/module-indexer" : "100.3.6|100.4.0|100.4.1",
"infection/infection": "^0.20.2"
"magento/module-indexer" : "100.3.6|100.4.0|100.4.1"
},
"require-dev": {
"n98/magerun2": "^4.0.0",
Expand All @@ -38,7 +37,8 @@
"captainhook/captainhook": "^5.4",
"captainhook/plugin-composer": "^5.2",
"bitexpert/phpstan-magento": "^0.6.0",
"roave/security-advisories": "dev-latest"
"roave/security-advisories": "dev-latest",
"infection/infection": "^0.21.0"
},
"repositories": [
{
Expand Down

0 comments on commit 436fd57

Please sign in to comment.