Skip to content

Commit 327bb8a

Browse files
authored
Merge pull request #2 from php-etl/feature/qualityflow-improvments
lock composer contracts version
2 parents ed72d11 + 79db790 commit 327bb8a

File tree

2 files changed

+17
-14
lines changed

2 files changed

+17
-14
lines changed

composer.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
"require": {
1919
"php": "^8.2",
2020
"symfony/console": "^6.0",
21-
"php-etl/pipeline-contracts": "^0.4",
22-
"php-etl/console-state": "^0.2"
21+
"php-etl/pipeline-contracts": "0.4.0",
22+
"php-etl/console-state": "*"
2323
},
2424
"require-dev": {
2525
"phpstan/phpstan": "^1.10",
@@ -32,7 +32,10 @@
3232
}
3333
},
3434
"config": {
35-
"bin-dir": "bin"
35+
"bin-dir": "bin",
36+
"allow-plugins": {
37+
"infection/extension-installer": true
38+
}
3639
},
3740
"extra": {
3841
"branch-alias": {

composer.lock

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

0 commit comments

Comments
 (0)