Skip to content

Commit 3bc1ba7

Browse files
authored
Merge pull request #11 from php-etl/fix/lock-contracts-version
fix lock contracts version to get new minor versions
2 parents 3fb90d9 + 44cd1e9 commit 3bc1ba7

File tree

2 files changed

+33
-32
lines changed

2 files changed

+33
-32
lines changed

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
"php": "^8.2",
2020
"psr/log": "^3.0",
2121
"php-etl/bucket": "*",
22-
"php-etl/pipeline-contracts": "0.4.0",
23-
"php-etl/bucket-contracts": "0.2.0"
22+
"php-etl/pipeline-contracts": "0.4.*",
23+
"php-etl/bucket-contracts": "0.2.*"
2424
},
2525
"require-dev": {
2626
"phpunit/php-invoker": "^4.0",

composer.lock

+31-30
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)