45 lines
1.4 KiB
JSON
45 lines
1.4 KiB
JSON
{
|
|
"name": "montala/resourcespace",
|
|
"description": "ResourceSpace is the Digital Asset Management software offering a convenient, productive and easy to use solution for organising and sharing files.",
|
|
"homepage": "https://www.resourcespace.com",
|
|
"type": "project",
|
|
"license": "documentation/licenses/resourcespace.txt",
|
|
"require": {
|
|
"php": "8.1 - 8.3",
|
|
"ext-mbstring": "*",
|
|
"ext-intl": "*",
|
|
"ext-curl": "*",
|
|
"ext-dom": "*",
|
|
"ext-zip": "*",
|
|
"ext-gd": "*",
|
|
"ext-mysqli": "*",
|
|
"ext-json": "*"
|
|
},
|
|
"require-dev": {
|
|
"phpstan/phpstan": "^1.8",
|
|
"rector/rector": "^1.0",
|
|
"roave/security-advisories": "dev-latest"
|
|
},
|
|
"autoload-dev": {
|
|
"psr-4": {
|
|
"Montala\\ResourceSpace\\Utils\\Rector\\": "include"
|
|
}
|
|
},
|
|
"suggest": {
|
|
"ext-apcu": "Needed to improve upload performance."
|
|
},
|
|
"scripts": {
|
|
"dev:beforeCommit": [
|
|
"@dev:phpstan"
|
|
],
|
|
"dev:phpstan": "phpstan analyse"
|
|
},
|
|
"support": {
|
|
"source": "https://svn.resourcespace.com/svn/rs/trunk/",
|
|
"docs": "https://www.resourcespace.com/knowledge-base/",
|
|
"forum": "https://groups.google.com/g/resourcespace",
|
|
"issues": "https://www.resourcespace.com/bug_report",
|
|
"security": "https://www.resourcespace.com/bug_report"
|
|
}
|
|
}
|