Skip to content

Commit ae0c097

Browse files
authored
Merge pull request #89 from php-etl/feature/action
Added the action management
2 parents e6392ca + 6e4e2c7 commit ae0c097

26 files changed

+1233
-230
lines changed

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"react/promise": "^2.9",
3232
"symfony/dotenv": "^6.0",
3333
"php-etl/packaging": "*",
34-
"php-etl/configurator-contracts": "0.7.*",
34+
"php-etl/configurator-contracts": "0.8.*",
3535
"php-etl/satellite-toolbox": "*",
3636
"php-etl/pipeline-console-runtime": "*",
3737
"php-etl/gyroscops-api-client": "*",
@@ -87,7 +87,7 @@
8787
"bin": ["bin/satellite", "bin/cloud"],
8888
"extra": {
8989
"branch-alias": {
90-
"dev-main": "0.5.x-dev"
90+
"dev-main": "0.6.x-dev"
9191
},
9292
"gyroscops": {
9393
"adapters": [

0 commit comments

Comments
 (0)