Skip to content

Commit

Permalink
Updated code to be compatible with php-etl/pipeline-contracts:0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
gplanchat committed Nov 21, 2023
1 parent a48608c commit b9cb428
Show file tree
Hide file tree
Showing 2 changed files with 455 additions and 681 deletions.
11 changes: 6 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,17 @@
"ext-simplexml": "*",
"php-etl/bucket": "*",
"box/spout": "^3.1",
"php-etl/pipeline-contracts": "0.4.*",
"psr/log": "^3.0"
"php-etl/pipeline-contracts": "0.5.*",
"psr/log": "^3.0",
"php-etl/bucket-contracts": "0.3.*"
},
"require-dev": {
"phpunit/phpunit": "^10.0",
"phpstan/phpstan": "^1.10",
"friendsofphp/php-cs-fixer": "^3.0",
"friendsofphp/php-cs-fixer": "^3.38",
"infection/infection": "^0.26.18",
"rector/rector": "^0.15.23",
"php-etl/phpunit-extension": "*"
"rector/rector": "^0.15",
"php-etl/phpunit-extension": "0.7.*"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit b9cb428

Please sign in to comment.