Skip to content

Commit

Permalink
Updated pipeline, satellit and action contracts v0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
gplanchat committed Nov 16, 2023
1 parent e35c494 commit f3f0a01
Show file tree
Hide file tree
Showing 5 changed files with 1,167 additions and 1,374 deletions.
7 changes: 4 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,19 @@
"require": {
"php": "^8.2",
"symfony/console": "^6.0",
"php-etl/pipeline-contracts": "0.4.*",
"php-etl/pipeline-contracts": "0.5.*",
"php-etl/satellite-contracts": "0.1.*",
"php-etl/pipeline": "*",
"php-etl/console-state": "*",
"php-etl/pipeline-console-runtime": "*",
"php-etl/action-console-runtime": "*",
"php-etl/action": "*"
"php-etl/action": "*",
"php-etl/action-contracts": "0.2.*"
},
"require-dev": {
"rector/rector": "^0.15",
"phpstan/phpstan": "^1.10",
"friendsofphp/php-cs-fixer": "^3.0"
"friendsofphp/php-cs-fixer": "^3.38"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit f3f0a01

Please sign in to comment.