846def55657e22b30039c90c3e3fb3c6ebea3193
Hanno Böck Add composer dependency for...

Hanno Böck authored 7 years ago

1) {
2)     "_readme": [
3)         "This file locks the dependencies of your project to a known state",
Bernd Wurst Erzeuge HTML als Eingabe fü...

Bernd Wurst authored 5 years ago

4)         "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
Hanno Böck Add composer dependency for...

Hanno Böck authored 7 years ago

5)         "This file is @generated automatically"
6)     ],
Bernd Wurst merge passkeys feature

Bernd Wurst authored 5 months ago

7)     "content-hash": "b0c98221403e75acf2b0b6fe680d633b",
Hanno Böck Add composer dependency for...

Hanno Böck authored 7 years ago

8)     "packages": [
9)         {
10)             "name": "bjeavons/zxcvbn-php",
Bernd Wurst upgrade dependancies

Bernd Wurst authored 2 years ago

11)             "version": "1.3.1",
Hanno Böck Add composer dependency for...

Hanno Böck authored 7 years ago

12)             "source": {
13)                 "type": "git",
14)                 "url": "https://github.com/bjeavons/zxcvbn-php.git",
Bernd Wurst upgrade dependancies

Bernd Wurst authored 2 years ago

15)                 "reference": "994928ae5b17ecff8baa2406832d37bdf01116c0"
Hanno Böck Add composer dependency for...

Hanno Böck authored 7 years ago

16)             },
17)             "dist": {
18)                 "type": "zip",
Bernd Wurst upgrade dependancies

Bernd Wurst authored 2 years ago

19)                 "url": "https://api.github.com/repos/bjeavons/zxcvbn-php/zipball/994928ae5b17ecff8baa2406832d37bdf01116c0",
20)                 "reference": "994928ae5b17ecff8baa2406832d37bdf01116c0",
Hanno Böck Add composer dependency for...

Hanno Böck authored 7 years ago

21)                 "shasum": ""
22)             },
23)             "require": {
Bernd Wurst upgrade dependancies

Bernd Wurst authored 2 years ago

24)                 "ext-json": "*",
25)                 "php": "^7.2 | ^8.0 | ^8.1",
Bernd Wurst PHP 8.0 compatibility

Bernd Wurst authored 3 years ago

26)                 "symfony/polyfill-mbstring": ">=1.3.1"
Hanno Böck Add composer dependency for...

Hanno Böck authored 7 years ago

27)             },
28)             "require-dev": {
Bernd Wurst PHP 8.0 compatibility

Bernd Wurst authored 3 years ago

29)                 "php-coveralls/php-coveralls": "*",
30)                 "phpunit/phpunit": "^8.5",
31)                 "squizlabs/php_codesniffer": "3.*"
Hanno Böck Add composer dependency for...

Hanno Böck authored 7 years ago

32)             },
Bernd Wurst upgrade dependancies

Bernd Wurst authored 2 years ago

33)             "suggest": {
34)                 "ext-gmp": "Required for optimized binomial calculations (also requires PHP >= 7.3)"
35)             },
Hanno Böck Add composer dependency for...

Hanno Böck authored 7 years ago

36)             "type": "library",
37)             "autoload": {
38)                 "psr-4": {
39)                     "ZxcvbnPhp\\": "src/"
40)                 }
41)             },
42)             "notification-url": "https://packagist.org/downloads/",
43)             "license": [
44)                 "MIT"
45)             ],
46)             "authors": [
47)                 {
48)                     "name": "See contributors",
49)                     "homepage": "https://github.com/bjeavons/zxcvbn-php"
50)                 }
51)             ],
52)             "description": "Realistic password strength estimation PHP library based on Zxcvbn JS",
53)             "homepage": "https://github.com/bjeavons/zxcvbn-php",
54)             "keywords": [
55)                 "password",
56)                 "zxcvbn"
57)             ],
Bernd Wurst upgrade dependancies

Bernd Wurst authored 2 years ago

58)             "support": {
59)                 "issues": "https://github.com/bjeavons/zxcvbn-php/issues",
60)                 "source": "https://github.com/bjeavons/zxcvbn-php/tree/1.3.1"
61)             },
62)             "time": "2021-12-21T18:37:02+00:00"
Bernd Wurst Neue Abhängigkeit für phone...

Bernd Wurst authored 6 years ago

63)         },
64)         {
65)             "name": "giggsey/libphonenumber-for-php",
Hanno Böck Update dependencies

Hanno Böck authored 1 month ago

66)             "version": "8.13.32",
Bernd Wurst Neue Abhängigkeit für phone...

Bernd Wurst authored 6 years ago

67)             "source": {
68)                 "type": "git",
69)                 "url": "https://github.com/giggsey/libphonenumber-for-php.git",
Hanno Böck Update dependencies

Hanno Böck authored 1 month ago

70)                 "reference": "11aa286e82f2bb567815a89da1e63e2848b81e66"
Bernd Wurst Neue Abhängigkeit für phone...

Bernd Wurst authored 6 years ago

71)             },
72)             "dist": {
73)                 "type": "zip",
Hanno Böck Update dependencies

Hanno Böck authored 1 month ago

74)                 "url": "https://api.github.com/repos/giggsey/libphonenumber-for-php/zipball/11aa286e82f2bb567815a89da1e63e2848b81e66",
75)                 "reference": "11aa286e82f2bb567815a89da1e63e2848b81e66",
Bernd Wurst Neue Abhängigkeit für phone...

Bernd Wurst authored 6 years ago

76)                 "shasum": ""
77)             },
78)             "require": {
Bernd Wurst upgrade dependancies

Bernd Wurst authored 2 years ago

79)                 "giggsey/locale": "^1.7|^2.0",
Hanno Böck update mpdf, remove unused...

Hanno Böck authored 3 years ago

80)                 "php": ">=5.3.2",
81)                 "symfony/polyfill-mbstring": "^1.17"
Bernd Wurst Neue Abhängigkeit für phone...

Bernd Wurst authored 6 years ago

82)             },
83)             "require-dev": {
84)                 "pear/pear-core-minimal": "^1.9",
85)                 "pear/pear_exception": "^1.0",
86)                 "pear/versioncontrol_git": "^0.5",
87)                 "phing/phing": "^2.7",
Bernd Wurst Erzeuge HTML als Eingabe fü...

Bernd Wurst authored 5 years ago

88)                 "php-coveralls/php-coveralls": "^1.0|^2.0",
Bernd Wurst upgrade dependancies

Bernd Wurst authored 2 years ago

89)                 "symfony/console": "^2.8|^3.0|^v4.4|^v5.2",
Bernd Wurst update deps

Bernd Wurst authored 3 years ago

90)                 "symfony/phpunit-bridge": "^4.2 || ^5"
Bernd Wurst Neue Abhängigkeit für phone...

Bernd Wurst authored 6 years ago

91)             },
92)             "type": "library",
93)             "extra": {
94)                 "branch-alias": {
95)                     "dev-master": "8.x-dev"
96)                 }
97)             },
98)             "autoload": {
99)                 "psr-4": {
100)                     "libphonenumber\\": "src/"
101)                 },
102)                 "exclude-from-classmap": [
103)                     "/src/data/",
104)                     "/src/carrier/data/",
105)                     "/src/geocoding/data/",
106)                     "/src/timezone/data/"
107)                 ]
108)             },
109)             "notification-url": "https://packagist.org/downloads/",
110)             "license": [
111)                 "Apache-2.0"
112)             ],
113)             "authors": [
114)                 {
115)                     "name": "Joshua Gigg",
116)                     "email": "giggsey@gmail.com",
117)                     "homepage": "https://giggsey.com/"
118)                 }
119)             ],
120)             "description": "PHP Port of Google's libphonenumber",
121)             "homepage": "https://github.com/giggsey/libphonenumber-for-php",
122)             "keywords": [
123)                 "geocoding",
124)                 "geolocation",
125)                 "libphonenumber",
126)                 "mobile",
127)                 "phonenumber",
128)                 "validation"
129)             ],
Bernd Wurst upgrade dependancies

Bernd Wurst authored 2 years ago

130)             "support": {
131)                 "issues": "https://github.com/giggsey/libphonenumber-for-php/issues",
132)                 "source": "https://github.com/giggsey/libphonenumber-for-php"
133)             },
Hanno Böck Update dependencies

Hanno Böck authored 1 month ago

134)             "time": "2024-03-12T08:08:27+00:00"
Bernd Wurst Neue Abhängigkeit für phone...

Bernd Wurst authored 6 years ago

135)         },
136)         {
137)             "name": "giggsey/locale",
Bernd Wurst merge passkeys feature

Bernd Wurst authored 5 months ago

138)             "version": "2.5",
Bernd Wurst Neue Abhängigkeit für phone...

Bernd Wurst authored 6 years ago

139)             "source": {
140)                 "type": "git",
141)                 "url": "https://github.com/giggsey/Locale.git",
Bernd Wurst merge passkeys feature

Bernd Wurst authored 5 months ago

142)                 "reference": "e6d4540109a01dd2bc7334cdc842d6a6a67cf239"
Bernd Wurst Neue Abhängigkeit für phone...

Bernd Wurst authored 6 years ago

143)             },
144)             "dist": {
145)                 "type": "zip",
Bernd Wurst merge passkeys feature

Bernd Wurst authored 5 months ago

146)                 "url": "https://api.github.com/repos/giggsey/Locale/zipball/e6d4540109a01dd2bc7334cdc842d6a6a67cf239",
147)                 "reference": "e6d4540109a01dd2bc7334cdc842d6a6a67cf239",
Bernd Wurst Neue Abhängigkeit für phone...

Bernd Wurst authored 6 years ago

148)                 "shasum": ""
149)             },
150)             "require": {
Bernd Wurst upgrade dependancies

Bernd Wurst authored 2 years ago

151)                 "php": ">=7.2"
Bernd Wurst Neue Abhängigkeit für phone...

Bernd Wurst authored 6 years ago

152)             },
153)             "require-dev": {
Bernd Wurst upgrade dependancies

Bernd Wurst authored 2 years ago

154)                 "ext-json": "*",
Bernd Wurst Neue Abhängigkeit für phone...

Bernd Wurst authored 6 years ago

155)                 "pear/pear-core-minimal": "^1.9",
156)                 "pear/pear_exception": "^1.0",
157)                 "pear/versioncontrol_git": "^0.5",
Bernd Wurst upgrade dependancies

Bernd Wurst authored 2 years ago

158)                 "phing/phing": "^2.7",
159)                 "php-coveralls/php-coveralls": "^2.0",
160)                 "phpunit/phpunit": "^8.5|^9.5",
Bernd Wurst merge passkeys feature

Bernd Wurst authored 5 months ago

161)                 "symfony/console": "^5.0|^6.0",
162)                 "symfony/filesystem": "^5.0|^6.0",
163)                 "symfony/finder": "^5.0|^6.0",
164)                 "symfony/process": "^5.0|^6.0"
Bernd Wurst Neue Abhängigkeit für phone...

Bernd Wurst authored 6 years ago

165)             },
166)             "type": "library",
167)             "autoload": {
168)                 "psr-4": {
169)                     "Giggsey\\Locale\\": "src/"
170)                 }
171)             },
172)             "notification-url": "https://packagist.org/downloads/",
173)             "license": [
174)                 "MIT"
175)             ],
176)             "authors": [
177)                 {
178)                     "name": "Joshua Gigg",
179)                     "email": "giggsey@gmail.com",
Bernd Wurst upgrade dependancies

Bernd Wurst authored 2 years ago

180)                     "homepage": "https://giggsey.com/"
Bernd Wurst Neue Abhängigkeit für phone...

Bernd Wurst authored 6 years ago

181)                 }
182)             ],
183)             "description": "Locale functions required by libphonenumber-for-php",
Bernd Wurst upgrade dependancies

Bernd Wurst authored 2 years ago

184)             "support": {
185)                 "issues": "https://github.com/giggsey/Locale/issues",
Bernd Wurst merge passkeys feature

Bernd Wurst authored 5 months ago

186)                 "source": "https://github.com/giggsey/Locale/tree/2.5"
Bernd Wurst upgrade dependancies

Bernd Wurst authored 2 years ago

187)             },
Bernd Wurst merge passkeys feature

Bernd Wurst authored 5 months ago

188)             "time": "2023-11-01T17:19:48+00:00"
Bernd Wurst php-iban über composer einb...

Bernd Wurst authored 6 years ago

189)         },
190)         {
191)             "name": "globalcitizen/php-iban",
Hanno Böck update mpdf, remove unused...

Hanno Böck authored 3 years ago

192)             "version": "v2.7.5",
Bernd Wurst php-iban über composer einb...

Bernd Wurst authored 6 years ago

193)             "source": {
194)                 "type": "git",
195)                 "url": "https://github.com/globalcitizen/php-iban.git",
Hanno Böck update mpdf, remove unused...

Hanno Böck authored 3 years ago

196)                 "reference": "4c0fc54877948ac667c0ab29c2d1afbe47705599"
Bernd Wurst php-iban über composer einb...

Bernd Wurst authored 6 years ago

197)             },
198)             "dist": {
199)                 "type": "zip",
Hanno Böck update mpdf, remove unused...

Hanno Böck authored 3 years ago

200)                 "url": "https://api.github.com/repos/globalcitizen/php-iban/zipball/4c0fc54877948ac667c0ab29c2d1afbe47705599",
201)                 "reference": "4c0fc54877948ac667c0ab29c2d1afbe47705599",
Bernd Wurst php-iban über composer einb...

Bernd Wurst authored 6 years ago

202)                 "shasum": ""
203)             },
204)             "type": "library",
205)             "autoload": {
206)                 "files": [
207)                     "oophp-iban.php",
208)                     "php-iban.php"
209)                 ]
210)             },
211)             "notification-url": "https://packagist.org/downloads/",
212)             "license": [
Bernd Wurst update dependancies

Bernd Wurst authored 4 years ago

213)                 "LGPL-3.0-only"
Bernd Wurst php-iban über composer einb...

Bernd Wurst authored 6 years ago

214)             ],
215)             "description": "php-iban is a library for parsing and validating IBAN (and IIBAN) bank account information.",
Bernd Wurst upgrade dependancies

Bernd Wurst authored 2 years ago

216)             "support": {
217)                 "issues": "https://github.com/globalcitizen/php-iban/issues",
218)                 "source": "https://github.com/globalcitizen/php-iban/tree/v2.7.5"
219)             },
Hanno Böck update mpdf, remove unused...

Hanno Böck authored 3 years ago

220)             "time": "2020-05-03T19:46:35+00:00"
Bernd Wurst Neues Modul zum Abschließen...

Bernd Wurst authored 6 years ago

221)         },
Bernd Wurst merge passkeys feature

Bernd Wurst authored 5 months ago

222)         {
223)             "name": "lbuchs/webauthn",
Hanno Böck minor updates for dependenc...

Hanno Böck authored 3 months ago

224)             "version": "v2.1.1",
Bernd Wurst merge passkeys feature

Bernd Wurst authored 5 months ago

225)             "source": {
226)                 "type": "git",
227)                 "url": "https://github.com/lbuchs/WebAuthn.git",
Hanno Böck minor updates for dependenc...

Hanno Böck authored 3 months ago

228)                 "reference": "e73ff007e8a1099e72e0dbdd9d0884057409fc54"
Bernd Wurst merge passkeys feature

Bernd Wurst authored 5 months ago

229)             },
230)             "dist": {
231)                 "type": "zip",
Hanno Böck minor updates for dependenc...

Hanno Böck authored 3 months ago

232)                 "url": "https://api.github.com/repos/lbuchs/WebAuthn/zipball/e73ff007e8a1099e72e0dbdd9d0884057409fc54",
233)                 "reference": "e73ff007e8a1099e72e0dbdd9d0884057409fc54",
Bernd Wurst merge passkeys feature

Bernd Wurst authored 5 months ago

234)                 "shasum": ""
235)             },
236)             "require": {
237)                 "php": ">=8.0.0"
238)             },
239)             "type": "library",
240)             "autoload": {
241)                 "psr-4": {
242)                     "lbuchs\\WebAuthn\\": "src"
243)                 }
244)             },
245)             "notification-url": "https://packagist.org/downloads/",
246)             "license": [
247)                 "MIT"
248)             ],
249)             "authors": [
250)                 {
251)                     "name": "Lukas Buchs",
252)                     "role": "Developer"
253)                 }
254)             ],
255)             "description": "A simple PHP WebAuthn (FIDO2) server library",
256)             "homepage": "https://github.com/lbuchs/webauthn",
257)             "keywords": [
258)                 "Authentication",
259)                 "webauthn"
260)             ],
261)             "support": {
262)                 "issues": "https://github.com/lbuchs/WebAuthn/issues",
Hanno Böck minor updates for dependenc...

Hanno Böck authored 3 months ago

263)                 "source": "https://github.com/lbuchs/WebAuthn/tree/v2.1.1"
Bernd Wurst merge passkeys feature

Bernd Wurst authored 5 months ago

264)             },
Hanno Böck minor updates for dependenc...

Hanno Böck authored 3 months ago

265)             "time": "2024-01-15T15:46:57+00:00"
Bernd Wurst merge passkeys feature

Bernd Wurst authored 5 months ago

266)         },
Bernd Wurst Neues Modul zum Abschließen...

Bernd Wurst authored 6 years ago

267)         {
268)             "name": "mpdf/mpdf",
Hanno Böck Update dependencies

Hanno Böck authored 1 month ago

269)             "version": "v8.2.3",
Bernd Wurst Neues Modul zum Abschließen...

Bernd Wurst authored 6 years ago

270)             "source": {
271)                 "type": "git",
272)                 "url": "https://github.com/mpdf/mpdf.git",
Hanno Böck Update dependencies

Hanno Böck authored 1 month ago

273)                 "reference": "6f723a96becf989a831e38caf758d28364a69939"
Bernd Wurst Neues Modul zum Abschließen...

Bernd Wurst authored 6 years ago

274)             },
275)             "dist": {
276)                 "type": "zip",
Hanno Böck Update dependencies

Hanno Böck authored 1 month ago

277)                 "url": "https://api.github.com/repos/mpdf/mpdf/zipball/6f723a96becf989a831e38caf758d28364a69939",
278)                 "reference": "6f723a96becf989a831e38caf758d28364a69939",
Bernd Wurst Neues Modul zum Abschließen...

Bernd Wurst authored 6 years ago

279)                 "shasum": ""
280)             },
281)             "require": {
282)                 "ext-gd": "*",
283)                 "ext-mbstring": "*",
Bernd Wurst merge passkeys feature

Bernd Wurst authored 5 months ago

284)                 "mpdf/psr-http-message-shim": "^1.0 || ^2.0",
285)                 "mpdf/psr-log-aware-trait": "^2.0 || ^3.0",
Hanno Use GoogleAuthenticator fro...

Hanno authored 5 years ago

286)                 "myclabs/deep-copy": "^1.7",
Bernd Wurst update deps

Bernd Wurst authored 3 years ago

287)                 "paragonie/random_compat": "^1.4|^2.0|^9.99.99",
Bernd Wurst merge passkeys feature

Bernd Wurst authored 5 months ago

288)                 "php": "^5.6 || ^7.0 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0",
289)                 "psr/http-message": "^1.0 || ^2.0",
290)                 "psr/log": "^1.0 || ^2.0 || ^3.0",
Hanno Böck update mpdf, remove unused...

Hanno Böck authored 3 years ago

291)                 "setasign/fpdi": "^2.1"
Bernd Wurst Neues Modul zum Abschließen...

Bernd Wurst authored 6 years ago

292)             },
293)             "require-dev": {
Bernd Wurst update deps

Bernd Wurst authored 3 years ago

294)                 "mockery/mockery": "^1.3.0",
295)                 "mpdf/qrcode": "^1.1.0",
Hanno Böck update mpdf, remove unused...

Hanno Böck authored 3 years ago

296)                 "squizlabs/php_codesniffer": "^3.5.0",
Bernd Wurst merge passkeys feature

Bernd Wurst authored 5 months ago

297)                 "tracy/tracy": "~2.5",
Bernd Wurst upgrade dependancies

Bernd Wurst authored 2 years ago

298)                 "yoast/phpunit-polyfills": "^1.0"
Bernd Wurst Neues Modul zum Abschließen...

Bernd Wurst authored 6 years ago

299)             },
300)             "suggest": {
301)                 "ext-bcmath": "Needed for generation of some types of barcodes",
302)                 "ext-xml": "Needed mainly for SVG manipulation",
303)                 "ext-zlib": "Needed for compression of embedded resources, such as fonts"
304)             },
305)             "type": "library",
306)             "autoload": {
Bernd Wurst merge passkeys feature

Bernd Wurst authored 5 months ago

307)                 "files": [
308)                     "src/functions.php"
309)                 ],
Bernd Wurst Neues Modul zum Abschließen...

Bernd Wurst authored 6 years ago

310)                 "psr-4": {
311)                     "Mpdf\\": "src/"
312)                 }
313)             },
314)             "notification-url": "https://packagist.org/downloads/",
315)             "license": [
Hanno Use GoogleAuthenticator fro...

Hanno authored 5 years ago

316)                 "GPL-2.0-only"
Bernd Wurst Neues Modul zum Abschließen...

Bernd Wurst authored 6 years ago

317)             ],
318)             "authors": [
319)                 {
320)                     "name": "Matěj Humpál",
321)                     "role": "Developer, maintainer"
322)                 },
323)                 {
324)                     "name": "Ian Back",
325)                     "role": "Developer (retired)"
326)                 }
327)             ],
Bernd Wurst Erzeuge HTML als Eingabe fü...

Bernd Wurst authored 5 years ago

328)             "description": "PHP library generating PDF files from UTF-8 encoded HTML",
Bernd Wurst Neues Modul zum Abschließen...

Bernd Wurst authored 6 years ago

329)             "homepage": "https://mpdf.github.io",
330)             "keywords": [
331)                 "pdf",
332)                 "php",
333)                 "utf-8"
334)             ],
Bernd Wurst upgrade dependancies

Bernd Wurst authored 2 years ago

335)             "support": {
336)                 "docs": "http://mpdf.github.io",
337)                 "issues": "https://github.com/mpdf/mpdf/issues",
338)                 "source": "https://github.com/mpdf/mpdf"
339)             },
Hanno Böck update mpdf, remove unused...

Hanno Böck authored 3 years ago

340)             "funding": [
341)                 {
342)                     "url": "https://www.paypal.me/mpdf",
343)                     "type": "custom"
344)                 }
345)             ],
Hanno Böck Update dependencies

Hanno Böck authored 1 month ago

346)             "time": "2024-03-11T12:55:53+00:00"
Bernd Wurst merge passkeys feature

Bernd Wurst authored 5 months ago

347)         },
348)         {
349)             "name": "mpdf/psr-http-message-shim",
350)             "version": "v2.0.1",
351)             "source": {
352)                 "type": "git",
353)                 "url": "https://github.com/mpdf/psr-http-message-shim.git",
354)                 "reference": "f25a0153d645e234f9db42e5433b16d9b113920f"
355)             },
356)             "dist": {
357)                 "type": "zip",
358)                 "url": "https://api.github.com/repos/mpdf/psr-http-message-shim/zipball/f25a0153d645e234f9db42e5433b16d9b113920f",
359)                 "reference": "f25a0153d645e234f9db42e5433b16d9b113920f",
360)                 "shasum": ""
361)             },
362)             "require": {
363)                 "psr/http-message": "^2.0"
364)             },
365)             "type": "library",
366)             "autoload": {
367)                 "psr-4": {
368)                     "Mpdf\\PsrHttpMessageShim\\": "src/"
369)                 }
370)             },
371)             "notification-url": "https://packagist.org/downloads/",
372)             "license": [
373)                 "MIT"
374)             ],
375)             "authors": [
376)                 {
377)                     "name": "Mark Dorison",
378)                     "email": "mark@chromatichq.com"
379)                 },
380)                 {
381)                     "name": "Kristofer Widholm",
382)                     "email": "kristofer@chromatichq.com"
383)                 },
384)                 {
385)                     "name": "Nigel Cunningham",
386)                     "email": "nigel.cunningham@technocrat.com.au"
387)                 }
388)             ],
389)             "description": "Shim to allow support of different psr/message versions.",
390)             "support": {
391)                 "issues": "https://github.com/mpdf/psr-http-message-shim/issues",
392)                 "source": "https://github.com/mpdf/psr-http-message-shim/tree/v2.0.1"
393)             },
394)             "time": "2023-10-02T14:34:03+00:00"
395)         },
396)         {
397)             "name": "mpdf/psr-log-aware-trait",
398)             "version": "v3.0.0",
399)             "source": {
400)                 "type": "git",
401)                 "url": "https://github.com/mpdf/psr-log-aware-trait.git",
402)                 "reference": "a633da6065e946cc491e1c962850344bb0bf3e78"
403)             },
404)             "dist": {
405)                 "type": "zip",
406)                 "url": "https://api.github.com/repos/mpdf/psr-log-aware-trait/zipball/a633da6065e946cc491e1c962850344bb0bf3e78",
407)                 "reference": "a633da6065e946cc491e1c962850344bb0bf3e78",
408)                 "shasum": ""
409)             },
410)             "require": {
411)                 "psr/log": "^3.0"
412)             },
413)             "type": "library",
414)             "autoload": {
415)                 "psr-4": {
416)                     "Mpdf\\PsrLogAwareTrait\\": "src/"
417)                 }
418)             },
419)             "notification-url": "https://packagist.org/downloads/",
420)             "license": [
421)                 "MIT"
422)             ],
423)             "authors": [
424)                 {
425)                     "name": "Mark Dorison",
426)                     "email": "mark@chromatichq.com"
427)                 },
428)                 {
429)                     "name": "Kristofer Widholm",
430)                     "email": "kristofer@chromatichq.com"
431)                 }
432)             ],
433)             "description": "Trait to allow support of different psr/log versions.",
434)             "support": {
435)                 "issues": "https://github.com/mpdf/psr-log-aware-trait/issues",
436)                 "source": "https://github.com/mpdf/psr-log-aware-trait/tree/v3.0.0"
437)             },
438)             "time": "2023-05-03T06:19:36+00:00"
Hanno Use GoogleAuthenticator fro...

Hanno authored 5 years ago

439)         },
440)         {
441)             "name": "myclabs/deep-copy",
Bernd Wurst merge passkeys feature

Bernd Wurst authored 5 months ago

442)             "version": "1.11.1",
Hanno Use GoogleAuthenticator fro...

Hanno authored 5 years ago

443)             "source": {
444)                 "type": "git",
445)                 "url": "https://github.com/myclabs/DeepCopy.git",
Bernd Wurst merge passkeys feature

Bernd Wurst authored 5 months ago

446)                 "reference": "7284c22080590fb39f2ffa3e9057f10a4ddd0e0c"
Hanno Use GoogleAuthenticator fro...

Hanno authored 5 years ago

447)             },
448)             "dist": {
449)                 "type": "zip",
Bernd Wurst merge passkeys feature

Bernd Wurst authored 5 months ago

450)                 "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/7284c22080590fb39f2ffa3e9057f10a4ddd0e0c",
451)                 "reference": "7284c22080590fb39f2ffa3e9057f10a4ddd0e0c",
Hanno Use GoogleAuthenticator fro...

Hanno authored 5 years ago

452)                 "shasum": ""
453)             },
454)             "require": {
Hanno Böck update mpdf, remove unused...

Hanno Böck authored 3 years ago

455)                 "php": "^7.1 || ^8.0"
Hanno Use GoogleAuthenticator fro...

Hanno authored 5 years ago

456)             },
Bernd Wurst merge passkeys feature

Bernd Wurst authored 5 months ago

457)             "conflict": {
458)                 "doctrine/collections": "<1.6.8",
459)                 "doctrine/common": "<2.13.3 || >=3,<3.2.2"
Hanno Use GoogleAuthenticator fro...

Hanno authored 5 years ago

460)             },
461)             "require-dev": {
Bernd Wurst merge passkeys feature

Bernd Wurst authored 5 months ago

462)                 "doctrine/collections": "^1.6.8",
463)                 "doctrine/common": "^2.13.3 || ^3.2.2",
464)                 "phpunit/phpunit": "^7.5.20 || ^8.5.23 || ^9.5.13"
Hanno Use GoogleAuthenticator fro...

Hanno authored 5 years ago

465)             },
466)             "type": "library",
467)             "autoload": {
468)                 "files": [
469)                     "src/DeepCopy/deep_copy.php"
Bernd Wurst upgrade dependancies

Bernd Wurst authored 2 years ago

470)                 ],
471)                 "psr-4": {
472)                     "DeepCopy\\": "src/DeepCopy/"
473)                 }
Hanno Use GoogleAuthenticator fro...

Hanno authored 5 years ago

474)             },
475)             "notification-url": "https://packagist.org/downloads/",
476)             "license": [
477)                 "MIT"
478)             ],
479)             "description": "Create deep copies (clones) of your objects",
480)             "keywords": [
481)                 "clone",
482)                 "copy",
483)                 "duplicate",
484)                 "object",
485)                 "object graph"
486)             ],
Bernd Wurst upgrade dependancies

Bernd Wurst authored 2 years ago

487)             "support": {
488)                 "issues": "https://github.com/myclabs/DeepCopy/issues",
Bernd Wurst merge passkeys feature

Bernd Wurst authored 5 months ago

489)                 "source": "https://github.com/myclabs/DeepCopy/tree/1.11.1"
Bernd Wurst upgrade dependancies

Bernd Wurst authored 2 years ago

490)             },
Hanno Böck update mpdf, remove unused...

Hanno Böck authored 3 years ago

491)             "funding": [
492)                 {
493)                     "url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy",
494)                     "type": "tidelift"
495)                 }
496)             ],
Bernd Wurst merge passkeys feature

Bernd Wurst authored 5 months ago

497)             "time": "2023-03-08T13:26:56+00:00"
Bernd Wurst Neues Modul zum Abschließen...

Bernd Wurst authored 6 years ago

498)         },
499)         {
500)             "name": "paragonie/random_compat",
Bernd Wurst update deps

Bernd Wurst authored 3 years ago

501)             "version": "v9.99.100",
Bernd Wurst Neues Modul zum Abschließen...

Bernd Wurst authored 6 years ago

502)             "source": {
503)                 "type": "git",
504)                 "url": "https://github.com/paragonie/random_compat.git",
Bernd Wurst update deps

Bernd Wurst authored 3 years ago

505)                 "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a"
Bernd Wurst Neues Modul zum Abschließen...

Bernd Wurst authored 6 years ago

506)             },
507)             "dist": {
508)                 "type": "zip",
Bernd Wurst update deps

Bernd Wurst authored 3 years ago

509)                 "url": "https://api.github.com/repos/paragonie/random_compat/zipball/996434e5492cb4c3edcb9168db6fbb1359ef965a",
510)                 "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a",
Bernd Wurst Neues Modul zum Abschließen...

Bernd Wurst authored 6 years ago

511)                 "shasum": ""
512)             },
513)             "require": {
Bernd Wurst update deps

Bernd Wurst authored 3 years ago

514)                 "php": ">= 7"
Bernd Wurst Neues Modul zum Abschließen...

Bernd Wurst authored 6 years ago

515)             },
516)             "require-dev": {
Bernd Wurst Erzeuge HTML als Eingabe fü...

Bernd Wurst authored 5 years ago

517)                 "phpunit/phpunit": "4.*|5.*",
518)                 "vimeo/psalm": "^1"
Bernd Wurst Neues Modul zum Abschließen...

Bernd Wurst authored 6 years ago

519)             },
520)             "suggest": {
521)                 "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
522)             },
523)             "type": "library",
524)             "notification-url": "https://packagist.org/downloads/",
525)             "license": [
526)                 "MIT"
527)             ],
528)             "authors": [
529)                 {
530)                     "name": "Paragon Initiative Enterprises",
531)                     "email": "security@paragonie.com",
532)                     "homepage": "https://paragonie.com"
533)                 }
534)             ],
535)             "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
536)             "keywords": [
537)                 "csprng",
Hanno Use GoogleAuthenticator fro...

Hanno authored 5 years ago

538)                 "polyfill",
Bernd Wurst Neues Modul zum Abschließen...

Bernd Wurst authored 6 years ago

539)                 "pseudorandom",
540)                 "random"
541)             ],
Bernd Wurst upgrade dependancies

Bernd Wurst authored 2 years ago

542)             "support": {
543)                 "email": "info@paragonie.com",
544)                 "issues": "https://github.com/paragonie/random_compat/issues",
545)                 "source": "https://github.com/paragonie/random_compat"
546)             },
Bernd Wurst update deps

Bernd Wurst authored 3 years ago

547)             "time": "2020-10-15T08:29:30+00:00"
Bernd Wurst Erzeuge HTML als Eingabe fü...

Bernd Wurst authored 5 years ago

548)         },
Hanno Use GoogleAuthenticator fro...

Hanno authored 5 years ago

549)         {
550)             "name": "phpgangsta/googleauthenticator",
551)             "version": "dev-master",
552)             "source": {
553)                 "type": "git",
554)                 "url": "https://github.com/PHPGangsta/GoogleAuthenticator.git",
Bernd Wurst updated dependancies

Bernd Wurst authored 4 years ago

555)                 "reference": "505c2af8337b559b33557f37cda38e5f843f3768"
Hanno Use GoogleAuthenticator fro...

Hanno authored 5 years ago

556)             },
557)             "dist": {
558)                 "type": "zip",
Bernd Wurst updated dependancies

Bernd Wurst authored 4 years ago

559)                 "url": "https://api.github.com/repos/PHPGangsta/GoogleAuthenticator/zipball/505c2af8337b559b33557f37cda38e5f843f3768",
560)                 "reference": "505c2af8337b559b33557f37cda38e5f843f3768",
Hanno Use GoogleAuthenticator fro...

Hanno authored 5 years ago

561)                 "shasum": ""
562)             },
563)             "require": {
564)                 "php": ">=5.3"
565)             },
Bernd Wurst upgrade dependancies

Bernd Wurst authored 2 years ago

566)             "default-branch": true,
Hanno Use GoogleAuthenticator fro...

Hanno authored 5 years ago

567)             "type": "library",
568)             "autoload": {
569)                 "classmap": [
570)                     "PHPGangsta/GoogleAuthenticator.php"
571)                 ]
572)             },
573)             "notification-url": "https://packagist.org/downloads/",
574)             "license": [
575)                 "BSD-4-Clause"
576)             ],
577)             "authors": [
578)                 {
579)                     "name": "Michael Kliewe",
580)                     "email": "info@phpgangsta.de",
Bernd Wurst upgrade dependancies

Bernd Wurst authored 2 years ago

581)                     "homepage": "http://www.phpgangsta.de/",
582)                     "role": "Developer"
Hanno Use GoogleAuthenticator fro...

Hanno authored 5 years ago

583)                 }
584)             ],
585)             "description": "Google Authenticator 2-factor authentication",
586)             "keywords": [
587)                 "googleauthenticator",
588)                 "rfc6238",
589)                 "totp"
590)             ],
Bernd Wurst upgrade dependancies

Bernd Wurst authored 2 years ago

591)             "support": {
592)                 "issues": "https://github.com/PHPGangsta/GoogleAuthenticator/issues",
593)                 "source": "https://github.com/PHPGangsta/GoogleAuthenticator"
594)             },
Bernd Wurst updated dependancies

Bernd Wurst authored 4 years ago

595)             "time": "2019-03-20T00:55:58+00:00"
Bernd Wurst Neues Modul zum Abschließen...

Bernd Wurst authored 6 years ago

596)         },
Bernd Wurst merge passkeys feature

Bernd Wurst authored 5 months ago

597)         {
598)             "name": "psr/http-message",
599)             "version": "2.0",
600)             "source": {
601)                 "type": "git",
602)                 "url": "https://github.com/php-fig/http-message.git",
603)                 "reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71"
604)             },
605)             "dist": {
606)                 "type": "zip",
607)                 "url": "https://api.github.com/repos/php-fig/http-message/zipball/402d35bcb92c70c026d1a6a9883f06b2ead23d71",
608)                 "reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71",
609)                 "shasum": ""
610)             },
611)             "require": {
612)                 "php": "^7.2 || ^8.0"
613)             },
614)             "type": "library",
615)             "extra": {
616)                 "branch-alias": {
617)                     "dev-master": "2.0.x-dev"
618)                 }
619)             },
620)             "autoload": {
621)                 "psr-4": {
622)                     "Psr\\Http\\Message\\": "src/"
623)                 }
624)             },
625)             "notification-url": "https://packagist.org/downloads/",
626)             "license": [
627)                 "MIT"
628)             ],
629)             "authors": [
630)                 {
631)                     "name": "PHP-FIG",
632)                     "homepage": "https://www.php-fig.org/"
633)                 }
634)             ],
635)             "description": "Common interface for HTTP messages",
636)             "homepage": "https://github.com/php-fig/http-message",
637)             "keywords": [
638)                 "http",
639)                 "http-message",
640)                 "psr",
641)                 "psr-7",
642)                 "request",
643)                 "response"
644)             ],
645)             "support": {
646)                 "source": "https://github.com/php-fig/http-message/tree/2.0"
647)             },
648)             "time": "2023-04-04T09:54:51+00:00"
649)         },
Bernd Wurst Neues Modul zum Abschließen...

Bernd Wurst authored 6 years ago

650)         {
651)             "name": "psr/log",
Bernd Wurst merge passkeys feature

Bernd Wurst authored 5 months ago

652)             "version": "3.0.0",
Bernd Wurst Neues Modul zum Abschließen...

Bernd Wurst authored 6 years ago

653)             "source": {
654)                 "type": "git",
655)                 "url": "https://github.com/php-fig/log.git",
Bernd Wurst merge passkeys feature

Bernd Wurst authored 5 months ago

656)                 "reference": "fe5ea303b0887d5caefd3d431c3e61ad47037001"
Bernd Wurst Neues Modul zum Abschließen...

Bernd Wurst authored 6 years ago

657)             },
658)             "dist": {
659)                 "type": "zip",
Bernd Wurst merge passkeys feature

Bernd Wurst authored 5 months ago

660)                 "url": "https://api.github.com/repos/php-fig/log/zipball/fe5ea303b0887d5caefd3d431c3e61ad47037001",
661)                 "reference": "fe5ea303b0887d5caefd3d431c3e61ad47037001",
Bernd Wurst Neues Modul zum Abschließen...

Bernd Wurst authored 6 years ago

662)                 "shasum": ""
663)             },
664)             "require": {
Bernd Wurst upgrade dependancies

Bernd Wurst authored 2 years ago

665)                 "php": ">=8.0.0"
Bernd Wurst Neues Modul zum Abschließen...

Bernd Wurst authored 6 years ago

666)             },
667)             "type": "library",
668)             "extra": {
669)                 "branch-alias": {
Bernd Wurst merge passkeys feature

Bernd Wurst authored 5 months ago

670)                     "dev-master": "3.x-dev"
Bernd Wurst Neues Modul zum Abschließen...

Bernd Wurst authored 6 years ago

671)                 }
672)             },
673)             "autoload": {
674)                 "psr-4": {
Bernd Wurst upgrade dependancies

Bernd Wurst authored 2 years ago

675)                     "Psr\\Log\\": "src"
Bernd Wurst Neues Modul zum Abschließen...

Bernd Wurst authored 6 years ago

676)                 }
677)             },
678)             "notification-url": "https://packagist.org/downloads/",
679)             "license": [
680)                 "MIT"
681)             ],
682)             "authors": [
683)                 {
684)                     "name": "PHP-FIG",
Bernd Wurst upgrade dependancies

Bernd Wurst authored 2 years ago

685)                     "homepage": "https://www.php-fig.org/"
Bernd Wurst Neues Modul zum Abschließen...

Bernd Wurst authored 6 years ago

686)                 }
687)             ],
688)             "description": "Common interface for logging libraries",
689)             "homepage": "https://github.com/php-fig/log",
690)             "keywords": [
691)                 "log",
692)                 "psr",
693)                 "psr-3"
694)             ],
Bernd Wurst upgrade dependancies

Bernd Wurst authored 2 years ago

695)             "support": {
Bernd Wurst merge passkeys feature

Bernd Wurst authored 5 months ago

696)                 "source": "https://github.com/php-fig/log/tree/3.0.0"
Bernd Wurst upgrade dependancies

Bernd Wurst authored 2 years ago

697)             },
Bernd Wurst merge passkeys feature

Bernd Wurst authored 5 months ago

698)             "time": "2021-07-14T16:46:02+00:00"
Bernd Wurst Erzeuge HTML als Eingabe fü...

Bernd Wurst authored 5 years ago

699)         },
700)         {
Hanno Böck update mpdf, remove unused...

Hanno Böck authored 3 years ago

701)             "name": "setasign/fpdi",
Hanno Böck minor updates for dependenc...

Hanno Böck authored 3 months ago

702)             "version": "v2.6.0",
Bernd Wurst Erzeuge HTML als Eingabe fü...

Bernd Wurst authored 5 years ago

703)             "source": {
704)                 "type": "git",
Hanno Böck update mpdf, remove unused...

Hanno Böck authored 3 years ago

705)                 "url": "https://github.com/Setasign/FPDI.git",
Hanno Böck minor updates for dependenc...

Hanno Böck authored 3 months ago

706)                 "reference": "a6db878129ec6c7e141316ee71872923e7f1b7ad"
Bernd Wurst Erzeuge HTML als Eingabe fü...

Bernd Wurst authored 5 years ago

707)             },
708)             "dist": {
709)                 "type": "zip",
Hanno Böck minor updates for dependenc...

Hanno Böck authored 3 months ago

710)                 "url": "https://api.github.com/repos/Setasign/FPDI/zipball/a6db878129ec6c7e141316ee71872923e7f1b7ad",
711)                 "reference": "a6db878129ec6c7e141316ee71872923e7f1b7ad",
Bernd Wurst Erzeuge HTML als Eingabe fü...

Bernd Wurst authored 5 years ago

712)                 "shasum": ""
713)             },
714)             "require": {
Hanno Böck update mpdf, remove unused...

Hanno Böck authored 3 years ago

715)                 "ext-zlib": "*",
Bernd Wurst update deps

Bernd Wurst authored 3 years ago

716)                 "php": "^5.6 || ^7.0 || ^8.0"
Hanno Böck update mpdf, remove unused...

Hanno Böck authored 3 years ago

717)             },
718)             "conflict": {
719)                 "setasign/tfpdf": "<1.31"
Bernd Wurst Erzeuge HTML als Eingabe fü...

Bernd Wurst authored 5 years ago

720)             },
721)             "require-dev": {
Hanno Böck update mpdf, remove unused...

Hanno Böck authored 3 years ago

722)                 "phpunit/phpunit": "~5.7",
Hanno Böck minor updates for dependenc...

Hanno Böck authored 3 months ago

723)                 "setasign/fpdf": "~1.8.6",
724)                 "setasign/tfpdf": "~1.33",
Hanno Böck update mpdf, remove unused...

Hanno Böck authored 3 years ago

725)                 "squizlabs/php_codesniffer": "^3.5",
726)                 "tecnickcom/tcpdf": "~6.2"
727)             },
728)             "suggest": {
729)                 "setasign/fpdf": "FPDI will extend this class but as it is also possible to use TCPDF or tFPDF as an alternative. There's no fixed dependency configured."
Bernd Wurst Erzeuge HTML als Eingabe fü...

Bernd Wurst authored 5 years ago

730)             },
731)             "type": "library",
732)             "autoload": {
Hanno Böck update mpdf, remove unused...

Hanno Böck authored 3 years ago

733)                 "psr-4": {
734)                     "setasign\\Fpdi\\": "src/"
Bernd Wurst Erzeuge HTML als Eingabe fü...

Bernd Wurst authored 5 years ago

735)                 }
736)             },
737)             "notification-url": "https://packagist.org/downloads/",
738)             "license": [
739)                 "MIT"
740)             ],
741)             "authors": [
742)                 {
Hanno Böck update mpdf, remove unused...

Hanno Böck authored 3 years ago

743)                     "name": "Jan Slabon",
744)                     "email": "jan.slabon@setasign.com",
745)                     "homepage": "https://www.setasign.com"
746)                 },
747)                 {
748)                     "name": "Maximilian Kresse",
749)                     "email": "maximilian.kresse@setasign.com",
750)                     "homepage": "https://www.setasign.com"
Bernd Wurst Erzeuge HTML als Eingabe fü...

Bernd Wurst authored 5 years ago

751)                 }
752)             ],
Hanno Böck update mpdf, remove unused...

Hanno Böck authored 3 years ago

753)             "description": "FPDI is a collection of PHP classes facilitating developers to read pages from existing PDF documents and use them as templates in FPDF. Because it is also possible to use FPDI with TCPDF, there are no fixed dependencies defined. Please see suggestions for packages which evaluates the dependencies automatically.",
754)             "homepage": "https://www.setasign.com/fpdi",
Bernd Wurst Erzeuge HTML als Eingabe fü...

Bernd Wurst authored 5 years ago

755)             "keywords": [
Hanno Böck update mpdf, remove unused...

Hanno Böck authored 3 years ago

756)                 "fpdf",
757)                 "fpdi",
758)                 "pdf"
759)             ],
Bernd Wurst upgrade dependancies

Bernd Wurst authored 2 years ago

760)             "support": {
761)                 "issues": "https://github.com/Setasign/FPDI/issues",
Hanno Böck minor updates for dependenc...

Hanno Böck authored 3 months ago

762)                 "source": "https://github.com/Setasign/FPDI/tree/v2.6.0"
Bernd Wurst upgrade dependancies

Bernd Wurst authored 2 years ago

763)             },
Hanno Böck update mpdf, remove unused...

Hanno Böck authored 3 years ago

764)             "funding": [
765)                 {
766)                     "url": "https://tidelift.com/funding/github/packagist/setasign/fpdi",
767)                     "type": "tidelift"
768)                 }
Bernd Wurst Erzeuge HTML als Eingabe fü...

Bernd Wurst authored 5 years ago

769)             ],
Hanno Böck minor updates for dependenc...

Hanno Böck authored 3 months ago

770)             "time": "2023-12-11T16:03:32+00:00"
Bernd Wurst Neues Modul zum Abschließen...

Bernd Wurst authored 6 years ago

771)         },
772)         {
Hanno Böck update mpdf, remove unused...

Hanno Böck authored 3 years ago

773)             "name": "symfony/polyfill-mbstring",
Hanno Böck minor updates for dependenc...

Hanno Böck authored 3 months ago

774)             "version": "v1.29.0",
Bernd Wurst Neues Modul zum Abschließen...

Bernd Wurst authored 6 years ago

775)             "source": {
776)                 "type": "git",
Hanno Böck update mpdf, remove unused...

Hanno Böck authored 3 years ago

777)                 "url": "https://github.com/symfony/polyfill-mbstring.git",
Hanno Böck minor updates for dependenc...

Hanno Böck authored 3 months ago

778)                 "reference": "9773676c8a1bb1f8d4340a62efe641cf76eda7ec"
Bernd Wurst Neues Modul zum Abschließen...

Bernd Wurst authored 6 years ago

779)             },
780)             "dist": {
781)                 "type": "zip",
Hanno Böck minor updates for dependenc...

Hanno Böck authored 3 months ago

782)                 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/9773676c8a1bb1f8d4340a62efe641cf76eda7ec",
783)                 "reference": "9773676c8a1bb1f8d4340a62efe641cf76eda7ec",
Bernd Wurst Neues Modul zum Abschließen...

Bernd Wurst authored 6 years ago

784)                 "shasum": ""
785)             },
Hanno Böck update mpdf, remove unused...

Hanno Böck authored 3 years ago

786)             "require": {
787)                 "php": ">=7.1"
788)             },
Bernd Wurst upgrade dependancies

Bernd Wurst authored 2 years ago

789)             "provide": {
790)                 "ext-mbstring": "*"
791)             },
Bernd Wurst Neues Modul zum Abschließen...

Bernd Wurst authored 6 years ago

792)             "suggest": {
Hanno Böck update mpdf, remove unused...

Hanno Böck authored 3 years ago

793)                 "ext-mbstring": "For best performance"
Bernd Wurst Neues Modul zum Abschließen...

Bernd Wurst authored 6 years ago

794)             },
795)             "type": "library",
Hanno Böck update mpdf, remove unused...

Hanno Böck authored 3 years ago

796)             "extra": {
797)                 "thanks": {
798)                     "name": "symfony/polyfill",
799)                     "url": "https://github.com/symfony/polyfill"
800)                 }
801)             },
Bernd Wurst Neues Modul zum Abschließen...

Bernd Wurst authored 6 years ago

802)             "autoload": {
Hanno Böck update mpdf, remove unused...

Hanno Böck authored 3 years ago

803)                 "files": [
804)                     "bootstrap.php"
Bernd Wurst upgrade dependancies

Bernd Wurst authored 2 years ago

805)                 ],
806)                 "psr-4": {
807)                     "Symfony\\Polyfill\\Mbstring\\": ""
808)                 }
Bernd Wurst Neues Modul zum Abschließen...

Bernd Wurst authored 6 years ago

809)             },
810)             "notification-url": "https://packagist.org/downloads/",
811)             "license": [
812)                 "MIT"
813)             ],
814)             "authors": [
815)                 {
Hanno Böck update mpdf, remove unused...

Hanno Böck authored 3 years ago

816)                     "name": "Nicolas Grekas",
817)                     "email": "p@tchwork.com"
818)                 },
819)                 {
820)                     "name": "Symfony Community",
821)                     "homepage": "https://symfony.com/contributors"
Bernd Wurst Neues Modul zum Abschließen...

Bernd Wurst authored 6 years ago

822)                 }
823)             ],
Hanno Böck update mpdf, remove unused...

Hanno Böck authored 3 years ago

824)             "description": "Symfony polyfill for the Mbstring extension",
825)             "homepage": "https://symfony.com",
Bernd Wurst Neues Modul zum Abschließen...

Bernd Wurst authored 6 years ago

826)             "keywords": [
Hanno Böck update mpdf, remove unused...

Hanno Böck authored 3 years ago

827)                 "compatibility",
828)                 "mbstring",
829)                 "polyfill",
830)                 "portable",
831)                 "shim"
832)             ],
Bernd Wurst upgrade dependancies

Bernd Wurst authored 2 years ago

833)             "support": {
Hanno Böck minor updates for dependenc...

Hanno Böck authored 3 months ago

834)                 "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.29.0"
Bernd Wurst upgrade dependancies

Bernd Wurst authored 2 years ago

835)             },
Hanno Böck update mpdf, remove unused...

Hanno Böck authored 3 years ago

836)             "funding": [
837)                 {
838)                     "url": "https://symfony.com/sponsor",
839)                     "type": "custom"
840)                 },
841)                 {
842)                     "url": "https://github.com/fabpot",
843)                     "type": "github"
844)                 },
845)                 {
846)                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
847)                     "type": "tidelift"
848)                 }
Bernd Wurst Neues Modul zum Abschließen...

Bernd Wurst authored 6 years ago

849)             ],
Hanno Böck minor updates for dependenc...

Hanno Böck authored 3 months ago

850)             "time": "2024-01-29T20:11:03+00:00"
Hanno Böck Add composer dependency for...

Hanno Böck authored 7 years ago

851)         }
852)     ],
853)     "packages-dev": [],
854)     "aliases": [],
855)     "minimum-stability": "stable",
Hanno Use GoogleAuthenticator fro...

Hanno authored 5 years ago

856)     "stability-flags": {
857)         "phpgangsta/googleauthenticator": 20
858)     },
Hanno Böck Add composer dependency for...

Hanno Böck authored 7 years ago

859)     "prefer-stable": false,
860)     "prefer-lowest": false,
861)     "platform": [],
Hanno Böck update mpdf, remove unused...

Hanno Böck authored 3 years ago

862)     "platform-dev": [],
Hanno Böck update composer deps

Hanno Böck authored 2 months ago

863)     "plugin-api-version": "2.1.0"