Create composer.json.phpcs
This commit is contained in:
parent
4539d84609
commit
212fce2ab7
18
composer.json.phpcs
Normal file
18
composer.json.phpcs
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
{
|
||||||
|
"name": "dolibarr/dolibarr",
|
||||||
|
"type": "project",
|
||||||
|
"description": "Dolibarr ERP & CRM is a modern and easy to use web software to manage your business",
|
||||||
|
"keywords": ["erp","crm","invoice","sme","proposal","order","stock"],
|
||||||
|
"homepage": "http://www.dolibarr.org",
|
||||||
|
"license": "GPL-3.0+",
|
||||||
|
"support": {
|
||||||
|
"issues": "https://github.com/Dolibarr/dolibarr/issues",
|
||||||
|
"forum": "http://www.dolibarr.org/forum",
|
||||||
|
"wiki": "http://wiki.dolibarr.org",
|
||||||
|
"irc": "irc://chat.freenode.net/dolibarr",
|
||||||
|
"source": "https://github.com/Dolibarr/dolibarr"
|
||||||
|
},
|
||||||
|
"config": {
|
||||||
|
"vendor-dir": "htdocs/includes"
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue
Block a user