mirror of
https://github.com/ONLYOFFICE/document-server-integration.git
synced 2026-02-10 18:05:10 +08:00
19 lines
531 B
JSON
19 lines
531 B
JSON
{
|
|
"require": {
|
|
"ext-mbstring": "*",
|
|
"firebase/php-jwt": "^6.8.1"
|
|
},
|
|
"require-dev": {
|
|
"squizlabs/php_codesniffer": "^3.7.2",
|
|
"phpunit/phpunit": "^10.2.6"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"OnlineEditorsExamplePhp\\Common\\": "src/common/",
|
|
"OnlineEditorsExamplePhp\\Configuration\\" : "src/configuration/",
|
|
"OnlineEditorsExamplePhp\\Helpers\\" : "src/helpers/",
|
|
"OnlineEditorsExamplePhp\\Views\\" : "src/views/"
|
|
}
|
|
}
|
|
}
|