Skip to content

Commit 6a4d4f6

Browse files
authored
Merge branch 'main' into feature/catch-logs
2 parents 0a9d785 + 715b813 commit 6a4d4f6

17 files changed

+604
-480
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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"require": {
1515
"php": "^8.2",
1616
"ext-json": "*",
17-
"nikic/php-parser": "^4.10",
17+
"nikic/php-parser": "^4.15",
1818
"symfony/config": "^6.0",
1919
"php-etl/fast-map-config": "*",
2020
"php-etl/packaging-contracts": "0.3.*",
@@ -24,12 +24,12 @@
2424
"require-dev": {
2525
"phpunit/phpunit": "^10.0",
2626
"phpunit/php-invoker": "*",
27-
"php-etl/bucket": "*",
2827
"php-etl/phpunit-extension": "*",
29-
"friendsofphp/php-cs-fixer": "^3.0",
28+
"friendsofphp/php-cs-fixer": "^3.38",
3029
"phpstan/phpstan": "^1.10",
3130
"rector/rector": "^0.15",
32-
"infection/infection": "^0.26.19"
31+
"infection/infection": "^0.26",
32+
"php-etl/bucket": "*"
3333
},
3434
"autoload": {
3535
"psr-4": {

0 commit comments

Comments
 (0)