Skip to content

Commit 6d96048

Browse files
committed
Updated php-etl/phpunit-extension
1 parent 125fa74 commit 6d96048

File tree

3 files changed

+121
-64
lines changed

3 files changed

+121
-64
lines changed

.github/workflows/infection.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ jobs:
2323

2424
- name: Infection
2525
run: |
26-
wget -q https://github.com/infection/infection/releases/download/0.26.18/infection.phar
27-
wget -q https://github.com/infection/infection/releases/download/0.26.18/infection.phar.asc
26+
wget -q https://github.com/infection/infection/releases/download/0.27.0/infection.phar
27+
wget -q https://github.com/infection/infection/releases/download/0.27.0/infection.phar.asc
2828
chmod +x infection.phar
2929
./infection.phar
3030

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,13 @@
1919
"php-etl/fast-map-config": "*",
2020
"php-etl/packaging-contracts": "0.3.*",
2121
"php-etl/satellite-toolbox": "*",
22-
"php-etl/configurator-contracts": "0.8.*"
22+
"php-etl/configurator-contracts": "0.8.*",
23+
"php-etl/bucket": "*"
2324
},
2425
"require-dev": {
2526
"phpunit/phpunit": "^10.0",
2627
"phpunit/php-invoker": "*",
27-
"php-etl/phpunit-extension": "0.7.*",
28+
"php-etl/phpunit-extension": "*",
2829
"friendsofphp/php-cs-fixer": "^3.38",
2930
"phpstan/phpstan": "^1.10",
3031
"rector/rector": "^0.15",

composer.lock

Lines changed: 116 additions & 60 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)