mirror of
https://github.com/ONLYOFFICE/document-server-integration.git
synced 2026-02-10 18:05:10 +08:00
Merge pull request #441 from ONLYOFFICE/feature/php-matrix-formats
php: add support for formats
This commit is contained in:
@ -1,7 +1,9 @@
|
||||
{
|
||||
"require": {
|
||||
"ext-mbstring": "*",
|
||||
"firebase/php-jwt": "^6.8.1"
|
||||
"firebase/php-jwt": "^6.8.1",
|
||||
"symfony/serializer": "^6.3",
|
||||
"symfony/property-access": "^6.3"
|
||||
},
|
||||
"require-dev": {
|
||||
"squizlabs/php_codesniffer": "^3.7.2",
|
||||
@ -11,6 +13,7 @@
|
||||
"psr-4": {
|
||||
"Example\\Common\\": "src/common/",
|
||||
"Example\\Configuration\\" : "src/configuration/",
|
||||
"Example\\Format\\" : "src/format/",
|
||||
"Example\\Helpers\\" : "src/helpers/",
|
||||
"Example\\Proxy\\": "src/proxy/",
|
||||
"Example\\Views\\" : "src/views/"
|
||||
|
||||
Reference in New Issue
Block a user