Skip to content

Commit 728df46

Browse files
authored
Merge pull request #3 from php-etl/feature/qualityflow-improvments
lock composer contracts version
2 parents e59c1a9 + 01d4c25 commit 728df46

File tree

2 files changed

+13
-18
lines changed

2 files changed

+13
-18
lines changed

composer.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"prefer-stable": true,
1818
"require": {
1919
"php": "^8.2",
20-
"php-etl/pipeline-contracts": "^0.4.0",
20+
"php-etl/pipeline-contracts": "0.4.0",
2121
"symfony/console": "^6.0"
2222
},
2323
"require-dev": {
@@ -32,11 +32,6 @@
3232
"Kiboko\\Component\\State\\": "src/"
3333
}
3434
},
35-
"autoload-dev": {
36-
"psr-4": {
37-
"functional\\Kiboko\\Component\\State\\": "tests/unit/"
38-
}
39-
},
4035
"config": {
4136
"bin-dir": "bin",
4237
"allow-plugins": {

composer.lock

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

0 commit comments

Comments
 (0)