Skip to content

Commit

Permalink
Merge pull request #3 from php-etl/feature/qualityflow-improvments
Browse files Browse the repository at this point in the history
lock composer contracts version
  • Loading branch information
JoMessina authored Apr 6, 2023
2 parents e59c1a9 + 01d4c25 commit 728df46
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 18 deletions.
7 changes: 1 addition & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"prefer-stable": true,
"require": {
"php": "^8.2",
"php-etl/pipeline-contracts": "^0.4.0",
"php-etl/pipeline-contracts": "0.4.0",
"symfony/console": "^6.0"
},
"require-dev": {
Expand All @@ -32,11 +32,6 @@
"Kiboko\\Component\\State\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"functional\\Kiboko\\Component\\State\\": "tests/unit/"
}
},
"config": {
"bin-dir": "bin",
"allow-plugins": {
Expand Down
24 changes: 12 additions & 12 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 728df46

Please sign in to comment.