Skip to content

Commit

Permalink
Updated composer dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
gplanchat committed Nov 20, 2023
1 parent e7d4f07 commit 063c1ca
Show file tree
Hide file tree
Showing 2 changed files with 954 additions and 1,966 deletions.
34 changes: 18 additions & 16 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@
"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",
Expand All @@ -36,30 +35,33 @@
"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": "*"
},
"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
Loading

0 comments on commit 063c1ca

Please sign in to comment.