Skip to content

Commit 856473c

Browse files
authored
Merge pull request #16 from php-etl/fix/contracts
Updated dependencies
2 parents 031e263 + 2eab85c commit 856473c

File tree

2 files changed

+39
-41
lines changed

2 files changed

+39
-41
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,19 +16,19 @@
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.0",
2020
"symfony/expression-language": "^6.0",
21-
"php-etl/packaging-contracts": "^0.3.0",
22-
"php-etl/satellite-toolbox": "^0.5.0"
21+
"php-etl/packaging-contracts": "0.3.0",
22+
"php-etl/satellite-toolbox": "*"
2323
},
2424
"require-dev": {
2525
"phpunit/phpunit": "^10.0",
26-
"php-etl/phpunit-extension": "^0.5.0",
26+
"php-etl/phpunit-extension": "*",
2727
"friendsofphp/php-cs-fixer": "^3.0",
2828
"phpstan/phpstan": "^1.10",
2929
"infection/infection": "^0.26.18",
3030
"rector/rector": "^0.15",
31-
"php-etl/csv-flow": "^0.3.0",
31+
"php-etl/csv-flow": "*",
3232
"mikey179/vfsstream": "^1.6"
3333
},
3434
"autoload": {

composer.lock

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

0 commit comments

Comments
 (0)