5e7ba585cb9a49007a163a637420f9a3a4f2cc34
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 update dependancies

Bernd Wurst authored 4 years ago

7)     "content-hash": "c4a6e1265c98587596b2495319243b9a",
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 7 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 7 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 7 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 7 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)         },
Bernd Wurst Erzeuge HTML als Eingabe fü...

Bernd Wurst authored 5 years ago

54)         {
55)             "name": "dompdf/dompdf",
56)             "version": "dev-master",
57)             "source": {
58)                 "type": "git",
59)                 "url": "https://github.com/dompdf/dompdf.git",
Bernd Wurst update dependancies

Bernd Wurst authored 4 years ago

60)                 "reference": "e252335236cb6d79663c08ca8e1c29d7c99399ce"
Bernd Wurst Erzeuge HTML als Eingabe fü...

Bernd Wurst authored 5 years ago

61)             },
62)             "dist": {
63)                 "type": "zip",
Bernd Wurst update dependancies

Bernd Wurst authored 4 years ago

64)                 "url": "https://api.github.com/repos/dompdf/dompdf/zipball/e252335236cb6d79663c08ca8e1c29d7c99399ce",
65)                 "reference": "e252335236cb6d79663c08ca8e1c29d7c99399ce",
Bernd Wurst Erzeuge HTML als Eingabe fü...

Bernd Wurst authored 5 years ago

66)                 "shasum": ""
67)             },
68)             "require": {
69)                 "ext-dom": "*",
70)                 "ext-mbstring": "*",
Bernd Wurst update dependancies

Bernd Wurst authored 4 years ago

71)                 "phenx/php-font-lib": "^0.5.1",
72)                 "phenx/php-svg-lib": "^0.3.3",
73)                 "php": "^7.1"
Bernd Wurst Erzeuge HTML als Eingabe fü...

Bernd Wurst authored 5 years ago

74)             },
75)             "require-dev": {
Bernd Wurst update dependancies

Bernd Wurst authored 4 years ago

76)                 "phpunit/phpunit": "^7.5",
77)                 "squizlabs/php_codesniffer": "^3.5"
Bernd Wurst Erzeuge HTML als Eingabe fü...

Bernd Wurst authored 5 years ago

78)             },
79)             "suggest": {
80)                 "ext-gd": "Needed to process images",
81)                 "ext-gmagick": "Improves image processing performance",
82)                 "ext-imagick": "Improves image processing performance"
83)             },
84)             "type": "library",
85)             "extra": {
86)                 "branch-alias": {
87)                     "dev-develop": "0.7-dev"
88)                 }
89)             },
90)             "autoload": {
91)                 "psr-4": {
92)                     "Dompdf\\": "src/"
93)                 },
94)                 "classmap": [
95)                     "lib/"
96)                 ]
97)             },
98)             "notification-url": "https://packagist.org/downloads/",
99)             "license": [
100)                 "LGPL-2.1"
101)             ],
102)             "authors": [
103)                 {
104)                     "name": "Fabien Ménager",
105)                     "email": "fabien.menager@gmail.com"
106)                 },
107)                 {
108)                     "name": "Brian Sweeney",
109)                     "email": "eclecticgeek@gmail.com"
110)                 },
111)                 {
112)                     "name": "Gabriel Bull",
113)                     "email": "me@gabrielbull.com"
114)                 }
115)             ],
116)             "description": "DOMPDF is a CSS 2.1 compliant HTML to PDF converter",
117)             "homepage": "https://github.com/dompdf/dompdf",
Bernd Wurst update dependancies

Bernd Wurst authored 4 years ago

118)             "time": "2020-01-02T02:02:55+00:00"
Bernd Wurst Erzeuge HTML als Eingabe fü...

Bernd Wurst authored 5 years ago

119)         },
Bernd Wurst Neue Abhängigkeit für phone...

Bernd Wurst authored 6 years ago

120)         {
121)             "name": "giggsey/libphonenumber-for-php",
Bernd Wurst update dependancies

Bernd Wurst authored 4 years ago

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

Bernd Wurst authored 6 years ago

123)             "source": {
124)                 "type": "git",
125)                 "url": "https://github.com/giggsey/libphonenumber-for-php.git",
Bernd Wurst update dependancies

Bernd Wurst authored 4 years ago

126)                 "reference": "f6a367f08e323edc1c27546d8d5818bb016d812e"
Bernd Wurst Neue Abhängigkeit für phone...

Bernd Wurst authored 6 years ago

127)             },
128)             "dist": {
129)                 "type": "zip",
Bernd Wurst update dependancies

Bernd Wurst authored 4 years ago

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

Bernd Wurst authored 6 years ago

132)                 "shasum": ""
133)             },
134)             "require": {
135)                 "ext-mbstring": "*",
Bernd Wurst updated dependancies

Bernd Wurst authored 4 years ago

136)                 "giggsey/locale": "^1.7",
Bernd Wurst Neue Abhängigkeit für phone...

Bernd Wurst authored 6 years ago

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",
Bernd Wurst Erzeuge HTML als Eingabe fü...

Bernd Wurst authored 5 years ago

144)                 "php-coveralls/php-coveralls": "^1.0|^2.0",
145)                 "phpunit/phpunit": "^4.8.36|^5.0",
Bernd Wurst Neue Abhängigkeit für phone...

Bernd Wurst authored 6 years ago

146)                 "symfony/console": "^2.8|^3.0"
147)             },
148)             "type": "library",
149)             "extra": {
150)                 "branch-alias": {
151)                     "dev-master": "8.x-dev"
152)                 }
153)             },
154)             "autoload": {
155)                 "psr-4": {
156)                     "libphonenumber\\": "src/"
157)                 },
158)                 "exclude-from-classmap": [
159)                     "/src/data/",
160)                     "/src/carrier/data/",
161)                     "/src/geocoding/data/",
162)                     "/src/timezone/data/"
163)                 ]
164)             },
165)             "notification-url": "https://packagist.org/downloads/",
166)             "license": [
167)                 "Apache-2.0"
168)             ],
169)             "authors": [
170)                 {
171)                     "name": "Joshua Gigg",
172)                     "email": "giggsey@gmail.com",
173)                     "homepage": "https://giggsey.com/"
174)                 }
175)             ],
176)             "description": "PHP Port of Google's libphonenumber",
177)             "homepage": "https://github.com/giggsey/libphonenumber-for-php",
178)             "keywords": [
179)                 "geocoding",
180)                 "geolocation",
181)                 "libphonenumber",
182)                 "mobile",
183)                 "phonenumber",
184)                 "validation"
185)             ],
Bernd Wurst update dependancies

Bernd Wurst authored 4 years ago

186)             "time": "2019-12-11T10:03:19+00:00"
Bernd Wurst Neue Abhängigkeit für phone...

Bernd Wurst authored 6 years ago

187)         },
188)         {
189)             "name": "giggsey/locale",
Bernd Wurst update dependancies

Bernd Wurst authored 4 years ago

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

Bernd Wurst authored 6 years ago

191)             "source": {
192)                 "type": "git",
193)                 "url": "https://github.com/giggsey/Locale.git",
Bernd Wurst update dependancies

Bernd Wurst authored 4 years ago

194)                 "reference": "85a1b251bad11c986fec2a051b10d4b80a5caa1b"
Bernd Wurst Neue Abhängigkeit für phone...

Bernd Wurst authored 6 years ago

195)             },
196)             "dist": {
197)                 "type": "zip",
Bernd Wurst update dependancies

Bernd Wurst authored 4 years ago

198)                 "url": "https://api.github.com/repos/giggsey/Locale/zipball/85a1b251bad11c986fec2a051b10d4b80a5caa1b",
199)                 "reference": "85a1b251bad11c986fec2a051b10d4b80a5caa1b",
Bernd Wurst Neue Abhängigkeit für phone...

Bernd Wurst authored 6 years ago

200)                 "shasum": ""
201)             },
202)             "require": {
203)                 "php": ">=5.3.2"
204)             },
205)             "require-dev": {
206)                 "pear/pear-core-minimal": "^1.9",
207)                 "pear/pear_exception": "^1.0",
208)                 "pear/versioncontrol_git": "^0.5",
209)                 "phing/phing": "~2.7",
Bernd Wurst update dependancies

Bernd Wurst authored 4 years ago

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

Bernd Wurst authored 6 years ago

211)                 "phpunit/phpunit": "^4.8|^5.0",
Hanno Use GoogleAuthenticator fro...

Hanno authored 5 years ago

212)                 "symfony/console": "^2.8|^3.0|^4.0",
213)                 "symfony/filesystem": "^2.8|^3.0|^4.0",
214)                 "symfony/finder": "^2.8|^3.0|^4.0",
215)                 "symfony/process": "^2.8|^3.0|^4.0"
Bernd Wurst Neue Abhängigkeit für phone...

Bernd Wurst authored 6 years ago

216)             },
217)             "type": "library",
218)             "autoload": {
219)                 "psr-4": {
220)                     "Giggsey\\Locale\\": "src/"
221)                 }
222)             },
223)             "notification-url": "https://packagist.org/downloads/",
224)             "license": [
225)                 "MIT"
226)             ],
227)             "authors": [
228)                 {
229)                     "name": "Joshua Gigg",
230)                     "email": "giggsey@gmail.com",
231)                     "homepage": "http://giggsey.com/"
232)                 }
233)             ],
234)             "description": "Locale functions required by libphonenumber-for-php",
Bernd Wurst update dependancies

Bernd Wurst authored 4 years ago

235)             "time": "2019-10-09T18:53:14+00:00"
Bernd Wurst php-iban über composer einb...

Bernd Wurst authored 6 years ago

236)         },
237)         {
238)             "name": "globalcitizen/php-iban",
Bernd Wurst update dependancies

Bernd Wurst authored 4 years ago

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

Bernd Wurst authored 6 years ago

240)             "source": {
241)                 "type": "git",
242)                 "url": "https://github.com/globalcitizen/php-iban.git",
Bernd Wurst update dependancies

Bernd Wurst authored 4 years ago

243)                 "reference": "9dc5d224b93c92fde3eabf43ec5dc12ef46dedec"
Bernd Wurst php-iban über composer einb...

Bernd Wurst authored 6 years ago

244)             },
245)             "dist": {
246)                 "type": "zip",
Bernd Wurst update dependancies

Bernd Wurst authored 4 years ago

247)                 "url": "https://api.github.com/repos/globalcitizen/php-iban/zipball/9dc5d224b93c92fde3eabf43ec5dc12ef46dedec",
248)                 "reference": "9dc5d224b93c92fde3eabf43ec5dc12ef46dedec",
Bernd Wurst php-iban über composer einb...

Bernd Wurst authored 6 years ago

249)                 "shasum": ""
250)             },
251)             "type": "library",
252)             "autoload": {
253)                 "files": [
254)                     "oophp-iban.php",
255)                     "php-iban.php"
256)                 ]
257)             },
258)             "notification-url": "https://packagist.org/downloads/",
259)             "license": [
Bernd Wurst update dependancies

Bernd Wurst authored 4 years ago

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

Bernd Wurst authored 6 years ago

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

Bernd Wurst authored 4 years ago

263)             "time": "2019-11-18T01:52:43+00:00"
Bernd Wurst Neues Modul zum Abschließen...

Bernd Wurst authored 5 years ago

264)         },
265)         {
266)             "name": "mpdf/mpdf",
Bernd Wurst updated dependancies

Bernd Wurst authored 4 years ago

267)             "version": "v7.1.9",
Bernd Wurst Neues Modul zum Abschließen...

Bernd Wurst authored 5 years ago

268)             "source": {
269)                 "type": "git",
270)                 "url": "https://github.com/mpdf/mpdf.git",
Bernd Wurst updated dependancies

Bernd Wurst authored 4 years ago

271)                 "reference": "a0fc1215d2306aa3b4ba6e97bd6ebe4bab6a88fb"
Bernd Wurst Neues Modul zum Abschließen...

Bernd Wurst authored 5 years ago

272)             },
273)             "dist": {
274)                 "type": "zip",
Bernd Wurst updated dependancies

Bernd Wurst authored 4 years ago

275)                 "url": "https://api.github.com/repos/mpdf/mpdf/zipball/a0fc1215d2306aa3b4ba6e97bd6ebe4bab6a88fb",
276)                 "reference": "a0fc1215d2306aa3b4ba6e97bd6ebe4bab6a88fb",
Bernd Wurst Neues Modul zum Abschließen...

Bernd Wurst authored 5 years ago

277)                 "shasum": ""
278)             },
279)             "require": {
280)                 "ext-gd": "*",
281)                 "ext-mbstring": "*",
Hanno Use GoogleAuthenticator fro...

Hanno authored 5 years ago

282)                 "myclabs/deep-copy": "^1.7",
Bernd Wurst Erzeuge HTML als Eingabe fü...

Bernd Wurst authored 5 years ago

283)                 "paragonie/random_compat": "^1.4|^2.0|9.99.99",
284)                 "php": "^5.6 || ~7.0.0 || ~7.1.0 || ~7.2.0 || ~7.3.0",
Bernd Wurst Neues Modul zum Abschließen...

Bernd Wurst authored 5 years ago

285)                 "psr/log": "^1.0",
286)                 "setasign/fpdi": "1.6.*"
287)             },
288)             "require-dev": {
289)                 "mockery/mockery": "^0.9.5",
290)                 "phpunit/phpunit": "^5.0",
291)                 "squizlabs/php_codesniffer": "^2.7.0",
292)                 "tracy/tracy": "^2.4"
293)             },
294)             "suggest": {
295)                 "ext-bcmath": "Needed for generation of some types of barcodes",
296)                 "ext-xml": "Needed mainly for SVG manipulation",
297)                 "ext-zlib": "Needed for compression of embedded resources, such as fonts"
298)             },
299)             "type": "library",
300)             "extra": {
301)                 "branch-alias": {
Bernd Wurst Erzeuge HTML als Eingabe fü...

Bernd Wurst authored 5 years ago

302)                     "dev-development": "7.x-dev"
Bernd Wurst Neues Modul zum Abschließen...

Bernd Wurst authored 5 years ago

303)                 }
304)             },
305)             "autoload": {
306)                 "psr-4": {
307)                     "Mpdf\\": "src/"
308)                 }
309)             },
310)             "notification-url": "https://packagist.org/downloads/",
311)             "license": [
Hanno Use GoogleAuthenticator fro...

Hanno authored 5 years ago

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

Bernd Wurst authored 5 years ago

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

Bernd Wurst authored 5 years ago

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

Bernd Wurst authored 5 years ago

325)             "homepage": "https://mpdf.github.io",
326)             "keywords": [
327)                 "pdf",
328)                 "php",
329)                 "utf-8"
330)             ],
Bernd Wurst updated dependancies

Bernd Wurst authored 4 years ago

331)             "time": "2019-02-06T13:32:19+00:00"
Hanno Use GoogleAuthenticator fro...

Hanno authored 5 years ago

332)         },
333)         {
334)             "name": "myclabs/deep-copy",
Bernd Wurst update dependancies

Bernd Wurst authored 4 years ago

335)             "version": "1.9.4",
Hanno Use GoogleAuthenticator fro...

Hanno authored 5 years ago

336)             "source": {
337)                 "type": "git",
338)                 "url": "https://github.com/myclabs/DeepCopy.git",
Bernd Wurst update dependancies

Bernd Wurst authored 4 years ago

339)                 "reference": "579bb7356d91f9456ccd505f24ca8b667966a0a7"
Hanno Use GoogleAuthenticator fro...

Hanno authored 5 years ago

340)             },
341)             "dist": {
342)                 "type": "zip",
Bernd Wurst update dependancies

Bernd Wurst authored 4 years ago

343)                 "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/579bb7356d91f9456ccd505f24ca8b667966a0a7",
344)                 "reference": "579bb7356d91f9456ccd505f24ca8b667966a0a7",
Hanno Use GoogleAuthenticator fro...

Hanno authored 5 years ago

345)                 "shasum": ""
346)             },
347)             "require": {
348)                 "php": "^7.1"
349)             },
350)             "replace": {
351)                 "myclabs/deep-copy": "self.version"
352)             },
353)             "require-dev": {
354)                 "doctrine/collections": "^1.0",
355)                 "doctrine/common": "^2.6",
356)                 "phpunit/phpunit": "^7.1"
357)             },
358)             "type": "library",
359)             "autoload": {
360)                 "psr-4": {
361)                     "DeepCopy\\": "src/DeepCopy/"
362)                 },
363)                 "files": [
364)                     "src/DeepCopy/deep_copy.php"
365)                 ]
366)             },
367)             "notification-url": "https://packagist.org/downloads/",
368)             "license": [
369)                 "MIT"
370)             ],
371)             "description": "Create deep copies (clones) of your objects",
372)             "keywords": [
373)                 "clone",
374)                 "copy",
375)                 "duplicate",
376)                 "object",
377)                 "object graph"
378)             ],
Bernd Wurst update dependancies

Bernd Wurst authored 4 years ago

379)             "time": "2019-12-15T19:12:40+00:00"
Bernd Wurst Neues Modul zum Abschließen...

Bernd Wurst authored 5 years ago

380)         },
381)         {
382)             "name": "paragonie/random_compat",
Bernd Wurst Erzeuge HTML als Eingabe fü...

Bernd Wurst authored 5 years ago

383)             "version": "v9.99.99",
Bernd Wurst Neues Modul zum Abschließen...

Bernd Wurst authored 5 years ago

384)             "source": {
385)                 "type": "git",
386)                 "url": "https://github.com/paragonie/random_compat.git",
Bernd Wurst Erzeuge HTML als Eingabe fü...

Bernd Wurst authored 5 years ago

387)                 "reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95"
Bernd Wurst Neues Modul zum Abschließen...

Bernd Wurst authored 5 years ago

388)             },
389)             "dist": {
390)                 "type": "zip",
Bernd Wurst Erzeuge HTML als Eingabe fü...

Bernd Wurst authored 5 years ago

391)                 "url": "https://api.github.com/repos/paragonie/random_compat/zipball/84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95",
392)                 "reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95",
Bernd Wurst Neues Modul zum Abschließen...

Bernd Wurst authored 5 years ago

393)                 "shasum": ""
394)             },
395)             "require": {
Bernd Wurst Erzeuge HTML als Eingabe fü...

Bernd Wurst authored 5 years ago

396)                 "php": "^7"
Bernd Wurst Neues Modul zum Abschließen...

Bernd Wurst authored 5 years ago

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

Bernd Wurst authored 5 years ago

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

Bernd Wurst authored 5 years ago

401)             },
402)             "suggest": {
403)                 "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
404)             },
405)             "type": "library",
406)             "notification-url": "https://packagist.org/downloads/",
407)             "license": [
408)                 "MIT"
409)             ],
410)             "authors": [
411)                 {
412)                     "name": "Paragon Initiative Enterprises",
413)                     "email": "security@paragonie.com",
414)                     "homepage": "https://paragonie.com"
415)                 }
416)             ],
417)             "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
418)             "keywords": [
419)                 "csprng",
Hanno Use GoogleAuthenticator fro...

Hanno authored 5 years ago

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

Bernd Wurst authored 5 years ago

421)                 "pseudorandom",
422)                 "random"
423)             ],
Bernd Wurst Erzeuge HTML als Eingabe fü...

Bernd Wurst authored 5 years ago

424)             "time": "2018-07-02T15:55:56+00:00"
425)         },
426)         {
427)             "name": "phenx/php-font-lib",
428)             "version": "0.5.1",
429)             "source": {
430)                 "type": "git",
431)                 "url": "https://github.com/PhenX/php-font-lib.git",
432)                 "reference": "760148820110a1ae0936e5cc35851e25a938bc97"
433)             },
434)             "dist": {
435)                 "type": "zip",
436)                 "url": "https://api.github.com/repos/PhenX/php-font-lib/zipball/760148820110a1ae0936e5cc35851e25a938bc97",
437)                 "reference": "760148820110a1ae0936e5cc35851e25a938bc97",
438)                 "shasum": ""
439)             },
440)             "require-dev": {
441)                 "phpunit/phpunit": "^4.8"
442)             },
443)             "type": "library",
444)             "autoload": {
445)                 "psr-4": {
446)                     "FontLib\\": "src/FontLib"
447)                 }
448)             },
449)             "notification-url": "https://packagist.org/downloads/",
450)             "license": [
451)                 "LGPL-3.0"
452)             ],
453)             "authors": [
454)                 {
455)                     "name": "Fabien Ménager",
456)                     "email": "fabien.menager@gmail.com"
457)                 }
458)             ],
459)             "description": "A library to read, parse, export and make subsets of different types of font files.",
460)             "homepage": "https://github.com/PhenX/php-font-lib",
461)             "time": "2017-09-13T16:14:37+00:00"
462)         },
463)         {
464)             "name": "phenx/php-svg-lib",
Bernd Wurst update dependancies

Bernd Wurst authored 4 years ago

465)             "version": "v0.3.3",
Bernd Wurst Erzeuge HTML als Eingabe fü...

Bernd Wurst authored 5 years ago

466)             "source": {
467)                 "type": "git",
468)                 "url": "https://github.com/PhenX/php-svg-lib.git",
Bernd Wurst update dependancies

Bernd Wurst authored 4 years ago

469)                 "reference": "5fa61b65e612ce1ae15f69b3d223cb14ecc60e32"
Bernd Wurst Erzeuge HTML als Eingabe fü...

Bernd Wurst authored 5 years ago

470)             },
471)             "dist": {
472)                 "type": "zip",
Bernd Wurst update dependancies

Bernd Wurst authored 4 years ago

473)                 "url": "https://api.github.com/repos/PhenX/php-svg-lib/zipball/5fa61b65e612ce1ae15f69b3d223cb14ecc60e32",
474)                 "reference": "5fa61b65e612ce1ae15f69b3d223cb14ecc60e32",
Bernd Wurst Erzeuge HTML als Eingabe fü...

Bernd Wurst authored 5 years ago

475)                 "shasum": ""
476)             },
477)             "require": {
Bernd Wurst update dependancies

Bernd Wurst authored 4 years ago

478)                 "sabberworm/php-css-parser": "^8.3"
Bernd Wurst Erzeuge HTML als Eingabe fü...

Bernd Wurst authored 5 years ago

479)             },
480)             "require-dev": {
Bernd Wurst update dependancies

Bernd Wurst authored 4 years ago

481)                 "phpunit/phpunit": "^5.5|^6.5"
Bernd Wurst Erzeuge HTML als Eingabe fü...

Bernd Wurst authored 5 years ago

482)             },
483)             "type": "library",
484)             "autoload": {
Bernd Wurst update dependancies

Bernd Wurst authored 4 years ago

485)                 "psr-4": {
486)                     "Svg\\": "src/Svg"
Bernd Wurst Erzeuge HTML als Eingabe fü...

Bernd Wurst authored 5 years ago

487)                 }
488)             },
489)             "notification-url": "https://packagist.org/downloads/",
490)             "license": [
491)                 "LGPL-3.0"
492)             ],
493)             "authors": [
494)                 {
495)                     "name": "Fabien Ménager",
496)                     "email": "fabien.menager@gmail.com"
497)                 }
498)             ],
499)             "description": "A library to read, parse and export to PDF SVG files.",
500)             "homepage": "https://github.com/PhenX/php-svg-lib",
Bernd Wurst update dependancies

Bernd Wurst authored 4 years ago

501)             "time": "2019-09-11T20:02:13+00:00"
Hanno Use GoogleAuthenticator fro...

Hanno authored 5 years ago

502)         },
503)         {
504)             "name": "phpgangsta/googleauthenticator",
505)             "version": "dev-master",
506)             "source": {
507)                 "type": "git",
508)                 "url": "https://github.com/PHPGangsta/GoogleAuthenticator.git",
Bernd Wurst updated dependancies

Bernd Wurst authored 4 years ago

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

Hanno authored 5 years ago

510)             },
511)             "dist": {
512)                 "type": "zip",
Bernd Wurst updated dependancies

Bernd Wurst authored 4 years ago

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

Hanno authored 5 years ago

515)                 "shasum": ""
516)             },
517)             "require": {
518)                 "php": ">=5.3"
519)             },
520)             "type": "library",
521)             "autoload": {
522)                 "classmap": [
523)                     "PHPGangsta/GoogleAuthenticator.php"
524)                 ]
525)             },
526)             "notification-url": "https://packagist.org/downloads/",
527)             "license": [
528)                 "BSD-4-Clause"
529)             ],
530)             "authors": [
531)                 {
532)                     "name": "Michael Kliewe",
Bernd Wurst updated dependancies

Bernd Wurst authored 4 years ago

533)                     "role": "Developer",
Hanno Use GoogleAuthenticator fro...

Hanno authored 5 years ago

534)                     "email": "info@phpgangsta.de",
Bernd Wurst updated dependancies

Bernd Wurst authored 4 years ago

535)                     "homepage": "http://www.phpgangsta.de/"
Hanno Use GoogleAuthenticator fro...

Hanno authored 5 years ago

536)                 }
537)             ],
538)             "description": "Google Authenticator 2-factor authentication",
539)             "keywords": [
540)                 "googleauthenticator",
541)                 "rfc6238",
542)                 "totp"
543)             ],
Bernd Wurst updated dependancies

Bernd Wurst authored 4 years ago

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

Bernd Wurst authored 5 years ago

545)         },
546)         {
547)             "name": "psr/log",
Bernd Wurst update dependancies

Bernd Wurst authored 4 years ago

548)             "version": "1.1.2",
Bernd Wurst Neues Modul zum Abschließen...

Bernd Wurst authored 5 years ago

549)             "source": {
550)                 "type": "git",
551)                 "url": "https://github.com/php-fig/log.git",
Bernd Wurst update dependancies

Bernd Wurst authored 4 years ago

552)                 "reference": "446d54b4cb6bf489fc9d75f55843658e6f25d801"
Bernd Wurst Neues Modul zum Abschließen...

Bernd Wurst authored 5 years ago

553)             },
554)             "dist": {
555)                 "type": "zip",
Bernd Wurst update dependancies

Bernd Wurst authored 4 years ago

556)                 "url": "https://api.github.com/repos/php-fig/log/zipball/446d54b4cb6bf489fc9d75f55843658e6f25d801",
557)                 "reference": "446d54b4cb6bf489fc9d75f55843658e6f25d801",
Bernd Wurst Neues Modul zum Abschließen...

Bernd Wurst authored 5 years ago

558)                 "shasum": ""
559)             },
560)             "require": {
561)                 "php": ">=5.3.0"
562)             },
563)             "type": "library",
564)             "extra": {
565)                 "branch-alias": {
Bernd Wurst update dependancies

Bernd Wurst authored 4 years ago

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

Bernd Wurst authored 5 years ago

567)                 }
568)             },
569)             "autoload": {
570)                 "psr-4": {
571)                     "Psr\\Log\\": "Psr/Log/"
572)                 }
573)             },
574)             "notification-url": "https://packagist.org/downloads/",
575)             "license": [
576)                 "MIT"
577)             ],
578)             "authors": [
579)                 {
580)                     "name": "PHP-FIG",
581)                     "homepage": "http://www.php-fig.org/"
582)                 }
583)             ],
584)             "description": "Common interface for logging libraries",
585)             "homepage": "https://github.com/php-fig/log",
586)             "keywords": [
587)                 "log",
588)                 "psr",
589)                 "psr-3"
590)             ],
Bernd Wurst update dependancies

Bernd Wurst authored 4 years ago

591)             "time": "2019-11-01T11:05:21+00:00"
Bernd Wurst Erzeuge HTML als Eingabe fü...

Bernd Wurst authored 5 years ago

592)         },
593)         {
594)             "name": "sabberworm/php-css-parser",
Bernd Wurst update dependancies

Bernd Wurst authored 4 years ago

595)             "version": "8.3.0",
Bernd Wurst Erzeuge HTML als Eingabe fü...

Bernd Wurst authored 5 years ago

596)             "source": {
597)                 "type": "git",
598)                 "url": "https://github.com/sabberworm/PHP-CSS-Parser.git",
Bernd Wurst update dependancies

Bernd Wurst authored 4 years ago

599)                 "reference": "91bcc3e3fdb7386c9a2e0e0aa09ca75cc43f121f"
Bernd Wurst Erzeuge HTML als Eingabe fü...

Bernd Wurst authored 5 years ago

600)             },
601)             "dist": {
602)                 "type": "zip",
Bernd Wurst update dependancies

Bernd Wurst authored 4 years ago

603)                 "url": "https://api.github.com/repos/sabberworm/PHP-CSS-Parser/zipball/91bcc3e3fdb7386c9a2e0e0aa09ca75cc43f121f",
604)                 "reference": "91bcc3e3fdb7386c9a2e0e0aa09ca75cc43f121f",
Bernd Wurst Erzeuge HTML als Eingabe fü...

Bernd Wurst authored 5 years ago

605)                 "shasum": ""
606)             },
607)             "require": {
608)                 "php": ">=5.3.2"
609)             },
610)             "require-dev": {
Bernd Wurst update dependancies

Bernd Wurst authored 4 years ago

611)                 "codacy/coverage": "^1.4",
612)                 "phpunit/phpunit": "~4.8"
Bernd Wurst Erzeuge HTML als Eingabe fü...

Bernd Wurst authored 5 years ago

613)             },
614)             "type": "library",
615)             "autoload": {
616)                 "psr-0": {
617)                     "Sabberworm\\CSS": "lib/"
618)                 }
619)             },
620)             "notification-url": "https://packagist.org/downloads/",
621)             "license": [
622)                 "MIT"
623)             ],
624)             "authors": [
625)                 {
626)                     "name": "Raphael Schweikert"
627)                 }
628)             ],
629)             "description": "Parser for CSS Files written in PHP",
630)             "homepage": "http://www.sabberworm.com/blog/2010/6/10/php-css-parser",
631)             "keywords": [
632)                 "css",
633)                 "parser",
634)                 "stylesheet"
635)             ],
Bernd Wurst update dependancies

Bernd Wurst authored 4 years ago

636)             "time": "2019-02-22T07:42:52+00:00"
Bernd Wurst Neues Modul zum Abschließen...

Bernd Wurst authored 5 years ago

637)         },
638)         {
639)             "name": "setasign/fpdi",
640)             "version": "1.6.2",
641)             "source": {
642)                 "type": "git",
643)                 "url": "https://github.com/Setasign/FPDI.git",
644)                 "reference": "a6ad58897a6d97cc2d2cd2adaeda343b25a368ea"
645)             },
646)             "dist": {
647)                 "type": "zip",
648)                 "url": "https://api.github.com/repos/Setasign/FPDI/zipball/a6ad58897a6d97cc2d2cd2adaeda343b25a368ea",
649)                 "reference": "a6ad58897a6d97cc2d2cd2adaeda343b25a368ea",
650)                 "shasum": ""
651)             },
652)             "suggest": {
653)                 "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.",
654)                 "setasign/fpdi-fpdf": "Use this package to automatically evaluate dependencies to FPDF.",
655)                 "setasign/fpdi-tcpdf": "Use this package to automatically evaluate dependencies to TCPDF."
656)             },
657)             "type": "library",
658)             "autoload": {
659)                 "classmap": [
660)                     "filters/",
661)                     "fpdi.php",
662)                     "fpdf_tpl.php",
663)                     "fpdi_pdf_parser.php",
664)                     "pdf_context.php"
665)                 ]
666)             },
667)             "notification-url": "https://packagist.org/downloads/",
668)             "license": [
669)                 "MIT"
670)             ],
671)             "authors": [
672)                 {
673)                     "name": "Jan Slabon",
674)                     "email": "jan.slabon@setasign.com",
675)                     "homepage": "https://www.setasign.com"
676)                 }
677)             ],
678)             "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.",
679)             "homepage": "https://www.setasign.com/fpdi",
680)             "keywords": [
681)                 "fpdf",
682)                 "fpdi",
683)                 "pdf"
684)             ],
685)             "time": "2017-05-11T14:25:49+00:00"
Hanno Böck Add composer dependency for...

Hanno Böck authored 7 years ago

686)         }
687)     ],
688)     "packages-dev": [],
689)     "aliases": [],
690)     "minimum-stability": "stable",
Hanno Use GoogleAuthenticator fro...

Hanno authored 5 years ago

691)     "stability-flags": {
Bernd Wurst Erzeuge HTML als Eingabe fü...

Bernd Wurst authored 5 years ago

692)         "dompdf/dompdf": 20,
Hanno Use GoogleAuthenticator fro...

Hanno authored 5 years ago

693)         "phpgangsta/googleauthenticator": 20
694)     },