Skip to content
Snippets Groups Projects
Commit 7a198401 authored by Daniel Hürtgen's avatar Daniel Hürtgen
Browse files

FEATURE: Provide source & issues url via composer.json

parent d13e6797
Branches
1 merge request!42FEATURE: Provide source & issues url via composer.json
Pipeline #338 passed with stage
in 7 minutes and 17 seconds
......@@ -17,6 +17,10 @@
"role": "Developer"
}
],
"support": {
"issues": "https://git.higidi.com/higidi/composer-phpcodesniffer-standards-plugin/issues",
"source": "https://git.higidi.com/higidi/composer-phpcodesniffer-standards-plugin"
},
"autoload": {
"psr-4": {
"Higidi\\ComposerPhpCSStandardsPlugin\\": "src/"
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment