Skip to content

Commit 7ae8996

Browse files
authored
Merge pull request #14 from php-etl/fix/lock-contracts-versions
fix lock contracts version to get new minor versions
2 parents fc1a728 + 13ae765 commit 7ae8996

File tree

2 files changed

+80
-79
lines changed

2 files changed

+80
-79
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@
1515
"php": "^8.2",
1616
"nikic/php-parser": "^4.10",
1717
"symfony/config": "^6.0",
18-
"php-etl/configurator-contracts": "0.7.0",
18+
"php-etl/configurator-contracts": "0.7.*",
1919
"php-etl/satellite-toolbox": "*",
20-
"php-etl/packaging-contracts": "0.3.0"
20+
"php-etl/packaging-contracts": "0.3.*"
2121
},
2222
"require-dev": {
2323
"symfony/yaml": "^6.0",
2424
"phpunit/phpunit": "^10.0",
25-
"php-etl/bucket-contracts": "0.2.0",
26-
"php-etl/pipeline-contracts": "0.4.0",
25+
"php-etl/bucket-contracts": "0.2.*",
26+
"php-etl/pipeline-contracts": "0.4.*",
2727
"friendsofphp/php-cs-fixer": "^3.0",
2828
"phpstan/phpstan": "^1.10",
2929
"infection/infection": "^0.26.18",

0 commit comments

Comments
 (0)