Skip to content

Commit aa850c4

Browse files
authored
Merge pull request #12 from php-etl/fix/lock-contracts-versions
fix lock contracts version to get new minor versions
2 parents 96b9a91 + c399a64 commit aa850c4

File tree

2 files changed

+98
-96
lines changed

2 files changed

+98
-96
lines changed

composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@
1616
"ext-json": "*",
1717
"nikic/php-parser": "^4.10",
1818
"symfony/config": "^6.0",
19-
"php-etl/configurator-contracts": "0.7.0",
20-
"php-etl/packaging-contracts": "0.3.0",
19+
"php-etl/configurator-contracts": "0.7.*",
20+
"php-etl/packaging-contracts": "0.3.*",
2121
"php-etl/fast-map-plugin": "*",
2222
"php-etl/satellite-toolbox": "*"
2323
},
2424
"require-dev": {
2525
"php-http/mock-client": "^1.4@dev",
2626
"symfony/yaml": "^6.0",
27-
"php-etl/bucket-contracts": "0.2.0",
27+
"php-etl/bucket-contracts": "0.2.*",
2828
"phpunit/phpunit": "^10.0",
2929
"laminas/laminas-diactoros": "^2.6",
3030
"phpunit/php-invoker": "*",

0 commit comments

Comments
 (0)