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 8a434a7 commit bb8f9e5
Show file tree
Hide file tree
Showing 2 changed files with 477 additions and 712 deletions.
15 changes: 8 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,19 @@
"prefer-stable": true,
"require": {
"php": "^8.2",
"php-etl/pipeline-contracts": "0.4.*",
"ext-pdo": "*",
"psr/log": "^3.0",
"php-etl/bucket-contracts": "0.3.*",
"php-etl/bucket": "*",
"php-etl/mapping-contracts": "0.4.*",
"ext-pdo": "*"
"php-etl/mapping-contracts": "*",
"php-etl/pipeline-contracts": "0.5.*"
},
"require-dev": {
"phpunit/phpunit": "^10.0",
"php-etl/phpunit-extension": "*",
"phpstan/phpstan": "^1.10",
"friendsofphp/php-cs-fixer": "^3.38",
"infection/infection": "^0.26.18",
"friendsofphp/php-cs-fixer": "^3.0",
"php-etl/phpunit-extension": "0.7.*",
"phpstan/phpstan": "^1.10",
"phpunit/phpunit": "^10.0",
"rector/rector": "^0.15"
},
"autoload": {
Expand Down
Loading

0 comments on commit bb8f9e5

Please sign in to comment.