b1aba728abbd1bedb5a8ec7e4a2215b9d4e69e2a
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 Erzeuge HTML als Eingabe fü...

Bernd Wurst authored 5 years ago

7)     "content-hash": "a0dd425da3b01b07ca5557067dff6794",
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)         },
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",
60)                 "reference": "75f13c700009be21a1965dc2c5b68a8708c22ba2"
61)             },
62)             "dist": {
63)                 "type": "zip",
64)                 "url": "https://api.github.com/repos/dompdf/dompdf/zipball/75f13c700009be21a1965dc2c5b68a8708c22ba2",
65)                 "reference": "75f13c700009be21a1965dc2c5b68a8708c22ba2",
66)                 "shasum": ""
67)             },
68)             "require": {
69)                 "ext-dom": "*",
70)                 "ext-mbstring": "*",
71)                 "phenx/php-font-lib": "0.5.*",
72)                 "phenx/php-svg-lib": "0.3.*",
73)                 "php": ">=5.4.0"
74)             },
75)             "require-dev": {
76)                 "phpunit/phpunit": "^4.8|^5.5|^6.5",
77)                 "squizlabs/php_codesniffer": "2.*"
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",
118)             "time": "2018-12-14T02:40:31+00:00"
119)         },
Bernd Wurst Neue Abhängigkeit für phone...

Bernd Wurst authored 6 years ago

120)         {
121)             "name": "giggsey/libphonenumber-for-php",
Bernd Wurst Erzeuge HTML als Eingabe fü...

Bernd Wurst authored 5 years ago

122)             "version": "8.10.2",
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 Erzeuge HTML als Eingabe fü...

Bernd Wurst authored 5 years ago

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

Bernd Wurst authored 6 years ago

127)             },
128)             "dist": {
129)                 "type": "zip",
Bernd Wurst Erzeuge HTML als Eingabe fü...

Bernd Wurst authored 5 years ago

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

Bernd Wurst authored 6 years ago

132)                 "shasum": ""
133)             },
134)             "require": {
135)                 "ext-mbstring": "*",
136)                 "giggsey/locale": "^1.2",
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 Erzeuge HTML als Eingabe fü...

Bernd Wurst authored 5 years ago

186)             "time": "2018-12-06T10:42:08+00:00"
Bernd Wurst Neue Abhängigkeit für phone...

Bernd Wurst authored 6 years ago

187)         },
188)         {
189)             "name": "giggsey/locale",
Bernd Wurst Erzeuge HTML als Eingabe fü...

Bernd Wurst authored 5 years ago

190)             "version": "1.6",
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 Erzeuge HTML als Eingabe fü...

Bernd Wurst authored 5 years ago

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

Bernd Wurst authored 6 years ago

195)             },
196)             "dist": {
197)                 "type": "zip",
Bernd Wurst Erzeuge HTML als Eingabe fü...

Bernd Wurst authored 5 years ago

198)                 "url": "https://api.github.com/repos/giggsey/Locale/zipball/da6845720b5d104d319d7e84576f54e44dd9e4f5",
199)                 "reference": "da6845720b5d104d319d7e84576f54e44dd9e4f5",
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",
210)                 "phpunit/phpunit": "^4.8|^5.0",
211)                 "satooshi/php-coveralls": "^1.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 Erzeuge HTML als Eingabe fü...

Bernd Wurst authored 5 years ago

235)             "time": "2018-10-18T07:17:52+00:00"
Bernd Wurst php-iban über composer einb...

Bernd Wurst authored 6 years ago

236)         },
237)         {
238)             "name": "globalcitizen/php-iban",
Bernd Wurst Erzeuge HTML als Eingabe fü...

Bernd Wurst authored 5 years ago

239)             "version": "v2.6.9",
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 Erzeuge HTML als Eingabe fü...

Bernd Wurst authored 5 years ago

243)                 "reference": "16b8c416e8a4047b52dca00794f161bfa68afb7a"
Bernd Wurst php-iban über composer einb...

Bernd Wurst authored 6 years ago

244)             },
245)             "dist": {
246)                 "type": "zip",
Bernd Wurst Erzeuge HTML als Eingabe fü...

Bernd Wurst authored 5 years ago

247)                 "url": "https://api.github.com/repos/globalcitizen/php-iban/zipball/16b8c416e8a4047b52dca00794f161bfa68afb7a",
248)                 "reference": "16b8c416e8a4047b52dca00794f161bfa68afb7a",
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": [
260)                 "LGPL-3.0"
261)             ],
262)             "description": "php-iban is a library for parsing and validating IBAN (and IIBAN) bank account information.",
Bernd Wurst Erzeuge HTML als Eingabe fü...

Bernd Wurst authored 5 years ago

263)             "time": "2018-08-14T00:04:02+00:00"
Bernd Wurst Neues Modul zum Abschließen...

Bernd Wurst authored 5 years ago

264)         },
265)         {
266)             "name": "mpdf/mpdf",
Bernd Wurst Erzeuge HTML als Eingabe fü...

Bernd Wurst authored 5 years ago

267)             "version": "v7.1.7",
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 Erzeuge HTML als Eingabe fü...

Bernd Wurst authored 5 years ago

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

Bernd Wurst authored 5 years ago

272)             },
273)             "dist": {
274)                 "type": "zip",
Bernd Wurst Erzeuge HTML als Eingabe fü...

Bernd Wurst authored 5 years ago

275)                 "url": "https://api.github.com/repos/mpdf/mpdf/zipball/ac60286a7dc5250c293afebd2bd9414e58a02466",
276)                 "reference": "ac60286a7dc5250c293afebd2bd9414e58a02466",
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 Erzeuge HTML als Eingabe fü...

Bernd Wurst authored 5 years ago

331)             "time": "2018-11-29T18:21:32+00:00"
Hanno Use GoogleAuthenticator fro...

Hanno authored 5 years ago

332)         },
333)         {
334)             "name": "myclabs/deep-copy",
335)             "version": "1.8.1",
336)             "source": {
337)                 "type": "git",
338)                 "url": "https://github.com/myclabs/DeepCopy.git",
339)                 "reference": "3e01bdad3e18354c3dce54466b7fbe33a9f9f7f8"
340)             },
341)             "dist": {
342)                 "type": "zip",
343)                 "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/3e01bdad3e18354c3dce54466b7fbe33a9f9f7f8",
344)                 "reference": "3e01bdad3e18354c3dce54466b7fbe33a9f9f7f8",
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)             ],
379)             "time": "2018-06-11T23:09:50+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",
465)             "version": "v0.3.2",
466)             "source": {
467)                 "type": "git",
468)                 "url": "https://github.com/PhenX/php-svg-lib.git",
469)                 "reference": "ccc46ef6340d4b8a4a68047e68d8501ea961442c"
470)             },
471)             "dist": {
472)                 "type": "zip",
473)                 "url": "https://api.github.com/repos/PhenX/php-svg-lib/zipball/ccc46ef6340d4b8a4a68047e68d8501ea961442c",
474)                 "reference": "ccc46ef6340d4b8a4a68047e68d8501ea961442c",
475)                 "shasum": ""
476)             },
477)             "require": {
478)                 "sabberworm/php-css-parser": "8.1.*"
479)             },
480)             "require-dev": {
481)                 "phpunit/phpunit": "~5.0"
482)             },
483)             "type": "library",
484)             "autoload": {
485)                 "psr-0": {
486)                     "Svg\\": "src/"
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",
501)             "time": "2018-06-03T10:10:03+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",
509)                 "reference": "3baa997f399d4afd5d6a81d42244ec9cc3eeb080"
510)             },
511)             "dist": {
512)                 "type": "zip",
513)                 "url": "https://api.github.com/repos/PHPGangsta/GoogleAuthenticator/zipball/3baa997f399d4afd5d6a81d42244ec9cc3eeb080",
514)                 "reference": "3baa997f399d4afd5d6a81d42244ec9cc3eeb080",
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",
533)                     "email": "info@phpgangsta.de",
534)                     "homepage": "http://www.phpgangsta.de/",
535)                     "role": "Developer"
536)                 }
537)             ],
538)             "description": "Google Authenticator 2-factor authentication",
539)             "keywords": [
540)                 "googleauthenticator",
541)                 "rfc6238",
542)                 "totp"
543)             ],
544)             "time": "2016-10-08T16:35:34+00:00"
Bernd Wurst Neues Modul zum Abschließen...

Bernd Wurst authored 5 years ago

545)         },
546)         {
547)             "name": "psr/log",
Bernd Wurst Erzeuge HTML als Eingabe fü...

Bernd Wurst authored 5 years ago

548)             "version": "1.1.0",
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 Erzeuge HTML als Eingabe fü...

Bernd Wurst authored 5 years ago

552)                 "reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd"
Bernd Wurst Neues Modul zum Abschließen...

Bernd Wurst authored 5 years ago

553)             },
554)             "dist": {
555)                 "type": "zip",
Bernd Wurst Erzeuge HTML als Eingabe fü...

Bernd Wurst authored 5 years ago

556)                 "url": "https://api.github.com/repos/php-fig/log/zipball/6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd",
557)                 "reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd",
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": {
566)                     "dev-master": "1.0.x-dev"
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 Erzeuge HTML als Eingabe fü...

Bernd Wurst authored 5 years ago

591)             "time": "2018-11-20T15:27:04+00:00"
592)         },
593)         {
594)             "name": "sabberworm/php-css-parser",
595)             "version": "8.1.0",
596)             "source": {
597)                 "type": "git",
598)                 "url": "https://github.com/sabberworm/PHP-CSS-Parser.git",
599)                 "reference": "850cbbcbe7fbb155387a151ea562897a67e242ef"
600)             },
601)             "dist": {
602)                 "type": "zip",
603)                 "url": "https://api.github.com/repos/sabberworm/PHP-CSS-Parser/zipball/850cbbcbe7fbb155387a151ea562897a67e242ef",
604)                 "reference": "850cbbcbe7fbb155387a151ea562897a67e242ef",
605)                 "shasum": ""
606)             },
607)             "require": {
608)                 "php": ">=5.3.2"
609)             },
610)             "require-dev": {
611)                 "phpunit/phpunit": "*"
612)             },
613)             "type": "library",
614)             "autoload": {
615)                 "psr-0": {
616)                     "Sabberworm\\CSS": "lib/"
617)                 }
618)             },
619)             "notification-url": "https://packagist.org/downloads/",
620)             "license": [
621)                 "MIT"
622)             ],
623)             "authors": [
624)                 {
625)                     "name": "Raphael Schweikert"
626)                 }
627)             ],
628)             "description": "Parser for CSS Files written in PHP",
629)             "homepage": "http://www.sabberworm.com/blog/2010/6/10/php-css-parser",
630)             "keywords": [
631)                 "css",
632)                 "parser",
633)                 "stylesheet"
634)             ],
635)             "time": "2016-07-19T19:14:21+00:00"
Bernd Wurst Neues Modul zum Abschließen...

Bernd Wurst authored 5 years ago

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

Hanno Böck authored 7 years ago

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

Hanno authored 5 years ago

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

Bernd Wurst authored 5 years ago

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

Hanno authored 5 years ago

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