Skip to content

Commit

Permalink
Merge branch 'main' into feature/workflow-cloud
Browse files Browse the repository at this point in the history
  • Loading branch information
gplanchat authored Nov 21, 2023
2 parents 48490a7 + d8f8820 commit 7f43d16
Show file tree
Hide file tree
Showing 15 changed files with 3,777 additions and 4,594 deletions.
42 changes: 22 additions & 20 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,46 +20,48 @@
"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",
"nikic/php-parser": "^4.10",
"symfony/http-client": "^6.0",
"nikic/php-parser": "^4.15",
"nyholm/psr7": "^1.5",
"psr/http-client": "^1.0",
"react/promise": "^2.9",
"symfony/dotenv": "^6.0",
"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/pipeline": "*",
"php-etl/workflow-console-runtime": "*",
"composer/composer": "*"
"composer/composer": "*",
"symfony/deprecation-contracts": "*",
"react/child-process": "^0.7",
"react/async": "^4.1",
"react/promise-timer": "^1.10"
},
"require-dev": {
"phpunit/phpunit": "^10.0",
"phpspec/phpspec": "^7.3",
"phpstan/phpstan": "^1.10",
"infection/infection": "^0.26.18",
"infection/infection": "^0.26",
"friends-of-phpspec/phpspec-code-coverage": "*",
"fakerphp/faker": "^1.9",
"justinrainbow/json-schema": "^5.2",
"rector/rector": "^0.15",
"php-etl/phpunit-extension": "*",
"php-etl/akeneo-expression-language": "*",
"php-etl/array-expression-language": "*",
"php-etl/string-expression-language": "*",
"php-etl/fast-map-plugin": "*",
"php-etl/akeneo-plugin": "*",
"php-etl/csv-plugin": "*",
"php-etl/spreadsheet-plugin": "*",
"php-etl/sql-plugin": "*",
"php-etl/sylius-plugin": "*",
"mikey179/vfsstream": "^1.6"
"php-etl/phpunit-extension": "0.7.*",
"mikey179/vfsstream": "^1.6",
"symfony/http-client": "^6.3",
"friendsofphp/php-cs-fixer": "^3.38"
},
"suggest": {
"php-etl/array-expression-language": "A set of function for arrays manipulation",
"php-etl/string-expression-language": "A set of function for string manipulation",
"php-etl/fast-map-plugin": "A Gyroscops plugin for data mapping",
"php-etl/akeneo-plugin": "A Gyroscops plugin for Akeneo API connectivity",
"php-etl/csv-plugin": "A Gyroscops plugin for CSV format",
"php-etl/spreadsheet-plugin": "A Gyroscops plugin for Excel and Open Document formats",
"php-etl/sql-plugin": "A Gyroscops plugin for SQL connectivity using PDO",
"php-etl/sylius-plugin": "A Gyroscops plugin for Sylius API connectivity"
},
"autoload": {
"psr-4": {
Expand Down Expand Up @@ -87,7 +89,7 @@
"bin": ["bin/satellite", "bin/cloud"],
"extra": {
"branch-alias": {
"dev-main": "0.6.x-dev"
"dev-main": "0.7.x-dev"
},
"gyroscops": {
"adapters": [
Expand Down
Loading

0 comments on commit 7f43d16

Please sign in to comment.