Skip to content

Commit

Permalink
Migrated code from symfony/process to react/child-process
Browse files Browse the repository at this point in the history
  • Loading branch information
gplanchat committed Nov 21, 2023
1 parent d34618d commit 5b9b4af
Show file tree
Hide file tree
Showing 2 changed files with 1,316 additions and 1,354 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
"ext-json": "*",
"psr/log": "^3.0",
"symfony/console": "^6.0",
"symfony/process": "^6.0",
"symfony/config": "^6.0",
"symfony/yaml": "^6.0",
"symfony/dependency-injection": "^6.0",
Expand All @@ -32,12 +31,13 @@
"php-etl/packaging": "*",
"php-etl/configurator-contracts": "0.8.*",
"php-etl/satellite-toolbox": "*",
"php-etl/pipeline-console-runtime": "*",
"php-etl/gyroscops-api-client": "*",
"php-etl/dockerfile": "*",
"php-etl/workflow-console-runtime": "*",
"composer/composer": "*",
"symfony/deprecation-contracts": "*"
"symfony/deprecation-contracts": "*",
"react/child-process": "^0.7",
"react/async": "^4.1",
"react/promise-timer": "^1.10"
},
"require-dev": {
"phpunit/phpunit": "^10.0",
Expand Down
Loading

0 comments on commit 5b9b4af

Please sign in to comment.