fix(composer,templates): remove zadarma traces

This commit is contained in:
Alexander Minkin 2023-12-11 13:11:04 +03:00
parent 3d08bd1370
commit 2eb15cb600
Signed by untrusted user: WerySkok
GPG key ID: 88E9A2F3AFE44C30
4 changed files with 9 additions and 61 deletions

View file

@ -282,7 +282,7 @@
Number verification Number verification
</td> </td>
<td class="v"> <td class="v">
{php echo OPENVK_ROOT_CONF["openvk"]["credentials"]["zadarma"]["enable"] ? "SMS (Zadarma)" : "Disabled"} {php echo OPENVK_ROOT_CONF["openvk"]["credentials"]["smsc"]["enable"] ? "SMS" : "Disabled"}
</td> </td>
<td class="v"> <td class="v">
Disabled Disabled
@ -364,21 +364,21 @@
Vladimir Barinov, Konstantin Kichulkin and Daniel Myslivets Vladimir Barinov, Konstantin Kichulkin and Daniel Myslivets
</td> </td>
</tr> </tr>
<tr n:foreach="$themes as $theme"> <tr n:foreach="$themes as $themeEntry">
<td class="e"> <td class="e">
{$theme->getName()} {$themeEntry->getName()}
</td> </td>
<td class="v"> <td class="v">
{$theme->isEnabled() ? "Enabled" : "Installed"} {$themeEntry->isEnabled() ? "Enabled" : "Installed"}
</td> </td>
<td class="v"> <td class="v">
{$theme->getVersion()} {$themeEntry->getVersion()}
</td> </td>
<td class="v"> <td class="v">
{$theme->getDescription()|truncate:20} {$themeEntry->getDescription()|truncate:20}
</td> </td>
<td class="v"> <td class="v">
{$theme->getAuthor()} {$themeEntry->getAuthor()}
</td> </td>
</tr> </tr>
</tbody> </tbody>

View file

@ -70,7 +70,7 @@
<input type="text" name="pseudo" value="{$user->getPseudo()}" /> <input type="text" name="pseudo" value="{$user->getPseudo()}" />
</td> </td>
</tr> </tr>
{if OPENVK_ROOT_CONF['openvk']['credentials']['zadarma']['enable']} {if OPENVK_ROOT_CONF['openvk']['credentials']['smsc']['enable']}
<tr> <tr>
<td width="120" valign="top"> <td width="120" valign="top">
<span class="nobold">{_phone}: </span> <span class="nobold">{_phone}: </span>

View file

@ -4,7 +4,6 @@
"guzzlehttp/guzzle": "^6.5", "guzzlehttp/guzzle": "^6.5",
"komeiji-satori/curl": "dev-master", "komeiji-satori/curl": "dev-master",
"whichbrowser/parser": "dev-master", "whichbrowser/parser": "dev-master",
"zadarma/user-api-v1": "dev-master",
"james-heinrich/getid3": "^1.9@dev", "james-heinrich/getid3": "^1.9@dev",
"rybakit/msgpack": "dev-master", "rybakit/msgpack": "dev-master",
"wapmorgan/binary-stream": "dev-master", "wapmorgan/binary-stream": "dev-master",

53
composer.lock generated
View file

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "74fb28e354c833498ae89dd108eb1d76", "content-hash": "636b9c2de242c3485ec3924bc662629e",
"packages": [ "packages": [
{ {
"name": "al/emoji-detector", "name": "al/emoji-detector",
@ -2713,56 +2713,6 @@
"source": "https://github.com/WhichBrowser/Parser-PHP/tree/v2.1.7" "source": "https://github.com/WhichBrowser/Parser-PHP/tree/v2.1.7"
}, },
"time": "2022-04-19T20:14:54+00:00" "time": "2022-04-19T20:14:54+00:00"
},
{
"name": "zadarma/user-api-v1",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/zadarma/user-api-v1.git",
"reference": "bfdb7550b8f17e49b2928a84bfa0ec8587838806"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/zadarma/user-api-v1/zipball/bfdb7550b8f17e49b2928a84bfa0ec8587838806",
"reference": "bfdb7550b8f17e49b2928a84bfa0ec8587838806",
"shasum": ""
},
"require": {
"ext-curl": "*",
"php": ">=5.5.0"
},
"default-branch": true,
"type": "library",
"autoload": {
"psr-4": {
"Zadarma_API\\": "lib/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Zadarma",
"email": "github@zadarma.com"
}
],
"description": "PHP class for Zadarma API",
"homepage": "https://github.com/zadarma/user-api-v1",
"keywords": [
"api",
"free calls",
"pbx",
"sip",
"zadarma"
],
"support": {
"issues": "https://github.com/zadarma/user-api-v1/issues",
"source": "https://github.com/zadarma/user-api-v1/tree/v1.1.9"
},
"time": "2023-01-17T09:52:53+00:00"
} }
], ],
"packages-dev": [], "packages-dev": [],
@ -2771,7 +2721,6 @@
"stability-flags": { "stability-flags": {
"komeiji-satori/curl": 20, "komeiji-satori/curl": 20,
"whichbrowser/parser": 20, "whichbrowser/parser": 20,
"zadarma/user-api-v1": 20,
"james-heinrich/getid3": 20, "james-heinrich/getid3": 20,
"rybakit/msgpack": 20, "rybakit/msgpack": 20,
"wapmorgan/binary-stream": 20, "wapmorgan/binary-stream": 20,