Skip to content

Commit a79a325

Browse files
authored
Merge pull request #4 from php-etl/feature/qualityflow-improvments
lock composer contracts version
2 parents bc3e0e3 + b514bd3 commit a79a325

File tree

2 files changed

+37
-34
lines changed

2 files changed

+37
-34
lines changed

composer.json

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@
1818
"require": {
1919
"php": "^8.2",
2020
"symfony/console": "^6.0",
21-
"php-etl/pipeline-contracts": "^0.4",
22-
"php-etl/pipeline": "^0.5",
23-
"php-etl/console-state": "^0.2",
24-
"php-etl/pipeline-console-runtime": "^0.2"
21+
"php-etl/pipeline-contracts": "0.4.0",
22+
"php-etl/pipeline": "*",
23+
"php-etl/console-state": "*",
24+
"php-etl/pipeline-console-runtime": "*"
2525
},
2626
"require-dev": {
2727
"rector/rector": "^0.15",
@@ -34,7 +34,10 @@
3434
}
3535
},
3636
"config": {
37-
"bin-dir": "bin"
37+
"bin-dir": "bin",
38+
"allow-plugins": {
39+
"infection/extension-installer": true
40+
}
3841
},
3942
"extra": {
4043
"branch-alias": {

composer.lock

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

0 commit comments

Comments
 (0)