3a072b88368ae6495a3fa9a8a4ff8e8ae87d6101
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",
4)         "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
5)         "This file is @generated automatically"
6)     ],
Hanno Use GoogleAuthenticator fro...

Hanno authored 5 years ago

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

Hanno Böck authored 7 years ago

8)     "packages": [
9)         {
10)             "name": "bjeavons/zxcvbn-php",
Hanno Böck update zxcvbn-php, upstream...

Hanno Böck authored 6 years ago

11)             "version": "0.3.0",
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",
Hanno Böck update zxcvbn-php, upstream...

Hanno Böck authored 6 years ago

15)                 "reference": "331a88932d1a399c989967d3399a4a40eb182fd5"
Hanno Böck Add composer dependency for...

Hanno Böck authored 7 years ago

16)             },
17)             "dist": {
18)                 "type": "zip",
Hanno Böck update zxcvbn-php, upstream...

Hanno Böck authored 6 years ago

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

Hanno Böck authored 7 years ago

21)                 "shasum": ""
22)             },
23)             "require": {
24)                 "php": "^5.3 || ^7.0"
25)             },
26)             "require-dev": {
27)                 "phpunit/phpunit": "*",
28)                 "satooshi/php-coveralls": "*"
29)             },
30)             "type": "library",
31)             "autoload": {
32)                 "psr-4": {
33)                     "ZxcvbnPhp\\": "src/"
34)                 }
35)             },
36)             "notification-url": "https://packagist.org/downloads/",
37)             "license": [
38)                 "MIT"
39)             ],
40)             "authors": [
41)                 {
42)                     "name": "See contributors",
43)                     "homepage": "https://github.com/bjeavons/zxcvbn-php"
44)                 }
45)             ],
46)             "description": "Realistic password strength estimation PHP library based on Zxcvbn JS",
47)             "homepage": "https://github.com/bjeavons/zxcvbn-php",
48)             "keywords": [
49)                 "password",
50)                 "zxcvbn"
51)             ],
Hanno Böck update zxcvbn-php, upstream...

Hanno Böck authored 6 years ago

52)             "time": "2017-01-06T15:43:33+00:00"
Bernd Wurst Neue Abhängigkeit für phone...

Bernd Wurst authored 6 years ago

53)         },
54)         {
55)             "name": "giggsey/libphonenumber-for-php",
Hanno Use GoogleAuthenticator fro...

Hanno authored 5 years ago

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

Bernd Wurst authored 6 years ago

57)             "source": {
58)                 "type": "git",
59)                 "url": "https://github.com/giggsey/libphonenumber-for-php.git",
Hanno Use GoogleAuthenticator fro...

Hanno authored 5 years ago

60)                 "reference": "420621360d56499ac1b0e6293561ed8661017c6b"
Bernd Wurst Neue Abhängigkeit für phone...

Bernd Wurst authored 6 years ago

61)             },
62)             "dist": {
63)                 "type": "zip",
Hanno Use GoogleAuthenticator fro...

Hanno authored 5 years ago

64)                 "url": "https://api.github.com/repos/giggsey/libphonenumber-for-php/zipball/420621360d56499ac1b0e6293561ed8661017c6b",
65)                 "reference": "420621360d56499ac1b0e6293561ed8661017c6b",
Bernd Wurst Neue Abhängigkeit für phone...

Bernd Wurst authored 6 years ago

66)                 "shasum": ""
67)             },
68)             "require": {
69)                 "ext-mbstring": "*",
70)                 "giggsey/locale": "^1.2",
71)                 "php": ">=5.3.2"
72)             },
73)             "require-dev": {
74)                 "pear/pear-core-minimal": "^1.9",
75)                 "pear/pear_exception": "^1.0",
76)                 "pear/versioncontrol_git": "^0.5",
77)                 "phing/phing": "^2.7",
78)                 "phpunit/phpunit": "^4.8|^5.0",
Hanno Use GoogleAuthenticator fro...

Hanno authored 5 years ago

79)                 "satooshi/php-coveralls": "^1.0|^2.0",
Bernd Wurst Neue Abhängigkeit für phone...

Bernd Wurst authored 6 years ago

80)                 "symfony/console": "^2.8|^3.0"
81)             },
82)             "type": "library",
83)             "extra": {
84)                 "branch-alias": {
85)                     "dev-master": "8.x-dev"
86)                 }
87)             },
88)             "autoload": {
89)                 "psr-4": {
90)                     "libphonenumber\\": "src/"
91)                 },
92)                 "exclude-from-classmap": [
93)                     "/src/data/",
94)                     "/src/carrier/data/",
95)                     "/src/geocoding/data/",
96)                     "/src/timezone/data/"
97)                 ]
98)             },
99)             "notification-url": "https://packagist.org/downloads/",
100)             "license": [
101)                 "Apache-2.0"
102)             ],
103)             "authors": [
104)                 {
105)                     "name": "Joshua Gigg",
106)                     "email": "giggsey@gmail.com",
107)                     "homepage": "https://giggsey.com/"
108)                 }
109)             ],
110)             "description": "PHP Port of Google's libphonenumber",
111)             "homepage": "https://github.com/giggsey/libphonenumber-for-php",
112)             "keywords": [
113)                 "geocoding",
114)                 "geolocation",
115)                 "libphonenumber",
116)                 "mobile",
117)                 "phonenumber",
118)                 "validation"
119)             ],
Hanno Use GoogleAuthenticator fro...

Hanno authored 5 years ago

120)             "time": "2018-06-14T11:25:48+00:00"
Bernd Wurst Neue Abhängigkeit für phone...

Bernd Wurst authored 6 years ago

121)         },
122)         {
123)             "name": "giggsey/locale",
Hanno Use GoogleAuthenticator fro...

Hanno authored 5 years ago

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

Bernd Wurst authored 6 years ago

125)             "source": {
126)                 "type": "git",
127)                 "url": "https://github.com/giggsey/Locale.git",
Hanno Use GoogleAuthenticator fro...

Hanno authored 5 years ago

128)                 "reference": "3c9cc23c15851c54cb3ccd41a00fd4b5a89feeff"
Bernd Wurst Neue Abhängigkeit für phone...

Bernd Wurst authored 6 years ago

129)             },
130)             "dist": {
131)                 "type": "zip",
Hanno Use GoogleAuthenticator fro...

Hanno authored 5 years ago

132)                 "url": "https://api.github.com/repos/giggsey/Locale/zipball/3c9cc23c15851c54cb3ccd41a00fd4b5a89feeff",
133)                 "reference": "3c9cc23c15851c54cb3ccd41a00fd4b5a89feeff",
Bernd Wurst Neue Abhängigkeit für phone...

Bernd Wurst authored 6 years ago

134)                 "shasum": ""
135)             },
136)             "require": {
137)                 "php": ">=5.3.2"
138)             },
139)             "require-dev": {
140)                 "pear/pear-core-minimal": "^1.9",
141)                 "pear/pear_exception": "^1.0",
142)                 "pear/versioncontrol_git": "^0.5",
143)                 "phing/phing": "~2.7",
144)                 "phpunit/phpunit": "^4.8|^5.0",
145)                 "satooshi/php-coveralls": "^1.0",
Hanno Use GoogleAuthenticator fro...

Hanno authored 5 years ago

146)                 "symfony/console": "^2.8|^3.0|^4.0",
147)                 "symfony/filesystem": "^2.8|^3.0|^4.0",
148)                 "symfony/finder": "^2.8|^3.0|^4.0",
149)                 "symfony/process": "^2.8|^3.0|^4.0"
Bernd Wurst Neue Abhängigkeit für phone...

Bernd Wurst authored 6 years ago

150)             },
151)             "type": "library",
152)             "autoload": {
153)                 "psr-4": {
154)                     "Giggsey\\Locale\\": "src/"
155)                 }
156)             },
157)             "notification-url": "https://packagist.org/downloads/",
158)             "license": [
159)                 "MIT"
160)             ],
161)             "authors": [
162)                 {
163)                     "name": "Joshua Gigg",
164)                     "email": "giggsey@gmail.com",
165)                     "homepage": "http://giggsey.com/"
166)                 }
167)             ],
168)             "description": "Locale functions required by libphonenumber-for-php",
Hanno Use GoogleAuthenticator fro...

Hanno authored 5 years ago

169)             "time": "2018-04-03T15:53:12+00:00"
Bernd Wurst php-iban über composer einb...

Bernd Wurst authored 6 years ago

170)         },
171)         {
172)             "name": "globalcitizen/php-iban",
Hanno Use GoogleAuthenticator fro...

Hanno authored 5 years ago

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

Bernd Wurst authored 6 years ago

174)             "source": {
175)                 "type": "git",
176)                 "url": "https://github.com/globalcitizen/php-iban.git",
Hanno Use GoogleAuthenticator fro...

Hanno authored 5 years ago

177)                 "reference": "fd98bd7b4b71cc1bd2a3ecf16fd79b71b44004a1"
Bernd Wurst php-iban über composer einb...

Bernd Wurst authored 6 years ago

178)             },
179)             "dist": {
180)                 "type": "zip",
Hanno Use GoogleAuthenticator fro...

Hanno authored 5 years ago

181)                 "url": "https://api.github.com/repos/globalcitizen/php-iban/zipball/fd98bd7b4b71cc1bd2a3ecf16fd79b71b44004a1",
182)                 "reference": "fd98bd7b4b71cc1bd2a3ecf16fd79b71b44004a1",
Bernd Wurst php-iban über composer einb...

Bernd Wurst authored 6 years ago

183)                 "shasum": ""
184)             },
185)             "type": "library",
186)             "autoload": {
187)                 "files": [
188)                     "oophp-iban.php",
189)                     "php-iban.php"
190)                 ]
191)             },
192)             "notification-url": "https://packagist.org/downloads/",
193)             "license": [
194)                 "LGPL-3.0"
195)             ],
196)             "description": "php-iban is a library for parsing and validating IBAN (and IIBAN) bank account information.",
Hanno Use GoogleAuthenticator fro...

Hanno authored 5 years ago

197)             "time": "2018-06-19T23:05:14+00:00"
Bernd Wurst Neues Modul zum Abschließen...

Bernd Wurst authored 5 years ago

198)         },
199)         {
200)             "name": "mpdf/mpdf",
Hanno Use GoogleAuthenticator fro...

Hanno authored 5 years ago

201)             "version": "v7.1.0",
Bernd Wurst Neues Modul zum Abschließen...

Bernd Wurst authored 5 years ago

202)             "source": {
203)                 "type": "git",
204)                 "url": "https://github.com/mpdf/mpdf.git",
Hanno Use GoogleAuthenticator fro...

Hanno authored 5 years ago

205)                 "reference": "8e3d0d7bf74f71d04904215fb487d01e924c469a"
Bernd Wurst Neues Modul zum Abschließen...

Bernd Wurst authored 5 years ago

206)             },
207)             "dist": {
208)                 "type": "zip",
Hanno Use GoogleAuthenticator fro...

Hanno authored 5 years ago

209)                 "url": "https://api.github.com/repos/mpdf/mpdf/zipball/8e3d0d7bf74f71d04904215fb487d01e924c469a",
210)                 "reference": "8e3d0d7bf74f71d04904215fb487d01e924c469a",
Bernd Wurst Neues Modul zum Abschließen...

Bernd Wurst authored 5 years ago

211)                 "shasum": ""
212)             },
213)             "require": {
214)                 "ext-gd": "*",
215)                 "ext-mbstring": "*",
Hanno Use GoogleAuthenticator fro...

Hanno authored 5 years ago

216)                 "myclabs/deep-copy": "^1.7",
Bernd Wurst Neues Modul zum Abschließen...

Bernd Wurst authored 5 years ago

217)                 "paragonie/random_compat": "^1.4|^2.0",
218)                 "php": "^5.6 || ~7.0.0 || ~7.1.0 || ~7.2.0",
219)                 "psr/log": "^1.0",
220)                 "setasign/fpdi": "1.6.*"
221)             },
222)             "require-dev": {
223)                 "mockery/mockery": "^0.9.5",
224)                 "phpunit/phpunit": "^5.0",
225)                 "squizlabs/php_codesniffer": "^2.7.0",
226)                 "tracy/tracy": "^2.4"
227)             },
228)             "suggest": {
229)                 "ext-bcmath": "Needed for generation of some types of barcodes",
230)                 "ext-xml": "Needed mainly for SVG manipulation",
231)                 "ext-zlib": "Needed for compression of embedded resources, such as fonts"
232)             },
233)             "type": "library",
234)             "extra": {
235)                 "branch-alias": {
236)                     "dev-development": "7.0-dev"
237)                 }
238)             },
239)             "autoload": {
240)                 "psr-4": {
241)                     "Mpdf\\": "src/"
242)                 }
243)             },
244)             "notification-url": "https://packagist.org/downloads/",
245)             "license": [
Hanno Use GoogleAuthenticator fro...

Hanno authored 5 years ago

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

Bernd Wurst authored 5 years ago

247)             ],
248)             "authors": [
249)                 {
250)                     "name": "Matěj Humpál",
251)                     "role": "Developer, maintainer"
252)                 },
253)                 {
254)                     "name": "Ian Back",
255)                     "role": "Developer (retired)"
256)                 }
257)             ],
258)             "description": "A PHP class to generate PDF files from HTML with Unicode/UTF-8 and CJK support",
259)             "homepage": "https://mpdf.github.io",
260)             "keywords": [
261)                 "pdf",
262)                 "php",
263)                 "utf-8"
264)             ],
Hanno Use GoogleAuthenticator fro...

Hanno authored 5 years ago

265)             "time": "2018-05-18T05:41:37+00:00"
266)         },
267)         {
268)             "name": "myclabs/deep-copy",
269)             "version": "1.8.1",
270)             "source": {
271)                 "type": "git",
272)                 "url": "https://github.com/myclabs/DeepCopy.git",
273)                 "reference": "3e01bdad3e18354c3dce54466b7fbe33a9f9f7f8"
274)             },
275)             "dist": {
276)                 "type": "zip",
277)                 "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/3e01bdad3e18354c3dce54466b7fbe33a9f9f7f8",
278)                 "reference": "3e01bdad3e18354c3dce54466b7fbe33a9f9f7f8",
279)                 "shasum": ""
280)             },
281)             "require": {
282)                 "php": "^7.1"
283)             },
284)             "replace": {
285)                 "myclabs/deep-copy": "self.version"
286)             },
287)             "require-dev": {
288)                 "doctrine/collections": "^1.0",
289)                 "doctrine/common": "^2.6",
290)                 "phpunit/phpunit": "^7.1"
291)             },
292)             "type": "library",
293)             "autoload": {
294)                 "psr-4": {
295)                     "DeepCopy\\": "src/DeepCopy/"
296)                 },
297)                 "files": [
298)                     "src/DeepCopy/deep_copy.php"
299)                 ]
300)             },
301)             "notification-url": "https://packagist.org/downloads/",
302)             "license": [
303)                 "MIT"
304)             ],
305)             "description": "Create deep copies (clones) of your objects",
306)             "keywords": [
307)                 "clone",
308)                 "copy",
309)                 "duplicate",
310)                 "object",
311)                 "object graph"
312)             ],
313)             "time": "2018-06-11T23:09:50+00:00"
Bernd Wurst Neues Modul zum Abschließen...

Bernd Wurst authored 5 years ago

314)         },
315)         {
316)             "name": "paragonie/random_compat",
Hanno Use GoogleAuthenticator fro...

Hanno authored 5 years ago

317)             "version": "v2.0.15",
Bernd Wurst Neues Modul zum Abschließen...

Bernd Wurst authored 5 years ago

318)             "source": {
319)                 "type": "git",
320)                 "url": "https://github.com/paragonie/random_compat.git",
Hanno Use GoogleAuthenticator fro...

Hanno authored 5 years ago

321)                 "reference": "10bcb46e8f3d365170f6de9d05245aa066b81f09"
Bernd Wurst Neues Modul zum Abschließen...

Bernd Wurst authored 5 years ago

322)             },
323)             "dist": {
324)                 "type": "zip",
Hanno Use GoogleAuthenticator fro...

Hanno authored 5 years ago

325)                 "url": "https://api.github.com/repos/paragonie/random_compat/zipball/10bcb46e8f3d365170f6de9d05245aa066b81f09",
326)                 "reference": "10bcb46e8f3d365170f6de9d05245aa066b81f09",
Bernd Wurst Neues Modul zum Abschließen...

Bernd Wurst authored 5 years ago

327)                 "shasum": ""
328)             },
329)             "require": {
330)                 "php": ">=5.2.0"
331)             },
332)             "require-dev": {
333)                 "phpunit/phpunit": "4.*|5.*"
334)             },
335)             "suggest": {
336)                 "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
337)             },
338)             "type": "library",
339)             "autoload": {
340)                 "files": [
341)                     "lib/random.php"
342)                 ]
343)             },
344)             "notification-url": "https://packagist.org/downloads/",
345)             "license": [
346)                 "MIT"
347)             ],
348)             "authors": [
349)                 {
350)                     "name": "Paragon Initiative Enterprises",
351)                     "email": "security@paragonie.com",
352)                     "homepage": "https://paragonie.com"
353)                 }
354)             ],
355)             "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
356)             "keywords": [
357)                 "csprng",
Hanno Use GoogleAuthenticator fro...

Hanno authored 5 years ago

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

Bernd Wurst authored 5 years ago

359)                 "pseudorandom",
360)                 "random"
361)             ],
Hanno Use GoogleAuthenticator fro...

Hanno authored 5 years ago

362)             "time": "2018-06-08T15:26:40+00:00"
363)         },
364)         {
365)             "name": "phpgangsta/googleauthenticator",
366)             "version": "dev-master",
367)             "source": {
368)                 "type": "git",
369)                 "url": "https://github.com/PHPGangsta/GoogleAuthenticator.git",
370)                 "reference": "3baa997f399d4afd5d6a81d42244ec9cc3eeb080"
371)             },
372)             "dist": {
373)                 "type": "zip",
374)                 "url": "https://api.github.com/repos/PHPGangsta/GoogleAuthenticator/zipball/3baa997f399d4afd5d6a81d42244ec9cc3eeb080",
375)                 "reference": "3baa997f399d4afd5d6a81d42244ec9cc3eeb080",
376)                 "shasum": ""
377)             },
378)             "require": {
379)                 "php": ">=5.3"
380)             },
381)             "type": "library",
382)             "autoload": {
383)                 "classmap": [
384)                     "PHPGangsta/GoogleAuthenticator.php"
385)                 ]
386)             },
387)             "notification-url": "https://packagist.org/downloads/",
388)             "license": [
389)                 "BSD-4-Clause"
390)             ],
391)             "authors": [
392)                 {
393)                     "name": "Michael Kliewe",
394)                     "email": "info@phpgangsta.de",
395)                     "homepage": "http://www.phpgangsta.de/",
396)                     "role": "Developer"
397)                 }
398)             ],
399)             "description": "Google Authenticator 2-factor authentication",
400)             "keywords": [
401)                 "googleauthenticator",
402)                 "rfc6238",
403)                 "totp"
404)             ],
405)             "time": "2016-10-08T16:35:34+00:00"
Bernd Wurst Neues Modul zum Abschließen...

Bernd Wurst authored 5 years ago

406)         },
407)         {
408)             "name": "psr/log",
409)             "version": "1.0.2",
410)             "source": {
411)                 "type": "git",
412)                 "url": "https://github.com/php-fig/log.git",
413)                 "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
414)             },
415)             "dist": {
416)                 "type": "zip",
417)                 "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
418)                 "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
419)                 "shasum": ""
420)             },
421)             "require": {
422)                 "php": ">=5.3.0"
423)             },
424)             "type": "library",
425)             "extra": {
426)                 "branch-alias": {
427)                     "dev-master": "1.0.x-dev"
428)                 }
429)             },
430)             "autoload": {
431)                 "psr-4": {
432)                     "Psr\\Log\\": "Psr/Log/"
433)                 }
434)             },
435)             "notification-url": "https://packagist.org/downloads/",
436)             "license": [
437)                 "MIT"
438)             ],
439)             "authors": [
440)                 {
441)                     "name": "PHP-FIG",
442)                     "homepage": "http://www.php-fig.org/"
443)                 }
444)             ],
445)             "description": "Common interface for logging libraries",
446)             "homepage": "https://github.com/php-fig/log",
447)             "keywords": [
448)                 "log",
449)                 "psr",
450)                 "psr-3"
451)             ],
452)             "time": "2016-10-10T12:19:37+00:00"
453)         },
454)         {
455)             "name": "setasign/fpdi",
456)             "version": "1.6.2",
457)             "source": {
458)                 "type": "git",
459)                 "url": "https://github.com/Setasign/FPDI.git",
460)                 "reference": "a6ad58897a6d97cc2d2cd2adaeda343b25a368ea"
461)             },
462)             "dist": {
463)                 "type": "zip",
464)                 "url": "https://api.github.com/repos/Setasign/FPDI/zipball/a6ad58897a6d97cc2d2cd2adaeda343b25a368ea",
465)                 "reference": "a6ad58897a6d97cc2d2cd2adaeda343b25a368ea",
466)                 "shasum": ""
467)             },
468)             "suggest": {
469)                 "setasign/fpdf": "FPDI will extend this class but as it is also possible to use \"tecnickcom/tcpdf\" as an alternative there's no fixed dependency configured.",
470)                 "setasign/fpdi-fpdf": "Use this package to automatically evaluate dependencies to FPDF.",
471)                 "setasign/fpdi-tcpdf": "Use this package to automatically evaluate dependencies to TCPDF."
472)             },
473)             "type": "library",
474)             "autoload": {
475)                 "classmap": [
476)                     "filters/",
477)                     "fpdi.php",
478)                     "fpdf_tpl.php",
479)                     "fpdi_pdf_parser.php",
480)                     "pdf_context.php"
481)                 ]
482)             },
483)             "notification-url": "https://packagist.org/downloads/",
484)             "license": [
485)                 "MIT"
486)             ],
487)             "authors": [
488)                 {
489)                     "name": "Jan Slabon",
490)                     "email": "jan.slabon@setasign.com",
491)                     "homepage": "https://www.setasign.com"
492)                 }
493)             ],
494)             "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.",
495)             "homepage": "https://www.setasign.com/fpdi",
496)             "keywords": [
497)                 "fpdf",
498)                 "fpdi",
499)                 "pdf"
500)             ],
501)             "time": "2017-05-11T14:25:49+00:00"
Hanno Böck Add composer dependency for...

Hanno Böck authored 7 years ago

502)         }
503)     ],
504)     "packages-dev": [],
505)     "aliases": [],
506)     "minimum-stability": "stable",
Hanno Use GoogleAuthenticator fro...

Hanno authored 5 years ago

507)     "stability-flags": {
508)         "phpgangsta/googleauthenticator": 20
509)     },