Skip to content

Commit

Permalink
Merge pull request #11 from php-etl/fix/contracts
Browse files Browse the repository at this point in the history
Updated dependencies
  • Loading branch information
sebprt authored Apr 6, 2023
2 parents 5e28f7d + 3e5b8ce commit 96b9a91
Show file tree
Hide file tree
Showing 2 changed files with 77 additions and 78 deletions.
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,24 +16,24 @@
"ext-json": "*",
"nikic/php-parser": "^4.10",
"symfony/config": "^6.0",
"php-etl/configurator-contracts": "^0.7.0",
"php-etl/packaging-contracts": "^0.3.0",
"php-etl/fast-map-plugin": "^0.8.0",
"php-etl/satellite-toolbox": "^0.5.0"
"php-etl/configurator-contracts": "0.7.0",
"php-etl/packaging-contracts": "0.3.0",
"php-etl/fast-map-plugin": "*",
"php-etl/satellite-toolbox": "*"
},
"require-dev": {
"php-http/mock-client": "^1.4@dev",
"symfony/yaml": "^6.0",
"php-etl/bucket-contracts": "^0.2.0",
"php-etl/bucket-contracts": "0.2.0",
"phpunit/phpunit": "^10.0",
"laminas/laminas-diactoros": "^2.6",
"phpunit/php-invoker": "*",
"php-etl/sylius-api-php-client": "^2.1@dev",
"friendsofphp/php-cs-fixer": "^3.0",
"infection/infection": "^0.26.18",
"rector/rector": "^0.15",
"php-etl/phpunit-extension": "^0.5.0",
"php-etl/bucket": "^0.3.0",
"php-etl/phpunit-extension": "*",
"php-etl/bucket": "*",
"symfony/http-client": "^6.2"
},
"autoload": {
Expand Down
Loading

0 comments on commit 96b9a91

Please sign in to comment.