Skip to content

Commit bd6d2e4

Browse files
authored
Merge pull request #18 from php-etl/fix/lock-contracts-version
fix lock contracts version to get new minor versions
2 parents 856473c + 4ac1024 commit bd6d2e4

File tree

2 files changed

+78
-77
lines changed

2 files changed

+78
-77
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
"ext-json": "*",
1717
"nikic/php-parser": "^4.10",
1818
"symfony/config": "^6.0",
19-
"php-etl/configurator-contracts": "0.7.0",
19+
"php-etl/configurator-contracts": "0.7.*",
2020
"symfony/expression-language": "^6.0",
21-
"php-etl/packaging-contracts": "0.3.0",
21+
"php-etl/packaging-contracts": "0.3.*",
2222
"php-etl/satellite-toolbox": "*"
2323
},
2424
"require-dev": {

0 commit comments

Comments
 (0)