Skip to content

Commit f7e66a7

Browse files
authored
Merge pull request #21 from php-etl/fix/lock-contracts-versions
add spec extension with a metadata package fixed
2 parents 2b3db46 + 8c9206b commit f7e66a7

File tree

2 files changed

+53
-54
lines changed

2 files changed

+53
-54
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
"symfony/cache": "^6.0",
2424
"doctrine/inflector": "^2.0",
2525
"php-etl/metadata": "*",
26-
"php-etl/mapping-contracts": "0.4.0",
27-
"php-etl/metadata-contracts": "0.2.0",
26+
"php-etl/mapping-contracts": "0.4.*",
27+
"php-etl/metadata-contracts": "0.2.*",
2828
"php-etl/satellite-toolbox": "*"
2929
},
3030
"require-dev": {
@@ -34,7 +34,7 @@
3434
"friendsofphp/php-cs-fixer": "^3.0",
3535
"phpstan/phpstan": "^1.10",
3636
"rector/rector": "^0.15",
37-
"php-etl/phpspec-extension": "0.4.0"
37+
"php-etl/phpspec-extension": "*"
3838
},
3939
"autoload": {
4040
"psr-4": {

composer.lock

Lines changed: 50 additions & 51 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)