Skip to content

Commit fc1a728

Browse files
authored
Merge pull request #13 from php-etl/lock-version
lock php-etl package versions
2 parents dbac4b4 + f52bcad commit fc1a728

File tree

2 files changed

+47
-49
lines changed

2 files changed

+47
-49
lines changed

composer.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,21 +15,21 @@
1515
"php": "^8.2",
1616
"nikic/php-parser": "^4.10",
1717
"symfony/config": "^6.0",
18-
"php-etl/configurator-contracts": "^0.7.0",
19-
"php-etl/satellite-toolbox": "^0.5.0",
20-
"php-etl/packaging-contracts": "^0.3.0"
18+
"php-etl/configurator-contracts": "0.7.0",
19+
"php-etl/satellite-toolbox": "*",
20+
"php-etl/packaging-contracts": "0.3.0"
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.0",
26+
"php-etl/pipeline-contracts": "0.4.0",
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/phpunit-extension": "^0.5.0",
32-
"php-etl/spreadsheet-flow": "^0.2.0"
31+
"php-etl/phpunit-extension": "*",
32+
"php-etl/spreadsheet-flow": "*"
3333
},
3434
"autoload": {
3535
"psr-4": {

composer.lock

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

0 commit comments

Comments
 (0)