Skip to content

Commit

Permalink
Merge pull request #11 from php-etl/fix/lock-contracts-version
Browse files Browse the repository at this point in the history
fix lock contracts version to get new minor versions
  • Loading branch information
JoMessina authored Apr 12, 2023
2 parents 3fb90d9 + 44cd1e9 commit 3bc1ba7
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 32 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"php": "^8.2",
"psr/log": "^3.0",
"php-etl/bucket": "*",
"php-etl/pipeline-contracts": "0.4.0",
"php-etl/bucket-contracts": "0.2.0"
"php-etl/pipeline-contracts": "0.4.*",
"php-etl/bucket-contracts": "0.2.*"
},
"require-dev": {
"phpunit/php-invoker": "^4.0",
Expand Down
61 changes: 31 additions & 30 deletions composer.lock

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

0 comments on commit 3bc1ba7

Please sign in to comment.