Skip to content

Commit

Permalink
fix lock contracts version to get new minor versions
Browse files Browse the repository at this point in the history
  • Loading branch information
JoMessina committed Apr 12, 2023
1 parent 96b9a91 commit c399a64
Show file tree
Hide file tree
Showing 2 changed files with 98 additions and 96 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@
"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/configurator-contracts": "0.7.*",
"php-etl/packaging-contracts": "0.3.*",
"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.*",
"phpunit/phpunit": "^10.0",
"laminas/laminas-diactoros": "^2.6",
"phpunit/php-invoker": "*",
Expand Down
Loading

0 comments on commit c399a64

Please sign in to comment.