Fix link to issues and dependencies
This commit is contained in:
parent
b0b5e95c7f
commit
67462a81a8
@ -6,24 +6,32 @@
|
|||||||
"homepage": "http://www.dolibarr.org",
|
"homepage": "http://www.dolibarr.org",
|
||||||
"license": "GPL-3.0+",
|
"license": "GPL-3.0+",
|
||||||
"support": {
|
"support": {
|
||||||
"issues": "https://doliforge.org/projects/dolibarr",
|
"issues": "https://github.com/Dolibarr/dolibarr/issues",
|
||||||
"forum": "http://www.dolibarr.org/forum",
|
"forum": "http://www.dolibarr.org/forum",
|
||||||
"wiki": "http://wiki.dolibarr.org"
|
"wiki": "http://wiki.dolibarr.org",
|
||||||
|
"irc": "irc://chat.freenode.net/dolibarr",
|
||||||
|
"source": "https://github.com/Dolibarr/dolibarr"
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"php": ">=5.3.0",
|
"php": ">=5.3.0",
|
||||||
"ext-gd": "*",
|
|
||||||
"ext-curl": "*"
|
"ext-curl": "*"
|
||||||
},
|
},
|
||||||
"suggest": {
|
"suggest": {
|
||||||
"ext-mysqli": "*",
|
"ext-mysqlnd": "To use with MySQL or MariaDB",
|
||||||
"ext-pgsql": "*",
|
"ext-mysqli": "To use with MySQL or MariaDB",
|
||||||
"ext-mssql": "*",
|
"ext-pgsql": "To use with PostgreSQL",
|
||||||
"ext-pdo_sqlite": "*",
|
"ext-mssql": "To use with MSSQL (experimental)",
|
||||||
"ext-imagick": "*",
|
"ext-pdo_sqlite": "To use with SQLite (experimental)",
|
||||||
"ext-mcrypt": "*",
|
"ext-gd": "Image manipulation (Required but maybe built-in PHP)",
|
||||||
"ext-openssl": "*",
|
"ext-imagick": "Image manipulation (TCPDF)",
|
||||||
"ext-mbstring": "*",
|
"ext-mcrypt": "(Required but maybe built-in PHP)",
|
||||||
"ext-soap": "*"
|
"ext-openssl": "Secure connections (Emails, SOAP…)",
|
||||||
|
"ext-mbstring": "Handle non UTF-8 databases",
|
||||||
|
"ext-soap": "Native SOAP",
|
||||||
|
"ext-zip": "ODT and Excel support",
|
||||||
|
"ext-xml": "Excel support"
|
||||||
|
},
|
||||||
|
"config": {
|
||||||
|
"vendor-dir": "htdocs/includes"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user