Skip to content

Commit

Permalink
Merge pull request #9 from php-etl/feature/qualityflow-improvments
Browse files Browse the repository at this point in the history
fix composer contracts version
  • Loading branch information
JoMessina authored Apr 6, 2023
2 parents 8c86093 + be15063 commit dc85d26
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 25 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
"require": {
"php": "^8.2",
"psr/log": "^1.1",
"php-etl/bucket": "^0.3.0",
"php-etl/pipeline-contracts": "^0.4.0",
"php-etl/bucket-contracts": "^0.2.0"
"php-etl/bucket": "*",
"php-etl/pipeline-contracts": "0.4.0",
"php-etl/bucket-contracts": "0.2.0"
},
"require-dev": {
"phpunit/php-invoker": "^4.0",
Expand Down
44 changes: 22 additions & 22 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit dc85d26

Please sign in to comment.