WIP RingCentral CTI

This commit is contained in:
ralf 2022-06-13 21:34:07 +02:00
parent 89a73ac47d
commit 70ae151cfd
2 changed files with 709 additions and 470 deletions

View File

@ -121,6 +121,8 @@
"egroupware/webdav": "^0.3.7", "egroupware/webdav": "^0.3.7",
"egroupware/z-push-dev": "2.5.0.1", "egroupware/z-push-dev": "2.5.0.1",
"giggsey/libphonenumber-for-php": "^8.12", "giggsey/libphonenumber-for-php": "^8.12",
"guzzlehttp/guzzle": "^7.4.1",
"guzzlehttp/psr7": "^2.1.0",
"npm-asset/as-jqplot": "1.0.*", "npm-asset/as-jqplot": "1.0.*",
"npm-asset/gridster": "0.5.*", "npm-asset/gridster": "0.5.*",
"oomphinc/composer-installers-extender": "^2.0.1", "oomphinc/composer-installers-extender": "^2.0.1",
@ -130,13 +132,13 @@
"pear/xml_feed_parser": "^1.0.5", "pear/xml_feed_parser": "^1.0.5",
"phpseclib/phpseclib": "^2.0.31", "phpseclib/phpseclib": "^2.0.31",
"pragmarx/google2fa-qrcode": "^1.0", "pragmarx/google2fa-qrcode": "^1.0",
"ringcentral/ringcentral-php": "^2.3.1",
"robrichards/xmlseclibs": "^3.1.1", "robrichards/xmlseclibs": "^3.1.1",
"simplesamlphp/simplesamlphp": "^1.19.0", "simplesamlphp/simplesamlphp": "^1.19.0",
"simplesamlphp/twig-configurable-i18n": "~2.3.3", "simplesamlphp/twig-configurable-i18n": "~2.3.3",
"tinymce/tinymce": "5.10.*" "tinymce/tinymce": "5.10.*"
}, },
"require-dev": { "require-dev": {
"guzzlehttp/guzzle": "^6.5.6",
"phpunit/phpunit": "^9" "phpunit/phpunit": "^9"
}, },
"suggest": { "suggest": {
@ -157,4 +159,4 @@
}, },
"minimum-stability": "dev", "minimum-stability": "dev",
"prefer-stable": true "prefer-stable": true
} }

1173
composer.lock generated

File diff suppressed because it is too large Load Diff