Browse code

Added README.md appinfo/info.xml appinfo/signature.json lib/Controller/AuthorApiController.php and the providers directory

DoubleBastionAdmin authored on 20/08/2022 16:33:00
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,220 @@
1
+{
2
+    "_readme": [
3
+        "This file locks the dependencies of your project to a known state",
4
+        "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
5
+        "This file is @generated automatically"
6
+    ],
7
+    "content-hash": "e8a783fba70a4b6be6b7e71bba8e7c0f",
8
+    "packages": [
9
+        {
10
+            "name": "paragonie/random_compat",
11
+            "version": "v9.99.100",
12
+            "source": {
13
+                "type": "git",
14
+                "url": "https://github.com/paragonie/random_compat.git",
15
+                "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a"
16
+            },
17
+            "dist": {
18
+                "type": "zip",
19
+                "url": "https://api.github.com/repos/paragonie/random_compat/zipball/996434e5492cb4c3edcb9168db6fbb1359ef965a",
20
+                "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a",
21
+                "shasum": ""
22
+            },
23
+            "require": {
24
+                "php": ">= 7"
25
+            },
26
+            "require-dev": {
27
+                "phpunit/phpunit": "4.*|5.*",
28
+                "vimeo/psalm": "^1"
29
+            },
30
+            "suggest": {
31
+                "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
32
+            },
33
+            "type": "library",
34
+            "notification-url": "https://packagist.org/downloads/",
35
+            "license": [
36
+                "MIT"
37
+            ],
38
+            "authors": [
39
+                {
40
+                    "name": "Paragon Initiative Enterprises",
41
+                    "email": "security@paragonie.com",
42
+                    "homepage": "https://paragonie.com"
43
+                }
44
+            ],
45
+            "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
46
+            "keywords": [
47
+                "csprng",
48
+                "polyfill",
49
+                "pseudorandom",
50
+                "random"
51
+            ],
52
+            "support": {
53
+                "email": "info@paragonie.com",
54
+                "issues": "https://github.com/paragonie/random_compat/issues",
55
+                "source": "https://github.com/paragonie/random_compat"
56
+            },
57
+            "time": "2020-10-15T08:29:30+00:00"
58
+        },
59
+        {
60
+            "name": "paragonie/sodium_compat",
61
+            "version": "v1.17.1",
62
+            "source": {
63
+                "type": "git",
64
+                "url": "https://github.com/paragonie/sodium_compat.git",
65
+                "reference": "ac994053faac18d386328c91c7900f930acadf1e"
66
+            },
67
+            "dist": {
68
+                "type": "zip",
69
+                "url": "https://api.github.com/repos/paragonie/sodium_compat/zipball/ac994053faac18d386328c91c7900f930acadf1e",
70
+                "reference": "ac994053faac18d386328c91c7900f930acadf1e",
71
+                "shasum": ""
72
+            },
73
+            "require": {
74
+                "paragonie/random_compat": ">=1",
75
+                "php": "^5.2.4|^5.3|^5.4|^5.5|^5.6|^7|^8"
76
+            },
77
+            "require-dev": {
78
+                "phpunit/phpunit": "^3|^4|^5|^6|^7|^8|^9"
79
+            },
80
+            "suggest": {
81
+                "ext-libsodium": "PHP < 7.0: Better performance, password hashing (Argon2i), secure memory management (memzero), and better security.",
82
+                "ext-sodium": "PHP >= 7.0: Better performance, password hashing (Argon2i), secure memory management (memzero), and better security."
83
+            },
84
+            "type": "library",
85
+            "autoload": {
86
+                "files": [
87
+                    "autoload.php"
88
+                ]
89
+            },
90
+            "notification-url": "https://packagist.org/downloads/",
91
+            "license": [
92
+                "ISC"
93
+            ],
94
+            "authors": [
95
+                {
96
+                    "name": "Paragon Initiative Enterprises",
97
+                    "email": "security@paragonie.com"
98
+                },
99
+                {
100
+                    "name": "Frank Denis",
101
+                    "email": "jedisct1@pureftpd.org"
102
+                }
103
+            ],
104
+            "description": "Pure PHP implementation of libsodium; uses the PHP extension if it exists",
105
+            "keywords": [
106
+                "Authentication",
107
+                "BLAKE2b",
108
+                "ChaCha20",
109
+                "ChaCha20-Poly1305",
110
+                "Chapoly",
111
+                "Curve25519",
112
+                "Ed25519",
113
+                "EdDSA",
114
+                "Edwards-curve Digital Signature Algorithm",
115
+                "Elliptic Curve Diffie-Hellman",
116
+                "Poly1305",
117
+                "Pure-PHP cryptography",
118
+                "RFC 7748",
119
+                "RFC 8032",
120
+                "Salpoly",
121
+                "Salsa20",
122
+                "X25519",
123
+                "XChaCha20-Poly1305",
124
+                "XSalsa20-Poly1305",
125
+                "Xchacha20",
126
+                "Xsalsa20",
127
+                "aead",
128
+                "cryptography",
129
+                "ecdh",
130
+                "elliptic curve",
131
+                "elliptic curve cryptography",
132
+                "encryption",
133
+                "libsodium",
134
+                "php",
135
+                "public-key cryptography",
136
+                "secret-key cryptography",
137
+                "side-channel resistant"
138
+            ],
139
+            "support": {
140
+                "issues": "https://github.com/paragonie/sodium_compat/issues",
141
+                "source": "https://github.com/paragonie/sodium_compat/tree/v1.17.1"
142
+            },
143
+            "time": "2022-03-23T19:32:04+00:00"
144
+        },
145
+        {
146
+            "name": "telnyx/telnyx-php",
147
+            "version": "v2.7.0",
148
+            "source": {
149
+                "type": "git",
150
+                "url": "https://github.com/team-telnyx/telnyx-php.git",
151
+                "reference": "9fc3895dc3feb5c77cdf9f9679d2f4a25f3cc0db"
152
+            },
153
+            "dist": {
154
+                "type": "zip",
155
+                "url": "https://api.github.com/repos/team-telnyx/telnyx-php/zipball/9fc3895dc3feb5c77cdf9f9679d2f4a25f3cc0db",
156
+                "reference": "9fc3895dc3feb5c77cdf9f9679d2f4a25f3cc0db",
157
+                "shasum": ""
158
+            },
159
+            "require": {
160
+                "ext-curl": "*",
161
+                "ext-json": "*",
162
+                "ext-mbstring": "*",
163
+                "paragonie/sodium_compat": "^1.13",
164
+                "php": ">=5.6.0"
165
+            },
166
+            "require-dev": {
167
+                "friendsofphp/php-cs-fixer": "^2.15",
168
+                "phpunit/phpunit": "^5.7",
169
+                "squizlabs/php_codesniffer": "^3.3",
170
+                "symfony/process": "~3.4"
171
+            },
172
+            "type": "library",
173
+            "extra": {
174
+                "branch-alias": {
175
+                    "dev-master": "2.0-dev"
176
+                }
177
+            },
178
+            "autoload": {
179
+                "psr-4": {
180
+                    "Telnyx\\": "lib/"
181
+                }
182
+            },
183
+            "notification-url": "https://packagist.org/downloads/",
184
+            "license": [
185
+                "MIT"
186
+            ],
187
+            "authors": [
188
+                {
189
+                    "name": "Telnyx and contributors",
190
+                    "homepage": "https://github.com/telnyx/telnyx-php/contributors"
191
+                }
192
+            ],
193
+            "description": "Telnyx PHP Library",
194
+            "homepage": "https://telnyx.com/",
195
+            "keywords": [
196
+                "api",
197
+                "telnyx"
198
+            ],
199
+            "support": {
200
+                "issues": "https://github.com/team-telnyx/telnyx-php/issues",
201
+                "source": "https://github.com/team-telnyx/telnyx-php/tree/v2.7.0"
202
+            },
203
+            "time": "2021-08-02T18:58:19+00:00"
204
+        }
205
+    ],
206
+    "packages-dev": [],
207
+    "aliases": [],
208
+    "minimum-stability": "stable",
209
+    "stability-flags": [],
210
+    "prefer-stable": false,
211
+    "prefer-lowest": false,
212
+    "platform": {
213
+        "php": "^5.6 || ^7.0",
214
+        "ext-curl": "*",
215
+        "ext-json": "*",
216
+        "ext-mbstring": "*"
217
+    },
218
+    "platform-dev": [],
219
+    "plugin-api-version": "2.3.0"
220
+}