Skip to content

Commit

Permalink
Merge pull request #14 from php-etl/fix/lock-contracts-versions
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 fc1a728 + 13ae765 commit 7ae8996
Show file tree
Hide file tree
Showing 2 changed files with 80 additions and 79 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@
"php": "^8.2",
"nikic/php-parser": "^4.10",
"symfony/config": "^6.0",
"php-etl/configurator-contracts": "0.7.0",
"php-etl/configurator-contracts": "0.7.*",
"php-etl/satellite-toolbox": "*",
"php-etl/packaging-contracts": "0.3.0"
"php-etl/packaging-contracts": "0.3.*"
},
"require-dev": {
"symfony/yaml": "^6.0",
"phpunit/phpunit": "^10.0",
"php-etl/bucket-contracts": "0.2.0",
"php-etl/pipeline-contracts": "0.4.0",
"php-etl/bucket-contracts": "0.2.*",
"php-etl/pipeline-contracts": "0.4.*",
"friendsofphp/php-cs-fixer": "^3.0",
"phpstan/phpstan": "^1.10",
"infection/infection": "^0.26.18",
Expand Down
Loading

0 comments on commit 7ae8996

Please sign in to comment.