Neue Abhängigkeit für phone...
Bernd Wurst authored 6 years ago
|
53) },
54) {
55) "name": "giggsey/libphonenumber-for-php",
56) "version": "8.8.9",
57) "source": {
58) "type": "git",
59) "url": "https://github.com/giggsey/libphonenumber-for-php.git",
60) "reference": "44e2fb8ee3a62c3fd00fb8a37fe0bad394992c2e"
61) },
62) "dist": {
63) "type": "zip",
64) "url": "https://api.github.com/repos/giggsey/libphonenumber-for-php/zipball/44e2fb8ee3a62c3fd00fb8a37fe0bad394992c2e",
65) "reference": "44e2fb8ee3a62c3fd00fb8a37fe0bad394992c2e",
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",
79) "satooshi/php-coveralls": "^1.0",
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) ],
120) "time": "2018-01-09T19:14:30+00:00"
121) },
122) {
123) "name": "giggsey/locale",
124) "version": "1.4",
125) "source": {
126) "type": "git",
127) "url": "https://github.com/giggsey/Locale.git",
128) "reference": "e351a72ad6af6b41b690efdeffe1138fe5cc8b9c"
129) },
130) "dist": {
131) "type": "zip",
132) "url": "https://api.github.com/repos/giggsey/Locale/zipball/e351a72ad6af6b41b690efdeffe1138fe5cc8b9c",
133) "reference": "e351a72ad6af6b41b690efdeffe1138fe5cc8b9c",
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",
146) "symfony/console": "^2.8|^3.0",
147) "symfony/filesystem": "^2.8|^3.0",
148) "symfony/finder": "^2.8|^3.0",
149) "symfony/process": "^2.8|^3.0"
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",
169) "time": "2017-11-01T21:34:27+00:00"
|
Neues Modul zum Abschließen...
Bernd Wurst authored 6 years ago
|
198) },
199) {
200) "name": "mpdf/mpdf",
201) "version": "v7.0.3",
202) "source": {
203) "type": "git",
204) "url": "https://github.com/mpdf/mpdf.git",
205) "reference": "5681a0cae1eea197143d5d27f06e19b0523cd8d6"
206) },
207) "dist": {
208) "type": "zip",
209) "url": "https://api.github.com/repos/mpdf/mpdf/zipball/5681a0cae1eea197143d5d27f06e19b0523cd8d6",
210) "reference": "5681a0cae1eea197143d5d27f06e19b0523cd8d6",
211) "shasum": ""
212) },
213) "require": {
214) "ext-gd": "*",
215) "ext-mbstring": "*",
216) "paragonie/random_compat": "^1.4|^2.0",
217) "php": "^5.6 || ~7.0.0 || ~7.1.0 || ~7.2.0",
218) "psr/log": "^1.0",
219) "setasign/fpdi": "1.6.*"
220) },
221) "require-dev": {
222) "mockery/mockery": "^0.9.5",
223) "phpunit/phpunit": "^5.0",
224) "squizlabs/php_codesniffer": "^2.7.0",
225) "tracy/tracy": "^2.4"
226) },
227) "suggest": {
228) "ext-bcmath": "Needed for generation of some types of barcodes",
229) "ext-xml": "Needed mainly for SVG manipulation",
230) "ext-zlib": "Needed for compression of embedded resources, such as fonts"
231) },
232) "type": "library",
233) "extra": {
234) "branch-alias": {
235) "dev-development": "7.0-dev"
236) }
237) },
238) "autoload": {
239) "psr-4": {
240) "Mpdf\\": "src/"
241) }
242) },
243) "notification-url": "https://packagist.org/downloads/",
244) "license": [
245) "GPL-2.0"
246) ],
247) "authors": [
248) {
249) "name": "Matěj Humpál",
250) "role": "Developer, maintainer"
251) },
252) {
253) "name": "Ian Back",
254) "role": "Developer (retired)"
255) }
256) ],
257) "description": "A PHP class to generate PDF files from HTML with Unicode/UTF-8 and CJK support",
258) "homepage": "https://mpdf.github.io",
259) "keywords": [
260) "pdf",
261) "php",
262) "utf-8"
263) ],
264) "time": "2018-01-03T07:32:36+00:00"
265) },
266) {
267) "name": "paragonie/random_compat",
268) "version": "v2.0.12",
269) "source": {
270) "type": "git",
271) "url": "https://github.com/paragonie/random_compat.git",
272) "reference": "258c89a6b97de7dfaf5b8c7607d0478e236b04fb"
273) },
274) "dist": {
275) "type": "zip",
276) "url": "https://api.github.com/repos/paragonie/random_compat/zipball/258c89a6b97de7dfaf5b8c7607d0478e236b04fb",
277) "reference": "258c89a6b97de7dfaf5b8c7607d0478e236b04fb",
278) "shasum": ""
279) },
280) "require": {
281) "php": ">=5.2.0"
282) },
283) "require-dev": {
284) "phpunit/phpunit": "4.*|5.*"
285) },
286) "suggest": {
287) "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
288) },
289) "type": "library",
290) "autoload": {
291) "files": [
292) "lib/random.php"
293) ]
294) },
295) "notification-url": "https://packagist.org/downloads/",
296) "license": [
297) "MIT"
298) ],
299) "authors": [
300) {
301) "name": "Paragon Initiative Enterprises",
302) "email": "security@paragonie.com",
303) "homepage": "https://paragonie.com"
304) }
305) ],
306) "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
307) "keywords": [
308) "csprng",
309) "pseudorandom",
310) "random"
311) ],
312) "time": "2018-04-04T21:24:14+00:00"
313) },
314) {
315) "name": "psr/log",
316) "version": "1.0.2",
317) "source": {
318) "type": "git",
319) "url": "https://github.com/php-fig/log.git",
320) "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
321) },
322) "dist": {
323) "type": "zip",
324) "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
325) "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
326) "shasum": ""
327) },
328) "require": {
329) "php": ">=5.3.0"
330) },
331) "type": "library",
332) "extra": {
333) "branch-alias": {
334) "dev-master": "1.0.x-dev"
335) }
336) },
337) "autoload": {
338) "psr-4": {
339) "Psr\\Log\\": "Psr/Log/"
340) }
341) },
342) "notification-url": "https://packagist.org/downloads/",
343) "license": [
344) "MIT"
345) ],
346) "authors": [
347) {
348) "name": "PHP-FIG",
349) "homepage": "http://www.php-fig.org/"
350) }
351) ],
352) "description": "Common interface for logging libraries",
353) "homepage": "https://github.com/php-fig/log",
354) "keywords": [
355) "log",
356) "psr",
357) "psr-3"
358) ],
359) "time": "2016-10-10T12:19:37+00:00"
360) },
361) {
362) "name": "setasign/fpdi",
363) "version": "1.6.2",
364) "source": {
365) "type": "git",
366) "url": "https://github.com/Setasign/FPDI.git",
367) "reference": "a6ad58897a6d97cc2d2cd2adaeda343b25a368ea"
368) },
369) "dist": {
370) "type": "zip",
371) "url": "https://api.github.com/repos/Setasign/FPDI/zipball/a6ad58897a6d97cc2d2cd2adaeda343b25a368ea",
372) "reference": "a6ad58897a6d97cc2d2cd2adaeda343b25a368ea",
373) "shasum": ""
374) },
375) "suggest": {
376) "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.",
377) "setasign/fpdi-fpdf": "Use this package to automatically evaluate dependencies to FPDF.",
378) "setasign/fpdi-tcpdf": "Use this package to automatically evaluate dependencies to TCPDF."
379) },
380) "type": "library",
381) "autoload": {
382) "classmap": [
383) "filters/",
384) "fpdi.php",
385) "fpdf_tpl.php",
386) "fpdi_pdf_parser.php",
387) "pdf_context.php"
388) ]
389) },
390) "notification-url": "https://packagist.org/downloads/",
391) "license": [
392) "MIT"
393) ],
394) "authors": [
395) {
396) "name": "Jan Slabon",
397) "email": "jan.slabon@setasign.com",
398) "homepage": "https://www.setasign.com"
399) }
400) ],
401) "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.",
402) "homepage": "https://www.setasign.com/fpdi",
403) "keywords": [
404) "fpdf",
405) "fpdi",
406) "pdf"
407) ],
408) "time": "2017-05-11T14:25:49+00:00"
|