Skip to content

Commit dc85d26

Browse files
authored
Merge pull request php-etl#9 from php-etl/feature/qualityflow-improvments
fix composer contracts version
2 parents 8c86093 + be15063 commit dc85d26

File tree

2 files changed

+25
-25
lines changed

2 files changed

+25
-25
lines changed

composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
"require": {
1919
"php": "^8.2",
2020
"psr/log": "^1.1",
21-
"php-etl/bucket": "^0.3.0",
22-
"php-etl/pipeline-contracts": "^0.4.0",
23-
"php-etl/bucket-contracts": "^0.2.0"
21+
"php-etl/bucket": "*",
22+
"php-etl/pipeline-contracts": "0.4.0",
23+
"php-etl/bucket-contracts": "0.2.0"
2424
},
2525
"require-dev": {
2626
"phpunit/php-invoker": "^4.0",

composer.lock

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

0 commit comments

Comments
 (0)