Skip to content

Commit f3f0a01

Browse files
committed
Updated pipeline, satellit and action contracts v0.5
1 parent e35c494 commit f3f0a01

File tree

5 files changed

+1167
-1374
lines changed

5 files changed

+1167
-1374
lines changed

composer.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,18 +18,19 @@
1818
"require": {
1919
"php": "^8.2",
2020
"symfony/console": "^6.0",
21-
"php-etl/pipeline-contracts": "0.4.*",
21+
"php-etl/pipeline-contracts": "0.5.*",
2222
"php-etl/satellite-contracts": "0.1.*",
2323
"php-etl/pipeline": "*",
2424
"php-etl/console-state": "*",
2525
"php-etl/pipeline-console-runtime": "*",
2626
"php-etl/action-console-runtime": "*",
27-
"php-etl/action": "*"
27+
"php-etl/action": "*",
28+
"php-etl/action-contracts": "0.2.*"
2829
},
2930
"require-dev": {
3031
"rector/rector": "^0.15",
3132
"phpstan/phpstan": "^1.10",
32-
"friendsofphp/php-cs-fixer": "^3.0"
33+
"friendsofphp/php-cs-fixer": "^3.38"
3334
},
3435
"autoload": {
3536
"psr-4": {

0 commit comments

Comments
 (0)