Skip to content

Commit

Permalink
Merge branch 'main' into feature/catch-logs
Browse files Browse the repository at this point in the history
  • Loading branch information
gplanchat authored Jan 12, 2024
2 parents 0a9d785 + 715b813 commit 6a4d4f6
Show file tree
Hide file tree
Showing 17 changed files with 604 additions and 480 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
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"require": {
"php": "^8.2",
"ext-json": "*",
"nikic/php-parser": "^4.10",
"nikic/php-parser": "^4.15",
"symfony/config": "^6.0",
"php-etl/fast-map-config": "*",
"php-etl/packaging-contracts": "0.3.*",
Expand All @@ -24,12 +24,12 @@
"require-dev": {
"phpunit/phpunit": "^10.0",
"phpunit/php-invoker": "*",
"php-etl/bucket": "*",
"php-etl/phpunit-extension": "*",
"friendsofphp/php-cs-fixer": "^3.0",
"friendsofphp/php-cs-fixer": "^3.38",
"phpstan/phpstan": "^1.10",
"rector/rector": "^0.15",
"infection/infection": "^0.26.19"
"infection/infection": "^0.26",
"php-etl/bucket": "*"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit 6a4d4f6

Please sign in to comment.