Skip to content

Commit

Permalink
Updated php-etl/phpunit-extension
Browse files Browse the repository at this point in the history
  • Loading branch information
sebprt committed Jan 11, 2024
1 parent 125fa74 commit 6d96048
Show file tree
Hide file tree
Showing 3 changed files with 121 additions and 64 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/infection.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:

- name: Infection
run: |
wget -q https://github.com/infection/infection/releases/download/0.26.18/infection.phar
wget -q https://github.com/infection/infection/releases/download/0.26.18/infection.phar.asc
wget -q https://github.com/infection/infection/releases/download/0.27.0/infection.phar
wget -q https://github.com/infection/infection/releases/download/0.27.0/infection.phar.asc
chmod +x infection.phar
./infection.phar
Expand Down
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,13 @@
"php-etl/fast-map-config": "*",
"php-etl/packaging-contracts": "0.3.*",
"php-etl/satellite-toolbox": "*",
"php-etl/configurator-contracts": "0.8.*"
"php-etl/configurator-contracts": "0.8.*",
"php-etl/bucket": "*"
},
"require-dev": {
"phpunit/phpunit": "^10.0",
"phpunit/php-invoker": "*",
"php-etl/phpunit-extension": "0.7.*",
"php-etl/phpunit-extension": "*",
"friendsofphp/php-cs-fixer": "^3.38",
"phpstan/phpstan": "^1.10",
"rector/rector": "^0.15",
Expand Down
176 changes: 116 additions & 60 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6d96048

Please sign in to comment.