Skip to content

Commit

Permalink
build: fix composer config
Browse files Browse the repository at this point in the history
  • Loading branch information
geerteltink committed Aug 22, 2020
1 parent b10a15d commit bca6295
Show file tree
Hide file tree
Showing 2 changed files with 79 additions and 108 deletions.
34 changes: 0 additions & 34 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,9 @@
"laminas/laminas-cli": "For auto configuring the cli command."
},
"config": {
"platform": {
"php": "7.4.4"
},
"sort-packages": true
},
"extra": {
"branch-alias": {
"dev-master": "2.0.x-dev"
},
"laminas": {
"config-provider": "Xtreamwayz\\PsrContainerMessenger\\ConfigProvider"
}
Expand Down Expand Up @@ -65,32 +59,4 @@
"source": "https://github.com/xtreamwayz/psr-container-messenger",
"rss": "https://github.com/xtreamwayz/psr-container-messenger/releases.atom"
}
},
"autoload": {
"psr-4": {
"Xtreamwayz\\PsrContainerMessenger\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"Xtreamwayz\\PsrContainerMessenger\\Test\\": "test/"
}
},
"scripts": {
"check": [
"@cs-check",
"@test",
"@static-analysis"
],
"cs-check": "phpcs",
"cs-fix": "phpcbf",
"static-analysis": "psalm",
"test": "phpunit",
"test-coverage": "phpunit --coverage-clover clover.xml"
},
"support": {
"issues": "https://github.com/xtreamwayz/psr-container-messenger/issues",
"source": "https://github.com/xtreamwayz/psr-container-messenger",
"rss": "https://github.com/xtreamwayz/psr-container-messenger/releases.atom"
}
}
153 changes: 79 additions & 74 deletions composer.lock

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

0 comments on commit bca6295

Please sign in to comment.