Skip to content

Commit

Permalink
Updated code to be compatible with php-etl/pipeline-contracts:0.5 and…
Browse files Browse the repository at this point in the history
… php-etl/satellite-contracts:0.1
  • Loading branch information
gplanchat committed Nov 21, 2023
1 parent 355665b commit 5437a58
Show file tree
Hide file tree
Showing 2 changed files with 330 additions and 279 deletions.
10 changes: 6 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,16 @@
"license": "MIT",
"require": {
"php": "^8.2",
"php-etl/pipeline-contracts": "0.4.*",
"php-etl/bucket": "*"
"php-etl/pipeline-contracts": "0.5.*",
"php-etl/bucket": "*",
"php-etl/bucket-contracts": "0.3.*",
"psr/log": "^3.0"
},
"require-dev": {
"phpunit/phpunit": "^10.0",
"mikey179/vfsstream": "^1.6",
"php-etl/phpunit-extension": "*",
"rector/rector": "^0.15.24"
"rector/rector": "^0.15",
"php-etl/phpunit-extension": "0.7.*"
},
"authors": [
{
Expand Down
Loading

0 comments on commit 5437a58

Please sign in to comment.