PluginProbe ʕ •ᴥ•ʔ
Booking for Appointments and Events Calendar – Amelia / 1.2.20
Booking for Appointments and Events Calendar – Amelia v1.2.20
2.4.4 2.4.3 2.4.2 2.4.1 2.4 trunk 1.2.1 1.2.10 1.2.11 1.2.12 1.2.13 1.2.14 1.2.15 1.2.16 1.2.17 1.2.18 1.2.19 1.2.2 1.2.20 1.2.21 1.2.22 1.2.23 1.2.24 1.2.25 1.2.26 1.2.27 1.2.28 1.2.29 1.2.3 1.2.30 1.2.31 1.2.32 1.2.33 1.2.34 1.2.35 1.2.36 1.2.37 1.2.38 1.2.4 1.2.5 1.2.6 1.2.7 1.2.8 1.2.9 2.0 2.0.1 2.0.2 2.1 2.1.1 2.1.2 2.1.3 2.2 2.2.1 2.3
ameliabooking / vendor / composer / installed.json
ameliabooking / vendor / composer Last commit date
ClassLoader.php 2 years ago InstalledVersions.php 2 years ago LICENSE 7 years ago autoload_classmap.php 1 year ago autoload_files.php 1 year ago autoload_namespaces.php 1 year ago autoload_psr4.php 1 year ago autoload_real.php 1 year ago autoload_static.php 1 year ago installed.json 1 year ago installed.php 1 year ago platform_check.php 1 year ago
installed.json
4044 lines
1 {
2 "packages": [
3 {
4 "name": "apimatic/core",
5 "version": "0.3.11",
6 "version_normalized": "0.3.11.0",
7 "source": {
8 "type": "git",
9 "url": "https://github.com/apimatic/core-lib-php.git",
10 "reference": "2274f103f9f210664f546f504e4559d772a81fee"
11 },
12 "dist": {
13 "type": "zip",
14 "url": "https://api.github.com/repos/apimatic/core-lib-php/zipball/2274f103f9f210664f546f504e4559d772a81fee",
15 "reference": "2274f103f9f210664f546f504e4559d772a81fee",
16 "shasum": ""
17 },
18 "require": {
19 "apimatic/core-interfaces": "~0.1.5",
20 "apimatic/jsonmapper": "^3.1.1",
21 "ext-curl": "*",
22 "ext-dom": "*",
23 "ext-json": "*",
24 "ext-libxml": "*",
25 "php": "^7.2 || ^8.0",
26 "php-jsonpointer/php-jsonpointer": "^3.0.2",
27 "psr/log": "^1.1.4 || ^2.0.0 || ^3.0.0"
28 },
29 "require-dev": {
30 "phan/phan": "5.4.2",
31 "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
32 "squizlabs/php_codesniffer": "^3.5"
33 },
34 "time": "2024-07-08T11:50:08+00:00",
35 "type": "library",
36 "installation-source": "dist",
37 "autoload": {
38 "psr-4": {
39 "Core\\": "src/"
40 }
41 },
42 "notification-url": "https://packagist.org/downloads/",
43 "license": [
44 "MIT"
45 ],
46 "description": "Core logic and the utilities for the Apimatic's PHP SDK",
47 "homepage": "https://github.com/apimatic/core-lib-php",
48 "keywords": [
49 "apimatic",
50 "core",
51 "corelib",
52 "php"
53 ],
54 "install-path": "../apimatic/core"
55 },
56 {
57 "name": "apimatic/core-interfaces",
58 "version": "0.1.5",
59 "version_normalized": "0.1.5.0",
60 "source": {
61 "type": "git",
62 "url": "https://github.com/apimatic/core-interfaces-php.git",
63 "reference": "b4f1bffc8be79584836f70af33c65e097eec155c"
64 },
65 "dist": {
66 "type": "zip",
67 "url": "https://api.github.com/repos/apimatic/core-interfaces-php/zipball/b4f1bffc8be79584836f70af33c65e097eec155c",
68 "reference": "b4f1bffc8be79584836f70af33c65e097eec155c",
69 "shasum": ""
70 },
71 "require": {
72 "php": "^7.2 || ^8.0"
73 },
74 "time": "2024-05-09T06:32:07+00:00",
75 "type": "library",
76 "installation-source": "dist",
77 "autoload": {
78 "psr-4": {
79 "CoreInterfaces\\": "src/"
80 }
81 },
82 "notification-url": "https://packagist.org/downloads/",
83 "license": [
84 "MIT"
85 ],
86 "description": "Definition of the behavior of apimatic/core, apimatic/unirest-php and Apimatic's PHP SDK",
87 "homepage": "https://github.com/apimatic/core-interfaces-php",
88 "keywords": [
89 "apimatic",
90 "core",
91 "corelib",
92 "interface",
93 "php",
94 "unirest"
95 ],
96 "install-path": "../apimatic/core-interfaces"
97 },
98 {
99 "name": "apimatic/jsonmapper",
100 "version": "3.1.4",
101 "version_normalized": "3.1.4.0",
102 "source": {
103 "type": "git",
104 "url": "https://github.com/apimatic/jsonmapper.git",
105 "reference": "407b455d2adda2efa51a44b99400389fbee0394e"
106 },
107 "dist": {
108 "type": "zip",
109 "url": "https://api.github.com/repos/apimatic/jsonmapper/zipball/407b455d2adda2efa51a44b99400389fbee0394e",
110 "reference": "407b455d2adda2efa51a44b99400389fbee0394e",
111 "shasum": ""
112 },
113 "require": {
114 "ext-json": "*",
115 "php": "^5.6 || ^7.0 || ^8.0"
116 },
117 "require-dev": {
118 "phpunit/phpunit": "^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0",
119 "squizlabs/php_codesniffer": "^3.0.0"
120 },
121 "time": "2024-06-11T11:48:30+00:00",
122 "type": "library",
123 "installation-source": "dist",
124 "autoload": {
125 "psr-4": {
126 "apimatic\\jsonmapper\\": "src/"
127 }
128 },
129 "notification-url": "https://packagist.org/downloads/",
130 "license": [
131 "OSL-3.0"
132 ],
133 "authors": [
134 {
135 "name": "Christian Weiske",
136 "email": "christian.weiske@netresearch.de",
137 "homepage": "http://www.netresearch.de/",
138 "role": "Developer"
139 },
140 {
141 "name": "Mehdi Jaffery",
142 "email": "mehdi.jaffery@apimatic.io",
143 "homepage": "http://apimatic.io/",
144 "role": "Developer"
145 }
146 ],
147 "description": "Map nested JSON structures onto PHP classes",
148 "install-path": "../apimatic/jsonmapper"
149 },
150 {
151 "name": "apimatic/unirest-php",
152 "version": "4.0.5",
153 "version_normalized": "4.0.5.0",
154 "source": {
155 "type": "git",
156 "url": "https://github.com/apimatic/unirest-php.git",
157 "reference": "e16754010c16be5473289470f129d87a0f41b55e"
158 },
159 "dist": {
160 "type": "zip",
161 "url": "https://api.github.com/repos/apimatic/unirest-php/zipball/e16754010c16be5473289470f129d87a0f41b55e",
162 "reference": "e16754010c16be5473289470f129d87a0f41b55e",
163 "shasum": ""
164 },
165 "require": {
166 "apimatic/core-interfaces": "^0.1.0",
167 "ext-curl": "*",
168 "ext-json": "*",
169 "php": "^7.2 || ^8.0"
170 },
171 "require-dev": {
172 "phan/phan": "5.4.2",
173 "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
174 "squizlabs/php_codesniffer": "^3.5"
175 },
176 "time": "2023-04-25T14:19:45+00:00",
177 "type": "library",
178 "installation-source": "dist",
179 "autoload": {
180 "psr-4": {
181 "Unirest\\": "src/"
182 }
183 },
184 "notification-url": "https://packagist.org/downloads/",
185 "license": [
186 "MIT"
187 ],
188 "authors": [
189 {
190 "name": "Mashape",
191 "email": "opensource@mashape.com",
192 "homepage": "https://www.mashape.com",
193 "role": "Developer"
194 },
195 {
196 "name": "APIMATIC",
197 "email": "opensource@apimatic.io",
198 "homepage": "https://www.apimatic.io",
199 "role": "Developer"
200 }
201 ],
202 "description": "Unirest PHP",
203 "homepage": "https://github.com/apimatic/unirest-php",
204 "keywords": [
205 "client",
206 "curl",
207 "http",
208 "https",
209 "rest"
210 ],
211 "install-path": "../apimatic/unirest-php"
212 },
213 {
214 "name": "box/spout",
215 "version": "v2.7.3",
216 "version_normalized": "2.7.3.0",
217 "source": {
218 "type": "git",
219 "url": "https://github.com/box/spout.git",
220 "reference": "3681a3421a868ab9a65da156c554f756541f452b"
221 },
222 "dist": {
223 "type": "zip",
224 "url": "https://api.github.com/repos/box/spout/zipball/3681a3421a868ab9a65da156c554f756541f452b",
225 "reference": "3681a3421a868ab9a65da156c554f756541f452b",
226 "shasum": ""
227 },
228 "require": {
229 "ext-xmlreader": "*",
230 "ext-zip": "*",
231 "php": ">=5.4.0"
232 },
233 "require-dev": {
234 "phpunit/phpunit": "^4.8.0"
235 },
236 "suggest": {
237 "ext-iconv": "To handle non UTF-8 CSV files (if \"php-intl\" is not already installed or is too limited)",
238 "ext-intl": "To handle non UTF-8 CSV files (if \"iconv\" is not already installed)"
239 },
240 "time": "2017-09-25T19:44:35+00:00",
241 "type": "library",
242 "extra": {
243 "branch-alias": {
244 "dev-master": "2.8.x-dev"
245 }
246 },
247 "installation-source": "dist",
248 "autoload": {
249 "psr-4": {
250 "Box\\Spout\\": "src/Spout"
251 }
252 },
253 "notification-url": "https://packagist.org/downloads/",
254 "license": [
255 "Apache-2.0"
256 ],
257 "authors": [
258 {
259 "name": "Adrien Loison",
260 "email": "adrien@box.com"
261 }
262 ],
263 "description": "PHP Library to read and write spreadsheet files (CSV, XLSX and ODS), in a fast and scalable way",
264 "homepage": "https://www.github.com/box/spout",
265 "keywords": [
266 "OOXML",
267 "csv",
268 "excel",
269 "memory",
270 "odf",
271 "ods",
272 "office",
273 "open",
274 "php",
275 "read",
276 "scale",
277 "spreadsheet",
278 "stream",
279 "write",
280 "xlsx"
281 ],
282 "support": {
283 "issues": "https://github.com/box/spout/issues",
284 "source": "https://github.com/box/spout/tree/v2.7.3"
285 },
286 "abandoned": true,
287 "install-path": "../box/spout"
288 },
289 {
290 "name": "clue/stream-filter",
291 "version": "v1.6.0",
292 "version_normalized": "1.6.0.0",
293 "source": {
294 "type": "git",
295 "url": "https://github.com/clue/stream-filter.git",
296 "reference": "d6169430c7731d8509da7aecd0af756a5747b78e"
297 },
298 "dist": {
299 "type": "zip",
300 "url": "https://api.github.com/repos/clue/stream-filter/zipball/d6169430c7731d8509da7aecd0af756a5747b78e",
301 "reference": "d6169430c7731d8509da7aecd0af756a5747b78e",
302 "shasum": ""
303 },
304 "require": {
305 "php": ">=5.3"
306 },
307 "require-dev": {
308 "phpunit/phpunit": "^9.3 || ^5.7 || ^4.8.36"
309 },
310 "time": "2022-02-21T13:15:14+00:00",
311 "type": "library",
312 "installation-source": "dist",
313 "autoload": {
314 "files": [
315 "src/functions_include.php"
316 ],
317 "psr-4": {
318 "Clue\\StreamFilter\\": "src/"
319 }
320 },
321 "notification-url": "https://packagist.org/downloads/",
322 "license": [
323 "MIT"
324 ],
325 "authors": [
326 {
327 "name": "Christian Lück",
328 "email": "christian@clue.engineering"
329 }
330 ],
331 "description": "A simple and modern approach to stream filtering in PHP",
332 "homepage": "https://github.com/clue/php-stream-filter",
333 "keywords": [
334 "bucket brigade",
335 "callback",
336 "filter",
337 "php_user_filter",
338 "stream",
339 "stream_filter_append",
340 "stream_filter_register"
341 ],
342 "support": {
343 "issues": "https://github.com/clue/stream-filter/issues",
344 "source": "https://github.com/clue/stream-filter/tree/v1.6.0"
345 },
346 "funding": [
347 {
348 "url": "https://clue.engineering/support",
349 "type": "custom"
350 },
351 {
352 "url": "https://github.com/clue",
353 "type": "github"
354 }
355 ],
356 "install-path": "../clue/stream-filter"
357 },
358 {
359 "name": "dompdf/dompdf",
360 "version": "v3.0.0",
361 "version_normalized": "3.0.0.0",
362 "source": {
363 "type": "git",
364 "url": "https://github.com/dompdf/dompdf.git",
365 "reference": "fbc7c5ee5d94f7a910b78b43feb7931b7f971b59"
366 },
367 "dist": {
368 "type": "zip",
369 "url": "https://api.github.com/repos/dompdf/dompdf/zipball/fbc7c5ee5d94f7a910b78b43feb7931b7f971b59",
370 "reference": "fbc7c5ee5d94f7a910b78b43feb7931b7f971b59",
371 "shasum": ""
372 },
373 "require": {
374 "dompdf/php-font-lib": "^1.0.0",
375 "dompdf/php-svg-lib": "^1.0.0",
376 "ext-dom": "*",
377 "ext-mbstring": "*",
378 "masterminds/html5": "^2.0",
379 "php": "^7.1 || ^8.0"
380 },
381 "require-dev": {
382 "ext-gd": "*",
383 "ext-json": "*",
384 "ext-zip": "*",
385 "mockery/mockery": "^1.3",
386 "phpunit/phpunit": "^7.5 || ^8 || ^9 || ^10",
387 "squizlabs/php_codesniffer": "^3.5",
388 "symfony/process": "^4.4 || ^5.4 || ^6.2 || ^7.0"
389 },
390 "suggest": {
391 "ext-gd": "Needed to process images",
392 "ext-gmagick": "Improves image processing performance",
393 "ext-imagick": "Improves image processing performance",
394 "ext-zlib": "Needed for pdf stream compression"
395 },
396 "time": "2024-04-29T14:01:28+00:00",
397 "type": "library",
398 "installation-source": "dist",
399 "autoload": {
400 "psr-4": {
401 "Dompdf\\": "src/"
402 },
403 "classmap": [
404 "lib/"
405 ]
406 },
407 "notification-url": "https://packagist.org/downloads/",
408 "license": [
409 "LGPL-2.1"
410 ],
411 "authors": [
412 {
413 "name": "The Dompdf Community",
414 "homepage": "https://github.com/dompdf/dompdf/blob/master/AUTHORS.md"
415 }
416 ],
417 "description": "DOMPDF is a CSS 2.1 compliant HTML to PDF converter",
418 "homepage": "https://github.com/dompdf/dompdf",
419 "install-path": "../dompdf/dompdf"
420 },
421 {
422 "name": "dompdf/php-font-lib",
423 "version": "1.0.0",
424 "version_normalized": "1.0.0.0",
425 "source": {
426 "type": "git",
427 "url": "https://github.com/dompdf/php-font-lib.git",
428 "reference": "991d6a954f6bbd7e41022198f00586b230731441"
429 },
430 "dist": {
431 "type": "zip",
432 "url": "https://api.github.com/repos/dompdf/php-font-lib/zipball/991d6a954f6bbd7e41022198f00586b230731441",
433 "reference": "991d6a954f6bbd7e41022198f00586b230731441",
434 "shasum": ""
435 },
436 "require": {
437 "ext-mbstring": "*",
438 "php": "^7.1 || ^8.0"
439 },
440 "require-dev": {
441 "symfony/phpunit-bridge": "^3 || ^4 || ^5 || ^6"
442 },
443 "time": "2024-04-29T13:40:38+00:00",
444 "type": "library",
445 "installation-source": "dist",
446 "autoload": {
447 "psr-4": {
448 "FontLib\\": "src/FontLib"
449 }
450 },
451 "notification-url": "https://packagist.org/downloads/",
452 "license": [
453 "LGPL-2.1-or-later"
454 ],
455 "authors": [
456 {
457 "name": "The FontLib Community",
458 "homepage": "https://github.com/dompdf/php-font-lib/blob/master/AUTHORS.md"
459 }
460 ],
461 "description": "A library to read, parse, export and make subsets of different types of font files.",
462 "homepage": "https://github.com/dompdf/php-font-lib",
463 "install-path": "../dompdf/php-font-lib"
464 },
465 {
466 "name": "dompdf/php-svg-lib",
467 "version": "1.0.0",
468 "version_normalized": "1.0.0.0",
469 "source": {
470 "type": "git",
471 "url": "https://github.com/dompdf/php-svg-lib.git",
472 "reference": "eb045e518185298eb6ff8d80d0d0c6b17aecd9af"
473 },
474 "dist": {
475 "type": "zip",
476 "url": "https://api.github.com/repos/dompdf/php-svg-lib/zipball/eb045e518185298eb6ff8d80d0d0c6b17aecd9af",
477 "reference": "eb045e518185298eb6ff8d80d0d0c6b17aecd9af",
478 "shasum": ""
479 },
480 "require": {
481 "ext-mbstring": "*",
482 "php": "^7.1 || ^8.0",
483 "sabberworm/php-css-parser": "^8.4"
484 },
485 "require-dev": {
486 "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5"
487 },
488 "time": "2024-04-29T13:26:35+00:00",
489 "type": "library",
490 "installation-source": "dist",
491 "autoload": {
492 "psr-4": {
493 "Svg\\": "src/Svg"
494 }
495 },
496 "notification-url": "https://packagist.org/downloads/",
497 "license": [
498 "LGPL-3.0-or-later"
499 ],
500 "authors": [
501 {
502 "name": "The SvgLib Community",
503 "homepage": "https://github.com/dompdf/php-svg-lib/blob/master/AUTHORS.md"
504 }
505 ],
506 "description": "A library to read, parse and export to PDF SVG files.",
507 "homepage": "https://github.com/dompdf/php-svg-lib",
508 "install-path": "../dompdf/php-svg-lib"
509 },
510 {
511 "name": "eluceo/ical",
512 "version": "0.11.6",
513 "version_normalized": "0.11.6.0",
514 "source": {
515 "type": "git",
516 "url": "https://github.com/markuspoerschke/iCal.git",
517 "reference": "e22ef0fad1a19ad1bbffd819f21fa6a83f96531c"
518 },
519 "dist": {
520 "type": "zip",
521 "url": "https://api.github.com/repos/markuspoerschke/iCal/zipball/e22ef0fad1a19ad1bbffd819f21fa6a83f96531c",
522 "reference": "e22ef0fad1a19ad1bbffd819f21fa6a83f96531c",
523 "shasum": ""
524 },
525 "require": {
526 "php": ">=5.3.0"
527 },
528 "require-dev": {
529 "phpunit/phpunit": "~4.3"
530 },
531 "suggest": {
532 "ext-mbstring": "Massive performance enhancement of line folding"
533 },
534 "time": "2018-04-30T07:46:32+00:00",
535 "type": "library",
536 "installation-source": "dist",
537 "autoload": {
538 "psr-0": {
539 "Eluceo\\iCal": "src/"
540 }
541 },
542 "notification-url": "https://packagist.org/downloads/",
543 "license": [
544 "MIT"
545 ],
546 "authors": [
547 {
548 "name": "Markus Poerschke",
549 "email": "markus@eluceo.de",
550 "role": "Developer"
551 },
552 {
553 "name": "Maciej Łebkowski",
554 "email": "m.lebkowski@gmail.com",
555 "role": "Contributor"
556 }
557 ],
558 "description": "The eluceo/iCal package offers a abstraction layer for creating iCalendars. You can easily create iCal files by using PHP object instead of typing your *.ics file by hand. The output will follow RFC 2445 as best as possible.",
559 "homepage": "https://github.com/markuspoerschke/iCal",
560 "keywords": [
561 "calendar",
562 "iCalendar",
563 "ical",
564 "ics",
565 "php calendar"
566 ],
567 "support": {
568 "issues": "https://github.com/markuspoerschke/iCal/issues",
569 "source": "https://github.com/markuspoerschke/iCal"
570 },
571 "install-path": "../eluceo/ical"
572 },
573 {
574 "name": "firebase/php-jwt",
575 "version": "v5.0.0",
576 "version_normalized": "5.0.0.0",
577 "source": {
578 "type": "git",
579 "url": "https://github.com/firebase/php-jwt.git",
580 "reference": "9984a4d3a32ae7673d6971ea00bae9d0a1abba0e"
581 },
582 "dist": {
583 "type": "zip",
584 "url": "https://api.github.com/repos/firebase/php-jwt/zipball/9984a4d3a32ae7673d6971ea00bae9d0a1abba0e",
585 "reference": "9984a4d3a32ae7673d6971ea00bae9d0a1abba0e",
586 "shasum": ""
587 },
588 "require": {
589 "php": ">=5.3.0"
590 },
591 "require-dev": {
592 "phpunit/phpunit": " 4.8.35"
593 },
594 "time": "2017-06-27T22:17:23+00:00",
595 "type": "library",
596 "installation-source": "dist",
597 "autoload": {
598 "psr-4": {
599 "Firebase\\JWT\\": "src"
600 }
601 },
602 "notification-url": "https://packagist.org/downloads/",
603 "license": [
604 "BSD-3-Clause"
605 ],
606 "authors": [
607 {
608 "name": "Neuman Vong",
609 "email": "neuman+pear@twilio.com",
610 "role": "Developer"
611 },
612 {
613 "name": "Anant Narayanan",
614 "email": "anant@php.net",
615 "role": "Developer"
616 }
617 ],
618 "description": "A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.",
619 "homepage": "https://github.com/firebase/php-jwt",
620 "support": {
621 "issues": "https://github.com/firebase/php-jwt/issues",
622 "source": "https://github.com/firebase/php-jwt/tree/v5.0.0"
623 },
624 "install-path": "../firebase/php-jwt"
625 },
626 {
627 "name": "google/apiclient",
628 "version": "v1.1.8",
629 "version_normalized": "1.1.8.0",
630 "source": {
631 "type": "git",
632 "url": "https://github.com/googleapis/google-api-php-client.git",
633 "reference": "85309a3520bb5f53368d43e35fd24f43c9556323"
634 },
635 "dist": {
636 "type": "zip",
637 "url": "https://api.github.com/repos/googleapis/google-api-php-client/zipball/85309a3520bb5f53368d43e35fd24f43c9556323",
638 "reference": "85309a3520bb5f53368d43e35fd24f43c9556323",
639 "shasum": ""
640 },
641 "require": {
642 "php": ">=5.2.1"
643 },
644 "require-dev": {
645 "phpunit/phpunit": "3.7.*",
646 "squizlabs/php_codesniffer": "~2.3"
647 },
648 "time": "2016-06-06T21:22:48+00:00",
649 "type": "library",
650 "extra": {
651 "branch-alias": {
652 "dev-v1-master": "1.1.x-dev"
653 }
654 },
655 "installation-source": "dist",
656 "autoload": {
657 "files": [
658 "src/Google/autoload.php"
659 ]
660 },
661 "notification-url": "https://packagist.org/downloads/",
662 "license": [
663 "Apache-2.0"
664 ],
665 "description": "Client library for Google APIs",
666 "homepage": "http://developers.google.com/api-client-library/php",
667 "keywords": [
668 "google"
669 ],
670 "support": {
671 "issues": "https://github.com/googleapis/google-api-php-client/issues",
672 "source": "https://github.com/googleapis/google-api-php-client/tree/v1.1.8"
673 },
674 "install-path": "../google/apiclient"
675 },
676 {
677 "name": "guzzlehttp/guzzle",
678 "version": "6.5.8",
679 "version_normalized": "6.5.8.0",
680 "source": {
681 "type": "git",
682 "url": "https://github.com/guzzle/guzzle.git",
683 "reference": "a52f0440530b54fa079ce76e8c5d196a42cad981"
684 },
685 "dist": {
686 "type": "zip",
687 "url": "https://api.github.com/repos/guzzle/guzzle/zipball/a52f0440530b54fa079ce76e8c5d196a42cad981",
688 "reference": "a52f0440530b54fa079ce76e8c5d196a42cad981",
689 "shasum": ""
690 },
691 "require": {
692 "ext-json": "*",
693 "guzzlehttp/promises": "^1.0",
694 "guzzlehttp/psr7": "^1.9",
695 "php": ">=5.5",
696 "symfony/polyfill-intl-idn": "^1.17"
697 },
698 "require-dev": {
699 "ext-curl": "*",
700 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0",
701 "psr/log": "^1.1"
702 },
703 "suggest": {
704 "psr/log": "Required for using the Log middleware"
705 },
706 "time": "2022-06-20T22:16:07+00:00",
707 "type": "library",
708 "extra": {
709 "branch-alias": {
710 "dev-master": "6.5-dev"
711 }
712 },
713 "installation-source": "dist",
714 "autoload": {
715 "files": [
716 "src/functions_include.php"
717 ],
718 "psr-4": {
719 "GuzzleHttp\\": "src/"
720 }
721 },
722 "notification-url": "https://packagist.org/downloads/",
723 "license": [
724 "MIT"
725 ],
726 "authors": [
727 {
728 "name": "Graham Campbell",
729 "email": "hello@gjcampbell.co.uk",
730 "homepage": "https://github.com/GrahamCampbell"
731 },
732 {
733 "name": "Michael Dowling",
734 "email": "mtdowling@gmail.com",
735 "homepage": "https://github.com/mtdowling"
736 },
737 {
738 "name": "Jeremy Lindblom",
739 "email": "jeremeamia@gmail.com",
740 "homepage": "https://github.com/jeremeamia"
741 },
742 {
743 "name": "George Mponos",
744 "email": "gmponos@gmail.com",
745 "homepage": "https://github.com/gmponos"
746 },
747 {
748 "name": "Tobias Nyholm",
749 "email": "tobias.nyholm@gmail.com",
750 "homepage": "https://github.com/Nyholm"
751 },
752 {
753 "name": "Márk Sági-Kazár",
754 "email": "mark.sagikazar@gmail.com",
755 "homepage": "https://github.com/sagikazarmark"
756 },
757 {
758 "name": "Tobias Schultze",
759 "email": "webmaster@tubo-world.de",
760 "homepage": "https://github.com/Tobion"
761 }
762 ],
763 "description": "Guzzle is a PHP HTTP client library",
764 "homepage": "http://guzzlephp.org/",
765 "keywords": [
766 "client",
767 "curl",
768 "framework",
769 "http",
770 "http client",
771 "rest",
772 "web service"
773 ],
774 "support": {
775 "issues": "https://github.com/guzzle/guzzle/issues",
776 "source": "https://github.com/guzzle/guzzle/tree/6.5.8"
777 },
778 "funding": [
779 {
780 "url": "https://github.com/GrahamCampbell",
781 "type": "github"
782 },
783 {
784 "url": "https://github.com/Nyholm",
785 "type": "github"
786 },
787 {
788 "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/guzzle",
789 "type": "tidelift"
790 }
791 ],
792 "install-path": "../guzzlehttp/guzzle"
793 },
794 {
795 "name": "guzzlehttp/promises",
796 "version": "1.5.3",
797 "version_normalized": "1.5.3.0",
798 "source": {
799 "type": "git",
800 "url": "https://github.com/guzzle/promises.git",
801 "reference": "67ab6e18aaa14d753cc148911d273f6e6cb6721e"
802 },
803 "dist": {
804 "type": "zip",
805 "url": "https://api.github.com/repos/guzzle/promises/zipball/67ab6e18aaa14d753cc148911d273f6e6cb6721e",
806 "reference": "67ab6e18aaa14d753cc148911d273f6e6cb6721e",
807 "shasum": ""
808 },
809 "require": {
810 "php": ">=5.5"
811 },
812 "require-dev": {
813 "symfony/phpunit-bridge": "^4.4 || ^5.1"
814 },
815 "time": "2023-05-21T12:31:43+00:00",
816 "type": "library",
817 "installation-source": "dist",
818 "autoload": {
819 "files": [
820 "src/functions_include.php"
821 ],
822 "psr-4": {
823 "GuzzleHttp\\Promise\\": "src/"
824 }
825 },
826 "notification-url": "https://packagist.org/downloads/",
827 "license": [
828 "MIT"
829 ],
830 "authors": [
831 {
832 "name": "Graham Campbell",
833 "email": "hello@gjcampbell.co.uk",
834 "homepage": "https://github.com/GrahamCampbell"
835 },
836 {
837 "name": "Michael Dowling",
838 "email": "mtdowling@gmail.com",
839 "homepage": "https://github.com/mtdowling"
840 },
841 {
842 "name": "Tobias Nyholm",
843 "email": "tobias.nyholm@gmail.com",
844 "homepage": "https://github.com/Nyholm"
845 },
846 {
847 "name": "Tobias Schultze",
848 "email": "webmaster@tubo-world.de",
849 "homepage": "https://github.com/Tobion"
850 }
851 ],
852 "description": "Guzzle promises library",
853 "keywords": [
854 "promise"
855 ],
856 "support": {
857 "issues": "https://github.com/guzzle/promises/issues",
858 "source": "https://github.com/guzzle/promises/tree/1.5.3"
859 },
860 "funding": [
861 {
862 "url": "https://github.com/GrahamCampbell",
863 "type": "github"
864 },
865 {
866 "url": "https://github.com/Nyholm",
867 "type": "github"
868 },
869 {
870 "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/promises",
871 "type": "tidelift"
872 }
873 ],
874 "install-path": "../guzzlehttp/promises"
875 },
876 {
877 "name": "guzzlehttp/psr7",
878 "version": "1.9.1",
879 "version_normalized": "1.9.1.0",
880 "source": {
881 "type": "git",
882 "url": "https://github.com/guzzle/psr7.git",
883 "reference": "e4490cabc77465aaee90b20cfc9a770f8c04be6b"
884 },
885 "dist": {
886 "type": "zip",
887 "url": "https://api.github.com/repos/guzzle/psr7/zipball/e4490cabc77465aaee90b20cfc9a770f8c04be6b",
888 "reference": "e4490cabc77465aaee90b20cfc9a770f8c04be6b",
889 "shasum": ""
890 },
891 "require": {
892 "php": ">=5.4.0",
893 "psr/http-message": "~1.0",
894 "ralouphie/getallheaders": "^2.0.5 || ^3.0.0"
895 },
896 "provide": {
897 "psr/http-message-implementation": "1.0"
898 },
899 "require-dev": {
900 "ext-zlib": "*",
901 "phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.8 || ^9.3.10"
902 },
903 "suggest": {
904 "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
905 },
906 "time": "2023-04-17T16:00:37+00:00",
907 "type": "library",
908 "installation-source": "dist",
909 "autoload": {
910 "files": [
911 "src/functions_include.php"
912 ],
913 "psr-4": {
914 "GuzzleHttp\\Psr7\\": "src/"
915 }
916 },
917 "notification-url": "https://packagist.org/downloads/",
918 "license": [
919 "MIT"
920 ],
921 "authors": [
922 {
923 "name": "Graham Campbell",
924 "email": "hello@gjcampbell.co.uk",
925 "homepage": "https://github.com/GrahamCampbell"
926 },
927 {
928 "name": "Michael Dowling",
929 "email": "mtdowling@gmail.com",
930 "homepage": "https://github.com/mtdowling"
931 },
932 {
933 "name": "George Mponos",
934 "email": "gmponos@gmail.com",
935 "homepage": "https://github.com/gmponos"
936 },
937 {
938 "name": "Tobias Nyholm",
939 "email": "tobias.nyholm@gmail.com",
940 "homepage": "https://github.com/Nyholm"
941 },
942 {
943 "name": "Márk Sági-Kazár",
944 "email": "mark.sagikazar@gmail.com",
945 "homepage": "https://github.com/sagikazarmark"
946 },
947 {
948 "name": "Tobias Schultze",
949 "email": "webmaster@tubo-world.de",
950 "homepage": "https://github.com/Tobion"
951 }
952 ],
953 "description": "PSR-7 message implementation that also provides common utility methods",
954 "keywords": [
955 "http",
956 "message",
957 "psr-7",
958 "request",
959 "response",
960 "stream",
961 "uri",
962 "url"
963 ],
964 "support": {
965 "issues": "https://github.com/guzzle/psr7/issues",
966 "source": "https://github.com/guzzle/psr7/tree/1.9.1"
967 },
968 "funding": [
969 {
970 "url": "https://github.com/GrahamCampbell",
971 "type": "github"
972 },
973 {
974 "url": "https://github.com/Nyholm",
975 "type": "github"
976 },
977 {
978 "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/psr7",
979 "type": "tidelift"
980 }
981 ],
982 "install-path": "../guzzlehttp/psr7"
983 },
984 {
985 "name": "league/event",
986 "version": "2.2.0",
987 "version_normalized": "2.2.0.0",
988 "source": {
989 "type": "git",
990 "url": "https://github.com/thephpleague/event.git",
991 "reference": "d2cc124cf9a3fab2bb4ff963307f60361ce4d119"
992 },
993 "dist": {
994 "type": "zip",
995 "url": "https://api.github.com/repos/thephpleague/event/zipball/d2cc124cf9a3fab2bb4ff963307f60361ce4d119",
996 "reference": "d2cc124cf9a3fab2bb4ff963307f60361ce4d119",
997 "shasum": ""
998 },
999 "require": {
1000 "php": ">=5.4.0"
1001 },
1002 "require-dev": {
1003 "henrikbjorn/phpspec-code-coverage": "~1.0.1",
1004 "phpspec/phpspec": "^2.2"
1005 },
1006 "time": "2018-11-26T11:52:41+00:00",
1007 "type": "library",
1008 "extra": {
1009 "branch-alias": {
1010 "dev-master": "2.2-dev"
1011 }
1012 },
1013 "installation-source": "dist",
1014 "autoload": {
1015 "psr-4": {
1016 "League\\Event\\": "src/"
1017 }
1018 },
1019 "notification-url": "https://packagist.org/downloads/",
1020 "license": [
1021 "MIT"
1022 ],
1023 "authors": [
1024 {
1025 "name": "Frank de Jonge",
1026 "email": "info@frenky.net"
1027 }
1028 ],
1029 "description": "Event package",
1030 "keywords": [
1031 "emitter",
1032 "event",
1033 "listener"
1034 ],
1035 "support": {
1036 "issues": "https://github.com/thephpleague/event/issues",
1037 "source": "https://github.com/thephpleague/event/tree/master"
1038 },
1039 "install-path": "../league/event"
1040 },
1041 {
1042 "name": "league/tactician",
1043 "version": "v1.0.3",
1044 "version_normalized": "1.0.3.0",
1045 "source": {
1046 "type": "git",
1047 "url": "https://github.com/thephpleague/tactician.git",
1048 "reference": "d0339e22fd9252fb0fa53102b488d2c514483b8a"
1049 },
1050 "dist": {
1051 "type": "zip",
1052 "url": "https://api.github.com/repos/thephpleague/tactician/zipball/d0339e22fd9252fb0fa53102b488d2c514483b8a",
1053 "reference": "d0339e22fd9252fb0fa53102b488d2c514483b8a",
1054 "shasum": ""
1055 },
1056 "require": {
1057 "php": ">=5.5"
1058 },
1059 "require-dev": {
1060 "mockery/mockery": "~0.9",
1061 "phpunit/phpunit": "^4.8.35",
1062 "squizlabs/php_codesniffer": "~2.3"
1063 },
1064 "time": "2017-11-30T09:17:20+00:00",
1065 "type": "library",
1066 "extra": {
1067 "branch-alias": {
1068 "dev-master": "2.0-dev"
1069 }
1070 },
1071 "installation-source": "dist",
1072 "autoload": {
1073 "psr-4": {
1074 "League\\Tactician\\": "src"
1075 }
1076 },
1077 "notification-url": "https://packagist.org/downloads/",
1078 "license": [
1079 "MIT"
1080 ],
1081 "authors": [
1082 {
1083 "name": "Ross Tuck",
1084 "homepage": "http://tactician.thephpleague.com"
1085 }
1086 ],
1087 "description": "A small, flexible command bus. Handy for building service layers.",
1088 "keywords": [
1089 "command",
1090 "command bus",
1091 "service layer"
1092 ],
1093 "support": {
1094 "issues": "https://github.com/thephpleague/tactician/issues",
1095 "source": "https://github.com/thephpleague/tactician/tree/master"
1096 },
1097 "install-path": "../league/tactician"
1098 },
1099 {
1100 "name": "mailgun/mailgun-php",
1101 "version": "2.8.1",
1102 "version_normalized": "2.8.1.0",
1103 "source": {
1104 "type": "git",
1105 "url": "https://github.com/mailgun/mailgun-php.git",
1106 "reference": "4af0346851914ae0d9a58bf9ddf17eb48f6498c8"
1107 },
1108 "dist": {
1109 "type": "zip",
1110 "url": "https://api.github.com/repos/mailgun/mailgun-php/zipball/4af0346851914ae0d9a58bf9ddf17eb48f6498c8",
1111 "reference": "4af0346851914ae0d9a58bf9ddf17eb48f6498c8",
1112 "shasum": ""
1113 },
1114 "require": {
1115 "php": "^5.5 || ^7.0",
1116 "php-http/client-common": "^1.1",
1117 "php-http/discovery": "^1.0",
1118 "php-http/httplug": "^1.0 || ^2.0",
1119 "php-http/message": "^1.0",
1120 "php-http/multipart-stream-builder": "^1.0",
1121 "webmozart/assert": "^1.2"
1122 },
1123 "require-dev": {
1124 "guzzlehttp/psr7": "^1.4",
1125 "nyholm/nsa": "^1.1",
1126 "php-http/guzzle6-adapter": "^1.0",
1127 "phpunit/phpunit": "~4.8"
1128 },
1129 "suggest": {
1130 "guzzlehttp/psr7": "PSR-7 message implementation that also provides common utility methods",
1131 "php-http/curl-client": "cURL client for PHP-HTTP"
1132 },
1133 "time": "2019-02-02T07:14:32+00:00",
1134 "type": "library",
1135 "installation-source": "dist",
1136 "autoload": {
1137 "psr-0": {
1138 "Mailgun": "src/"
1139 }
1140 },
1141 "notification-url": "https://packagist.org/downloads/",
1142 "license": [
1143 "MIT"
1144 ],
1145 "authors": [
1146 {
1147 "name": "Travis Swientek",
1148 "email": "travis@mailgunhq.com"
1149 }
1150 ],
1151 "description": "The Mailgun SDK provides methods for all API functions.",
1152 "support": {
1153 "issues": "https://github.com/mailgun/mailgun-php/issues",
1154 "source": "https://github.com/mailgun/mailgun-php/tree/2.8.1"
1155 },
1156 "install-path": "../mailgun/mailgun-php"
1157 },
1158 {
1159 "name": "masterminds/html5",
1160 "version": "2.9.0",
1161 "version_normalized": "2.9.0.0",
1162 "source": {
1163 "type": "git",
1164 "url": "https://github.com/Masterminds/html5-php.git",
1165 "reference": "f5ac2c0b0a2eefca70b2ce32a5809992227e75a6"
1166 },
1167 "dist": {
1168 "type": "zip",
1169 "url": "https://api.github.com/repos/Masterminds/html5-php/zipball/f5ac2c0b0a2eefca70b2ce32a5809992227e75a6",
1170 "reference": "f5ac2c0b0a2eefca70b2ce32a5809992227e75a6",
1171 "shasum": ""
1172 },
1173 "require": {
1174 "ext-dom": "*",
1175 "php": ">=5.3.0"
1176 },
1177 "require-dev": {
1178 "phpunit/phpunit": "^4.8.35 || ^5.7.21 || ^6 || ^7 || ^8 || ^9"
1179 },
1180 "time": "2024-03-31T07:05:07+00:00",
1181 "type": "library",
1182 "extra": {
1183 "branch-alias": {
1184 "dev-master": "2.7-dev"
1185 }
1186 },
1187 "installation-source": "dist",
1188 "autoload": {
1189 "psr-4": {
1190 "Masterminds\\": "src"
1191 }
1192 },
1193 "notification-url": "https://packagist.org/downloads/",
1194 "license": [
1195 "MIT"
1196 ],
1197 "authors": [
1198 {
1199 "name": "Matt Butcher",
1200 "email": "technosophos@gmail.com"
1201 },
1202 {
1203 "name": "Matt Farina",
1204 "email": "matt@mattfarina.com"
1205 },
1206 {
1207 "name": "Asmir Mustafic",
1208 "email": "goetas@gmail.com"
1209 }
1210 ],
1211 "description": "An HTML5 parser and serializer.",
1212 "homepage": "http://masterminds.github.io/html5-php",
1213 "keywords": [
1214 "HTML5",
1215 "dom",
1216 "html",
1217 "parser",
1218 "querypath",
1219 "serializer",
1220 "xml"
1221 ],
1222 "install-path": "../masterminds/html5"
1223 },
1224 {
1225 "name": "microsoft/microsoft-graph",
1226 "version": "1.61.0",
1227 "version_normalized": "1.61.0.0",
1228 "source": {
1229 "type": "git",
1230 "url": "https://github.com/microsoftgraph/msgraph-sdk-php.git",
1231 "reference": "79acac2d8b7235b5f8b935f3227e9824444b8de7"
1232 },
1233 "dist": {
1234 "type": "zip",
1235 "url": "https://api.github.com/repos/microsoftgraph/msgraph-sdk-php/zipball/79acac2d8b7235b5f8b935f3227e9824444b8de7",
1236 "reference": "79acac2d8b7235b5f8b935f3227e9824444b8de7",
1237 "shasum": ""
1238 },
1239 "require": {
1240 "ext-json": "*",
1241 "guzzlehttp/guzzle": "^6.0 || ^7.0",
1242 "php": "^8.0 || ^7.3",
1243 "psr/http-message": "^1.0"
1244 },
1245 "require-dev": {
1246 "mikey179/vfsstream": "^1.2",
1247 "phpstan/phpstan": "^0.12.90 || ^1.0.0",
1248 "phpunit/phpunit": "^8.0 || ^9.0"
1249 },
1250 "time": "2022-04-20T09:35:25+00:00",
1251 "type": "library",
1252 "installation-source": "dist",
1253 "autoload": {
1254 "psr-4": {
1255 "Microsoft\\Graph\\": "src/",
1256 "Beta\\Microsoft\\Graph\\": "src/Beta/Microsoft/Graph/"
1257 }
1258 },
1259 "notification-url": "https://packagist.org/downloads/",
1260 "license": [
1261 "MIT"
1262 ],
1263 "authors": [
1264 {
1265 "name": "Microsoft Graph Client Tooling",
1266 "email": "graphtooling@service.microsoft.com",
1267 "role": "Developer"
1268 }
1269 ],
1270 "description": "The Microsoft Graph SDK for PHP",
1271 "homepage": "https://developer.microsoft.com/en-us/graph",
1272 "support": {
1273 "issues": "https://github.com/microsoftgraph/msgraph-sdk-php/issues",
1274 "source": "https://github.com/microsoftgraph/msgraph-sdk-php/tree/1.61.0"
1275 },
1276 "install-path": "../microsoft/microsoft-graph"
1277 },
1278 {
1279 "name": "moneyphp/money",
1280 "version": "v3.3.3",
1281 "version_normalized": "3.3.3.0",
1282 "source": {
1283 "type": "git",
1284 "url": "https://github.com/moneyphp/money.git",
1285 "reference": "0dc40e3791c67e8793e3aa13fead8cf4661ec9cd"
1286 },
1287 "dist": {
1288 "type": "zip",
1289 "url": "https://api.github.com/repos/moneyphp/money/zipball/0dc40e3791c67e8793e3aa13fead8cf4661ec9cd",
1290 "reference": "0dc40e3791c67e8793e3aa13fead8cf4661ec9cd",
1291 "shasum": ""
1292 },
1293 "require": {
1294 "ext-json": "*",
1295 "php": ">=5.6"
1296 },
1297 "require-dev": {
1298 "cache/taggable-cache": "^0.4.0",
1299 "doctrine/instantiator": "^1.0.5",
1300 "ext-bcmath": "*",
1301 "ext-gmp": "*",
1302 "ext-intl": "*",
1303 "florianv/exchanger": "^1.0",
1304 "florianv/swap": "^3.0",
1305 "friends-of-phpspec/phpspec-code-coverage": "^3.1.1 || ^4.3",
1306 "moneyphp/iso-currencies": "^3.2.1",
1307 "php-http/message": "^1.4",
1308 "php-http/mock-client": "^1.0.0",
1309 "phpspec/phpspec": "^3.4.3",
1310 "phpunit/phpunit": "^5.7.27 || ^6.5.14 || ^7.5.18 || ^8.5",
1311 "psr/cache": "^1.0",
1312 "symfony/phpunit-bridge": "^4"
1313 },
1314 "suggest": {
1315 "ext-bcmath": "Calculate without integer limits",
1316 "ext-gmp": "Calculate without integer limits",
1317 "ext-intl": "Format Money objects with intl",
1318 "florianv/exchanger": "Exchange rates library for PHP",
1319 "florianv/swap": "Exchange rates library for PHP",
1320 "psr/cache-implementation": "Used for Currency caching"
1321 },
1322 "time": "2022-09-21T07:43:36+00:00",
1323 "type": "library",
1324 "extra": {
1325 "branch-alias": {
1326 "dev-master": "3.x-dev"
1327 }
1328 },
1329 "installation-source": "dist",
1330 "autoload": {
1331 "psr-4": {
1332 "Money\\": "src/"
1333 }
1334 },
1335 "notification-url": "https://packagist.org/downloads/",
1336 "license": [
1337 "MIT"
1338 ],
1339 "authors": [
1340 {
1341 "name": "Mathias Verraes",
1342 "email": "mathias@verraes.net",
1343 "homepage": "http://verraes.net"
1344 },
1345 {
1346 "name": "Márk Sági-Kazár",
1347 "email": "mark.sagikazar@gmail.com"
1348 },
1349 {
1350 "name": "Frederik Bosch",
1351 "email": "f.bosch@genkgo.nl"
1352 }
1353 ],
1354 "description": "PHP implementation of Fowler's Money pattern",
1355 "homepage": "http://moneyphp.org",
1356 "keywords": [
1357 "Value Object",
1358 "money",
1359 "vo"
1360 ],
1361 "support": {
1362 "issues": "https://github.com/moneyphp/money/issues",
1363 "source": "https://github.com/moneyphp/money/tree/v3.3.3"
1364 },
1365 "install-path": "../moneyphp/money"
1366 },
1367 {
1368 "name": "nikic/fast-route",
1369 "version": "v1.3.0",
1370 "version_normalized": "1.3.0.0",
1371 "source": {
1372 "type": "git",
1373 "url": "https://github.com/nikic/FastRoute.git",
1374 "reference": "181d480e08d9476e61381e04a71b34dc0432e812"
1375 },
1376 "dist": {
1377 "type": "zip",
1378 "url": "https://api.github.com/repos/nikic/FastRoute/zipball/181d480e08d9476e61381e04a71b34dc0432e812",
1379 "reference": "181d480e08d9476e61381e04a71b34dc0432e812",
1380 "shasum": ""
1381 },
1382 "require": {
1383 "php": ">=5.4.0"
1384 },
1385 "require-dev": {
1386 "phpunit/phpunit": "^4.8.35|~5.7"
1387 },
1388 "time": "2018-02-13T20:26:39+00:00",
1389 "type": "library",
1390 "installation-source": "dist",
1391 "autoload": {
1392 "files": [
1393 "src/functions.php"
1394 ],
1395 "psr-4": {
1396 "FastRoute\\": "src/"
1397 }
1398 },
1399 "notification-url": "https://packagist.org/downloads/",
1400 "license": [
1401 "BSD-3-Clause"
1402 ],
1403 "authors": [
1404 {
1405 "name": "Nikita Popov",
1406 "email": "nikic@php.net"
1407 }
1408 ],
1409 "description": "Fast request router for PHP",
1410 "keywords": [
1411 "router",
1412 "routing"
1413 ],
1414 "support": {
1415 "issues": "https://github.com/nikic/FastRoute/issues",
1416 "source": "https://github.com/nikic/FastRoute/tree/master"
1417 },
1418 "install-path": "../nikic/fast-route"
1419 },
1420 {
1421 "name": "omnipay/common",
1422 "version": "v3.0.5",
1423 "version_normalized": "3.0.5.0",
1424 "source": {
1425 "type": "git",
1426 "url": "https://github.com/thephpleague/omnipay-common.git",
1427 "reference": "0d1f4486c1c873537ac030d37c7ce2986c4de1d2"
1428 },
1429 "dist": {
1430 "type": "zip",
1431 "url": "https://api.github.com/repos/thephpleague/omnipay-common/zipball/0d1f4486c1c873537ac030d37c7ce2986c4de1d2",
1432 "reference": "0d1f4486c1c873537ac030d37c7ce2986c4de1d2",
1433 "shasum": ""
1434 },
1435 "require": {
1436 "moneyphp/money": "^3.1",
1437 "php": "^5.6|^7",
1438 "php-http/client-implementation": "^1",
1439 "php-http/discovery": "^1.2.1",
1440 "php-http/message": "^1.5",
1441 "symfony/http-foundation": "^2.1|^3|^4|^5"
1442 },
1443 "require-dev": {
1444 "omnipay/tests": "^3",
1445 "php-http/mock-client": "^1",
1446 "phpro/grumphp": "^0.14",
1447 "squizlabs/php_codesniffer": "^3.5"
1448 },
1449 "suggest": {
1450 "league/omnipay": "The default Omnipay package provides a default HTTP Adapter."
1451 },
1452 "time": "2020-08-20T18:22:12+00:00",
1453 "type": "library",
1454 "extra": {
1455 "branch-alias": {
1456 "dev-master": "3.0.x-dev"
1457 }
1458 },
1459 "installation-source": "dist",
1460 "autoload": {
1461 "psr-4": {
1462 "Omnipay\\Common\\": "src/Common"
1463 },
1464 "classmap": [
1465 "src/Omnipay.php"
1466 ]
1467 },
1468 "notification-url": "https://packagist.org/downloads/",
1469 "license": [
1470 "MIT"
1471 ],
1472 "authors": [
1473 {
1474 "name": "Adrian Macneil",
1475 "email": "adrian@adrianmacneil.com"
1476 },
1477 {
1478 "name": "Barry vd. Heuvel",
1479 "email": "barryvdh@gmail.com"
1480 },
1481 {
1482 "name": "Jason Judge",
1483 "email": "jason.judge@consil.co.uk"
1484 },
1485 {
1486 "name": "Del"
1487 },
1488 {
1489 "name": "Omnipay Contributors",
1490 "homepage": "https://github.com/thephpleague/omnipay-common/contributors"
1491 }
1492 ],
1493 "description": "Common components for Omnipay payment processing library",
1494 "homepage": "https://github.com/thephpleague/omnipay-common",
1495 "keywords": [
1496 "gateway",
1497 "merchant",
1498 "omnipay",
1499 "pay",
1500 "payment",
1501 "purchase"
1502 ],
1503 "support": {
1504 "issues": "https://github.com/thephpleague/omnipay-common/issues",
1505 "source": "https://github.com/thephpleague/omnipay-common/tree/v3.0.5"
1506 },
1507 "install-path": "../omnipay/common"
1508 },
1509 {
1510 "name": "omnipay/mollie",
1511 "version": "v5.3.0",
1512 "version_normalized": "5.3.0.0",
1513 "source": {
1514 "type": "git",
1515 "url": "https://github.com/thephpleague/omnipay-mollie.git",
1516 "reference": "89d6436737bc82c636b2862952dbdd53b993d359"
1517 },
1518 "dist": {
1519 "type": "zip",
1520 "url": "https://api.github.com/repos/thephpleague/omnipay-mollie/zipball/89d6436737bc82c636b2862952dbdd53b993d359",
1521 "reference": "89d6436737bc82c636b2862952dbdd53b993d359",
1522 "shasum": ""
1523 },
1524 "require": {
1525 "omnipay/common": "^3.0.1"
1526 },
1527 "require-dev": {
1528 "jakub-onderka/php-parallel-lint": "^1",
1529 "omnipay/tests": "^3.1",
1530 "overtrue/phplint": "^1",
1531 "phpmd/phpmd": "^2",
1532 "phpro/grumphp": "^0.14",
1533 "squizlabs/php_codesniffer": "^3"
1534 },
1535 "time": "2021-03-05T14:51:11+00:00",
1536 "type": "library",
1537 "extra": {
1538 "branch-alias": {
1539 "dev-master": "5.1.x-dev"
1540 }
1541 },
1542 "installation-source": "dist",
1543 "autoload": {
1544 "psr-4": {
1545 "Omnipay\\Mollie\\": "src/"
1546 }
1547 },
1548 "notification-url": "https://packagist.org/downloads/",
1549 "license": [
1550 "MIT"
1551 ],
1552 "authors": [
1553 {
1554 "name": "Adrian Macneil",
1555 "email": "adrian@adrianmacneil.com"
1556 },
1557 {
1558 "name": "Barry vd. Heuvel",
1559 "email": "barryvdh@gmail.com"
1560 },
1561 {
1562 "name": "Omnipay Contributors",
1563 "homepage": "https://github.com/thephpleague/omnipay-mollie/contributors"
1564 }
1565 ],
1566 "description": "Mollie driver for the Omnipay payment processing library",
1567 "homepage": "https://github.com/thephpleague/omnipay-mollie",
1568 "keywords": [
1569 "gateway",
1570 "merchant",
1571 "mollie",
1572 "omnipay",
1573 "pay",
1574 "payment"
1575 ],
1576 "support": {
1577 "issues": "https://github.com/thephpleague/omnipay-mollie/issues",
1578 "source": "https://github.com/thephpleague/omnipay-mollie/tree/v5.3.0"
1579 },
1580 "install-path": "../omnipay/mollie"
1581 },
1582 {
1583 "name": "omnipay/paypal",
1584 "version": "v3.0.2",
1585 "version_normalized": "3.0.2.0",
1586 "source": {
1587 "type": "git",
1588 "url": "https://github.com/thephpleague/omnipay-paypal.git",
1589 "reference": "519db61b32ff0c1e56cbec94762b970ee9674f65"
1590 },
1591 "dist": {
1592 "type": "zip",
1593 "url": "https://api.github.com/repos/thephpleague/omnipay-paypal/zipball/519db61b32ff0c1e56cbec94762b970ee9674f65",
1594 "reference": "519db61b32ff0c1e56cbec94762b970ee9674f65",
1595 "shasum": ""
1596 },
1597 "require": {
1598 "omnipay/common": "^3"
1599 },
1600 "require-dev": {
1601 "omnipay/tests": "^3",
1602 "phpro/grumphp": "^0.14",
1603 "squizlabs/php_codesniffer": "^3"
1604 },
1605 "time": "2018-05-15T10:35:58+00:00",
1606 "type": "library",
1607 "extra": {
1608 "branch-alias": {
1609 "dev-master": "3.0.x-dev"
1610 }
1611 },
1612 "installation-source": "dist",
1613 "autoload": {
1614 "psr-4": {
1615 "Omnipay\\PayPal\\": "src/"
1616 }
1617 },
1618 "notification-url": "https://packagist.org/downloads/",
1619 "license": [
1620 "MIT"
1621 ],
1622 "authors": [
1623 {
1624 "name": "Adrian Macneil",
1625 "email": "adrian@adrianmacneil.com"
1626 },
1627 {
1628 "name": "Omnipay Contributors",
1629 "homepage": "https://github.com/thephpleague/omnipay-paypal/contributors"
1630 }
1631 ],
1632 "description": "PayPal gateway for Omnipay payment processing library",
1633 "homepage": "https://github.com/thephpleague/omnipay-paypal",
1634 "keywords": [
1635 "gateway",
1636 "merchant",
1637 "omnipay",
1638 "pay",
1639 "payment",
1640 "paypal",
1641 "purchase"
1642 ],
1643 "support": {
1644 "issues": "https://github.com/thephpleague/omnipay-paypal/issues",
1645 "source": "https://github.com/thephpleague/omnipay-paypal/tree/v3.0.2"
1646 },
1647 "install-path": "../omnipay/paypal"
1648 },
1649 {
1650 "name": "oyejorge/less.php",
1651 "version": "v1.7.0.14",
1652 "version_normalized": "1.7.0.14",
1653 "source": {
1654 "type": "git",
1655 "url": "https://github.com/oyejorge/less.php.git",
1656 "reference": "42925c5a01a07d67ca7e82dfc8fb31814d557bc9"
1657 },
1658 "dist": {
1659 "type": "zip",
1660 "url": "https://api.github.com/repos/oyejorge/less.php/zipball/42925c5a01a07d67ca7e82dfc8fb31814d557bc9",
1661 "reference": "42925c5a01a07d67ca7e82dfc8fb31814d557bc9",
1662 "shasum": ""
1663 },
1664 "require": {
1665 "php": ">=5.3"
1666 },
1667 "require-dev": {
1668 "phpunit/phpunit": "~4.8.24"
1669 },
1670 "time": "2017-03-28T22:19:25+00:00",
1671 "bin": [
1672 "bin/lessc"
1673 ],
1674 "type": "library",
1675 "installation-source": "dist",
1676 "autoload": {
1677 "psr-0": {
1678 "Less": "lib/"
1679 },
1680 "classmap": [
1681 "lessc.inc.php"
1682 ]
1683 },
1684 "notification-url": "https://packagist.org/downloads/",
1685 "license": [
1686 "Apache-2.0"
1687 ],
1688 "authors": [
1689 {
1690 "name": "Matt Agar",
1691 "homepage": "https://github.com/agar"
1692 },
1693 {
1694 "name": "Martin Jantošovič",
1695 "homepage": "https://github.com/Mordred"
1696 },
1697 {
1698 "name": "Josh Schmidt",
1699 "homepage": "https://github.com/oyejorge"
1700 }
1701 ],
1702 "description": "PHP port of the Javascript version of LESS http://lesscss.org (Originally maintained by Josh Schmidt)",
1703 "homepage": "http://lessphp.gpeasy.com",
1704 "keywords": [
1705 "css",
1706 "less",
1707 "less.js",
1708 "lesscss",
1709 "php",
1710 "stylesheet"
1711 ],
1712 "support": {
1713 "issues": "https://github.com/oyejorge/less.php/issues",
1714 "source": "https://github.com/oyejorge/less.php/tree/master"
1715 },
1716 "abandoned": true,
1717 "install-path": "../oyejorge/less.php"
1718 },
1719 {
1720 "name": "paragonie/random_compat",
1721 "version": "v2.0.21",
1722 "version_normalized": "2.0.21.0",
1723 "source": {
1724 "type": "git",
1725 "url": "https://github.com/paragonie/random_compat.git",
1726 "reference": "96c132c7f2f7bc3230723b66e89f8f150b29d5ae"
1727 },
1728 "dist": {
1729 "type": "zip",
1730 "url": "https://api.github.com/repos/paragonie/random_compat/zipball/96c132c7f2f7bc3230723b66e89f8f150b29d5ae",
1731 "reference": "96c132c7f2f7bc3230723b66e89f8f150b29d5ae",
1732 "shasum": ""
1733 },
1734 "require": {
1735 "php": ">=5.2.0"
1736 },
1737 "require-dev": {
1738 "phpunit/phpunit": "*"
1739 },
1740 "suggest": {
1741 "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
1742 },
1743 "time": "2022-02-16T17:07:03+00:00",
1744 "type": "library",
1745 "installation-source": "dist",
1746 "autoload": {
1747 "files": [
1748 "lib/random.php"
1749 ]
1750 },
1751 "notification-url": "https://packagist.org/downloads/",
1752 "license": [
1753 "MIT"
1754 ],
1755 "authors": [
1756 {
1757 "name": "Paragon Initiative Enterprises",
1758 "email": "security@paragonie.com",
1759 "homepage": "https://paragonie.com"
1760 }
1761 ],
1762 "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
1763 "keywords": [
1764 "csprng",
1765 "polyfill",
1766 "pseudorandom",
1767 "random"
1768 ],
1769 "support": {
1770 "email": "info@paragonie.com",
1771 "issues": "https://github.com/paragonie/random_compat/issues",
1772 "source": "https://github.com/paragonie/random_compat"
1773 },
1774 "install-path": "../paragonie/random_compat"
1775 },
1776 {
1777 "name": "php-http/client-common",
1778 "version": "1.11.0",
1779 "version_normalized": "1.11.0.0",
1780 "source": {
1781 "type": "git",
1782 "url": "https://github.com/php-http/client-common.git",
1783 "reference": "11d34cad40647848aa98536494f9da63571af9da"
1784 },
1785 "dist": {
1786 "type": "zip",
1787 "url": "https://api.github.com/repos/php-http/client-common/zipball/11d34cad40647848aa98536494f9da63571af9da",
1788 "reference": "11d34cad40647848aa98536494f9da63571af9da",
1789 "shasum": ""
1790 },
1791 "require": {
1792 "php": "^5.4 || ^7.0",
1793 "php-http/httplug": "^1.1",
1794 "php-http/message": "^1.6",
1795 "php-http/message-factory": "^1.0",
1796 "symfony/options-resolver": "^2.6 || ^3.0 || ^4.0 || ^5.0"
1797 },
1798 "require-dev": {
1799 "guzzlehttp/psr7": "^1.4",
1800 "phpspec/phpspec": "^2.5 || ^3.4 || ^4.2"
1801 },
1802 "suggest": {
1803 "php-http/cache-plugin": "PSR-6 Cache plugin",
1804 "php-http/logger-plugin": "PSR-3 Logger plugin",
1805 "php-http/stopwatch-plugin": "Symfony Stopwatch plugin"
1806 },
1807 "time": "2021-07-11T14:33:59+00:00",
1808 "type": "library",
1809 "extra": {
1810 "branch-alias": {
1811 "dev-master": "1.10.x-dev"
1812 }
1813 },
1814 "installation-source": "dist",
1815 "autoload": {
1816 "psr-4": {
1817 "AmeliaHttp\\Client\\Common\\": "src/"
1818 }
1819 },
1820 "notification-url": "https://packagist.org/downloads/",
1821 "license": [
1822 "MIT"
1823 ],
1824 "authors": [
1825 {
1826 "name": "Márk Sági-Kazár",
1827 "email": "mark.sagikazar@gmail.com"
1828 }
1829 ],
1830 "description": "Common HTTP Client implementations and tools for HTTPlug",
1831 "homepage": "http://httplug.io",
1832 "keywords": [
1833 "client",
1834 "common",
1835 "http",
1836 "httplug"
1837 ],
1838 "support": {
1839 "issues": "https://github.com/php-http/client-common/issues",
1840 "source": "https://github.com/php-http/client-common/tree/1.11.0"
1841 },
1842 "install-path": "../php-http/client-common"
1843 },
1844 {
1845 "name": "php-http/curl-client",
1846 "version": "v1.7.1",
1847 "version_normalized": "1.7.1.0",
1848 "source": {
1849 "type": "git",
1850 "url": "https://github.com/php-http/curl-client.git",
1851 "reference": "6341a93d00e5d953fc868a3928b5167e6513f2b6"
1852 },
1853 "dist": {
1854 "type": "zip",
1855 "url": "https://api.github.com/repos/php-http/curl-client/zipball/6341a93d00e5d953fc868a3928b5167e6513f2b6",
1856 "reference": "6341a93d00e5d953fc868a3928b5167e6513f2b6",
1857 "shasum": ""
1858 },
1859 "require": {
1860 "ext-curl": "*",
1861 "php": "^5.5 || ^7.0",
1862 "php-http/discovery": "^1.0",
1863 "php-http/httplug": "^1.0",
1864 "php-http/message": "^1.2",
1865 "php-http/message-factory": "^1.0.2"
1866 },
1867 "provide": {
1868 "php-http/async-client-implementation": "1.0",
1869 "php-http/client-implementation": "1.0"
1870 },
1871 "require-dev": {
1872 "guzzlehttp/psr7": "^1.0",
1873 "php-http/client-integration-tests": "^0.6",
1874 "phpunit/phpunit": "^4.8.27",
1875 "zendframework/zend-diactoros": "^1.0"
1876 },
1877 "time": "2018-03-26T19:21:48+00:00",
1878 "type": "library",
1879 "installation-source": "dist",
1880 "autoload": {
1881 "psr-4": {
1882 "AmeliaHttp\\Client\\Curl\\": "src/"
1883 }
1884 },
1885 "notification-url": "https://packagist.org/downloads/",
1886 "license": [
1887 "MIT"
1888 ],
1889 "authors": [
1890 {
1891 "name": "Ми�
1892 аил Красильников",
1893 "email": "m.krasilnikov@yandex.ru"
1894 }
1895 ],
1896 "description": "cURL client for PHP-HTTP",
1897 "homepage": "http://php-http.org",
1898 "keywords": [
1899 "curl",
1900 "http"
1901 ],
1902 "support": {
1903 "issues": "https://github.com/php-http/curl-client/issues",
1904 "source": "https://github.com/php-http/curl-client/tree/v1.7.1"
1905 },
1906 "install-path": "../php-http/curl-client"
1907 },
1908 {
1909 "name": "php-http/discovery",
1910 "version": "1.6.1",
1911 "version_normalized": "1.6.1.0",
1912 "source": {
1913 "type": "git",
1914 "url": "https://github.com/php-http/discovery.git",
1915 "reference": "684855f2c2e9d0a61868b8f8d6bd0295c8a4b651"
1916 },
1917 "dist": {
1918 "type": "zip",
1919 "url": "https://api.github.com/repos/php-http/discovery/zipball/684855f2c2e9d0a61868b8f8d6bd0295c8a4b651",
1920 "reference": "684855f2c2e9d0a61868b8f8d6bd0295c8a4b651",
1921 "shasum": ""
1922 },
1923 "require": {
1924 "php": "^5.5 || ^7.0"
1925 },
1926 "conflict": {
1927 "nyholm/psr7": "<1.0"
1928 },
1929 "require-dev": {
1930 "php-http/httplug": "^1.0 || ^2.0",
1931 "php-http/message-factory": "^1.0",
1932 "phpspec/phpspec": "^2.4",
1933 "puli/composer-plugin": "1.0.0-beta10"
1934 },
1935 "suggest": {
1936 "php-http/message": "Allow to use Guzzle, Diactoros or Slim Framework factories",
1937 "puli/composer-plugin": "Sets up Puli which is recommended for Discovery to work. Check http://docs.php-http.org/en/latest/discovery.html for more details."
1938 },
1939 "time": "2019-02-23T07:42:53+00:00",
1940 "type": "library",
1941 "extra": {
1942 "branch-alias": {
1943 "dev-master": "1.5-dev"
1944 }
1945 },
1946 "installation-source": "dist",
1947 "autoload": {
1948 "psr-4": {
1949 "AmeliaHttp\\Discovery\\": "src/"
1950 }
1951 },
1952 "notification-url": "https://packagist.org/downloads/",
1953 "license": [
1954 "MIT"
1955 ],
1956 "authors": [
1957 {
1958 "name": "Márk Sági-Kazár",
1959 "email": "mark.sagikazar@gmail.com"
1960 }
1961 ],
1962 "description": "Finds installed HTTPlug implementations and PSR-7 message factories",
1963 "homepage": "http://php-http.org",
1964 "keywords": [
1965 "adapter",
1966 "client",
1967 "discovery",
1968 "factory",
1969 "http",
1970 "message",
1971 "psr7"
1972 ],
1973 "support": {
1974 "issues": "https://github.com/php-http/discovery/issues",
1975 "source": "https://github.com/php-http/discovery/tree/master"
1976 },
1977 "install-path": "../php-http/discovery"
1978 },
1979 {
1980 "name": "php-http/httplug",
1981 "version": "v1.1.0",
1982 "version_normalized": "1.1.0.0",
1983 "source": {
1984 "type": "git",
1985 "url": "https://github.com/php-http/httplug.git",
1986 "reference": "1c6381726c18579c4ca2ef1ec1498fdae8bdf018"
1987 },
1988 "dist": {
1989 "type": "zip",
1990 "url": "https://api.github.com/repos/php-http/httplug/zipball/1c6381726c18579c4ca2ef1ec1498fdae8bdf018",
1991 "reference": "1c6381726c18579c4ca2ef1ec1498fdae8bdf018",
1992 "shasum": ""
1993 },
1994 "require": {
1995 "php": ">=5.4",
1996 "php-http/promise": "^1.0",
1997 "psr/http-message": "^1.0"
1998 },
1999 "require-dev": {
2000 "henrikbjorn/phpspec-code-coverage": "^1.0",
2001 "phpspec/phpspec": "^2.4"
2002 },
2003 "time": "2016-08-31T08:30:17+00:00",
2004 "type": "library",
2005 "extra": {
2006 "branch-alias": {
2007 "dev-master": "1.1-dev"
2008 }
2009 },
2010 "installation-source": "dist",
2011 "autoload": {
2012 "psr-4": {
2013 "AmeliaHttp\\Client\\": "src/"
2014 }
2015 },
2016 "notification-url": "https://packagist.org/downloads/",
2017 "license": [
2018 "MIT"
2019 ],
2020 "authors": [
2021 {
2022 "name": "Eric GELOEN",
2023 "email": "geloen.eric@gmail.com"
2024 },
2025 {
2026 "name": "Márk Sági-Kazár",
2027 "email": "mark.sagikazar@gmail.com"
2028 }
2029 ],
2030 "description": "HTTPlug, the HTTP client abstraction for PHP",
2031 "homepage": "http://httplug.io",
2032 "keywords": [
2033 "client",
2034 "http"
2035 ],
2036 "support": {
2037 "issues": "https://github.com/php-http/httplug/issues",
2038 "source": "https://github.com/php-http/httplug/tree/master"
2039 },
2040 "install-path": "../php-http/httplug"
2041 },
2042 {
2043 "name": "php-http/message",
2044 "version": "1.7.2",
2045 "version_normalized": "1.7.2.0",
2046 "source": {
2047 "type": "git",
2048 "url": "https://github.com/php-http/message.git",
2049 "reference": "b159ffe570dffd335e22ef0b91a946eacb182fa1"
2050 },
2051 "dist": {
2052 "type": "zip",
2053 "url": "https://api.github.com/repos/php-http/message/zipball/b159ffe570dffd335e22ef0b91a946eacb182fa1",
2054 "reference": "b159ffe570dffd335e22ef0b91a946eacb182fa1",
2055 "shasum": ""
2056 },
2057 "require": {
2058 "clue/stream-filter": "^1.4",
2059 "php": "^5.4 || ^7.0",
2060 "php-http/message-factory": "^1.0.2",
2061 "psr/http-message": "^1.0"
2062 },
2063 "provide": {
2064 "php-http/message-factory-implementation": "1.0"
2065 },
2066 "require-dev": {
2067 "akeneo/phpspec-skip-example-extension": "^1.0",
2068 "coduo/phpspec-data-provider-extension": "^1.0",
2069 "ext-zlib": "*",
2070 "guzzlehttp/psr7": "^1.0",
2071 "henrikbjorn/phpspec-code-coverage": "^1.0",
2072 "phpspec/phpspec": "^2.4",
2073 "slim/slim": "^3.0",
2074 "zendframework/zend-diactoros": "^1.0"
2075 },
2076 "suggest": {
2077 "ext-zlib": "Used with compressor/decompressor streams",
2078 "guzzlehttp/psr7": "Used with Guzzle PSR-7 Factories",
2079 "slim/slim": "Used with Slim Framework PSR-7 implementation",
2080 "zendframework/zend-diactoros": "Used with Diactoros Factories"
2081 },
2082 "time": "2018-11-01T09:32:41+00:00",
2083 "type": "library",
2084 "extra": {
2085 "branch-alias": {
2086 "dev-master": "1.6-dev"
2087 }
2088 },
2089 "installation-source": "dist",
2090 "autoload": {
2091 "files": [
2092 "src/filters.php"
2093 ],
2094 "psr-4": {
2095 "AmeliaHttp\\Message\\": "src/"
2096 }
2097 },
2098 "notification-url": "https://packagist.org/downloads/",
2099 "license": [
2100 "MIT"
2101 ],
2102 "authors": [
2103 {
2104 "name": "Márk Sági-Kazár",
2105 "email": "mark.sagikazar@gmail.com"
2106 }
2107 ],
2108 "description": "HTTP Message related tools",
2109 "homepage": "http://php-http.org",
2110 "keywords": [
2111 "http",
2112 "message",
2113 "psr-7"
2114 ],
2115 "support": {
2116 "issues": "https://github.com/php-http/message/issues",
2117 "source": "https://github.com/php-http/message/tree/master"
2118 },
2119 "install-path": "../php-http/message"
2120 },
2121 {
2122 "name": "php-http/message-factory",
2123 "version": "1.1.0",
2124 "version_normalized": "1.1.0.0",
2125 "source": {
2126 "type": "git",
2127 "url": "https://github.com/php-http/message-factory.git",
2128 "reference": "4d8778e1c7d405cbb471574821c1ff5b68cc8f57"
2129 },
2130 "dist": {
2131 "type": "zip",
2132 "url": "https://api.github.com/repos/php-http/message-factory/zipball/4d8778e1c7d405cbb471574821c1ff5b68cc8f57",
2133 "reference": "4d8778e1c7d405cbb471574821c1ff5b68cc8f57",
2134 "shasum": ""
2135 },
2136 "require": {
2137 "php": ">=5.4",
2138 "psr/http-message": "^1.0 || ^2.0"
2139 },
2140 "time": "2023-04-14T14:16:17+00:00",
2141 "type": "library",
2142 "extra": {
2143 "branch-alias": {
2144 "dev-master": "1.x-dev"
2145 }
2146 },
2147 "installation-source": "dist",
2148 "autoload": {
2149 "psr-4": {
2150 "AmeliaHttp\\Message\\": "src/"
2151 }
2152 },
2153 "notification-url": "https://packagist.org/downloads/",
2154 "license": [
2155 "MIT"
2156 ],
2157 "authors": [
2158 {
2159 "name": "Márk Sági-Kazár",
2160 "email": "mark.sagikazar@gmail.com"
2161 }
2162 ],
2163 "description": "Factory interfaces for PSR-7 HTTP Message",
2164 "homepage": "http://php-http.org",
2165 "keywords": [
2166 "factory",
2167 "http",
2168 "message",
2169 "stream",
2170 "uri"
2171 ],
2172 "support": {
2173 "issues": "https://github.com/php-http/message-factory/issues",
2174 "source": "https://github.com/php-http/message-factory/tree/1.1.0"
2175 },
2176 "abandoned": "psr/http-factory",
2177 "install-path": "../php-http/message-factory"
2178 },
2179 {
2180 "name": "php-http/multipart-stream-builder",
2181 "version": "1.0.0",
2182 "version_normalized": "1.0.0.0",
2183 "source": {
2184 "type": "git",
2185 "url": "https://github.com/php-http/multipart-stream-builder.git",
2186 "reference": "1fa3c623fc813a43b39494b2a1612174e36e0fb0"
2187 },
2188 "dist": {
2189 "type": "zip",
2190 "url": "https://api.github.com/repos/php-http/multipart-stream-builder/zipball/1fa3c623fc813a43b39494b2a1612174e36e0fb0",
2191 "reference": "1fa3c623fc813a43b39494b2a1612174e36e0fb0",
2192 "shasum": ""
2193 },
2194 "require": {
2195 "php": "^5.5 || ^7.0",
2196 "php-http/discovery": "^1.0",
2197 "php-http/message-factory": "^1.0.2",
2198 "psr/http-message": "^1.0"
2199 },
2200 "require-dev": {
2201 "php-http/message": "^1.5",
2202 "phpunit/phpunit": "^4.8 || ^5.4",
2203 "zendframework/zend-diactoros": "^1.3.5"
2204 },
2205 "time": "2017-05-21T17:45:25+00:00",
2206 "type": "library",
2207 "extra": {
2208 "branch-alias": {
2209 "dev-master": "0.3-dev"
2210 }
2211 },
2212 "installation-source": "dist",
2213 "autoload": {
2214 "psr-4": {
2215 "AmeliaHttp\\Message\\MultipartStream\\": "src/"
2216 }
2217 },
2218 "notification-url": "https://packagist.org/downloads/",
2219 "license": [
2220 "MIT"
2221 ],
2222 "authors": [
2223 {
2224 "name": "Tobias Nyholm",
2225 "email": "tobias.nyholm@gmail.com"
2226 }
2227 ],
2228 "description": "A builder class that help you create a multipart stream",
2229 "homepage": "http://php-http.org",
2230 "keywords": [
2231 "factory",
2232 "http",
2233 "message",
2234 "multipart stream",
2235 "stream"
2236 ],
2237 "support": {
2238 "issues": "https://github.com/php-http/multipart-stream-builder/issues",
2239 "source": "https://github.com/php-http/multipart-stream-builder/tree/master"
2240 },
2241 "install-path": "../php-http/multipart-stream-builder"
2242 },
2243 {
2244 "name": "php-http/promise",
2245 "version": "v1.0.0",
2246 "version_normalized": "1.0.0.0",
2247 "source": {
2248 "type": "git",
2249 "url": "https://github.com/php-http/promise.git",
2250 "reference": "dc494cdc9d7160b9a09bd5573272195242ce7980"
2251 },
2252 "dist": {
2253 "type": "zip",
2254 "url": "https://api.github.com/repos/php-http/promise/zipball/dc494cdc9d7160b9a09bd5573272195242ce7980",
2255 "reference": "dc494cdc9d7160b9a09bd5573272195242ce7980",
2256 "shasum": ""
2257 },
2258 "require-dev": {
2259 "henrikbjorn/phpspec-code-coverage": "^1.0",
2260 "phpspec/phpspec": "^2.4"
2261 },
2262 "time": "2016-01-26T13:27:02+00:00",
2263 "type": "library",
2264 "extra": {
2265 "branch-alias": {
2266 "dev-master": "1.1-dev"
2267 }
2268 },
2269 "installation-source": "dist",
2270 "autoload": {
2271 "psr-4": {
2272 "AmeliaHttp\\Promise\\": "src/"
2273 }
2274 },
2275 "notification-url": "https://packagist.org/downloads/",
2276 "license": [
2277 "MIT"
2278 ],
2279 "authors": [
2280 {
2281 "name": "Márk Sági-Kazár",
2282 "email": "mark.sagikazar@gmail.com"
2283 },
2284 {
2285 "name": "Joel Wurtz",
2286 "email": "joel.wurtz@gmail.com"
2287 }
2288 ],
2289 "description": "Promise used for asynchronous HTTP requests",
2290 "homepage": "http://httplug.io",
2291 "keywords": [
2292 "promise"
2293 ],
2294 "support": {
2295 "issues": "https://github.com/php-http/promise/issues",
2296 "source": "https://github.com/php-http/promise/tree/master"
2297 },
2298 "install-path": "../php-http/promise"
2299 },
2300 {
2301 "name": "php-jsonpointer/php-jsonpointer",
2302 "version": "v3.0.2",
2303 "version_normalized": "3.0.2.0",
2304 "source": {
2305 "type": "git",
2306 "url": "https://github.com/raphaelstolt/php-jsonpointer.git",
2307 "reference": "4428f86c6f23846e9faa5a420c4ef14e485b3afb"
2308 },
2309 "dist": {
2310 "type": "zip",
2311 "url": "https://api.github.com/repos/raphaelstolt/php-jsonpointer/zipball/4428f86c6f23846e9faa5a420c4ef14e485b3afb",
2312 "reference": "4428f86c6f23846e9faa5a420c4ef14e485b3afb",
2313 "shasum": ""
2314 },
2315 "require": {
2316 "php": ">=5.4"
2317 },
2318 "require-dev": {
2319 "friendsofphp/php-cs-fixer": "^1.11",
2320 "phpunit/phpunit": "4.6.*"
2321 },
2322 "time": "2016-08-29T08:51:01+00:00",
2323 "type": "library",
2324 "extra": {
2325 "branch-alias": {
2326 "dev-master": "2.0.x-dev"
2327 }
2328 },
2329 "installation-source": "dist",
2330 "autoload": {
2331 "psr-0": {
2332 "Rs\\Json": "src/"
2333 }
2334 },
2335 "notification-url": "https://packagist.org/downloads/",
2336 "license": [
2337 "MIT"
2338 ],
2339 "authors": [
2340 {
2341 "name": "Raphael Stolt",
2342 "email": "raphael.stolt@gmail.com",
2343 "homepage": "http://raphaelstolt.blogspot.com/"
2344 }
2345 ],
2346 "description": "Implementation of JSON Pointer (http://tools.ietf.org/html/rfc6901)",
2347 "homepage": "https://github.com/raphaelstolt/php-jsonpointer",
2348 "keywords": [
2349 "json",
2350 "json pointer",
2351 "json traversal"
2352 ],
2353 "install-path": "../php-jsonpointer/php-jsonpointer"
2354 },
2355 {
2356 "name": "phpmailer/phpmailer",
2357 "version": "v6.8.1",
2358 "version_normalized": "6.8.1.0",
2359 "source": {
2360 "type": "git",
2361 "url": "https://github.com/PHPMailer/PHPMailer.git",
2362 "reference": "e88da8d679acc3824ff231fdc553565b802ac016"
2363 },
2364 "dist": {
2365 "type": "zip",
2366 "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/e88da8d679acc3824ff231fdc553565b802ac016",
2367 "reference": "e88da8d679acc3824ff231fdc553565b802ac016",
2368 "shasum": ""
2369 },
2370 "require": {
2371 "ext-ctype": "*",
2372 "ext-filter": "*",
2373 "ext-hash": "*",
2374 "php": ">=5.5.0"
2375 },
2376 "require-dev": {
2377 "dealerdirect/phpcodesniffer-composer-installer": "^1.0",
2378 "doctrine/annotations": "^1.2.6 || ^1.13.3",
2379 "php-parallel-lint/php-console-highlighter": "^1.0.0",
2380 "php-parallel-lint/php-parallel-lint": "^1.3.2",
2381 "phpcompatibility/php-compatibility": "^9.3.5",
2382 "roave/security-advisories": "dev-latest",
2383 "squizlabs/php_codesniffer": "^3.7.2",
2384 "yoast/phpunit-polyfills": "^1.0.4"
2385 },
2386 "suggest": {
2387 "ext-mbstring": "Needed to send email in multibyte encoding charset or decode encoded addresses",
2388 "ext-openssl": "Needed for secure SMTP sending and DKIM signing",
2389 "greew/oauth2-azure-provider": "Needed for Microsoft Azure XOAUTH2 authentication",
2390 "hayageek/oauth2-yahoo": "Needed for Yahoo XOAUTH2 authentication",
2391 "league/oauth2-google": "Needed for Google XOAUTH2 authentication",
2392 "psr/log": "For optional PSR-3 debug logging",
2393 "symfony/polyfill-mbstring": "To support UTF-8 if the Mbstring PHP extension is not enabled (^1.2)",
2394 "thenetworg/oauth2-azure": "Needed for Microsoft XOAUTH2 authentication"
2395 },
2396 "time": "2023-08-29T08:26:30+00:00",
2397 "type": "library",
2398 "installation-source": "dist",
2399 "autoload": {
2400 "psr-4": {
2401 "PHPMailer\\PHPMailer\\": "src/"
2402 }
2403 },
2404 "notification-url": "https://packagist.org/downloads/",
2405 "license": [
2406 "LGPL-2.1-only"
2407 ],
2408 "authors": [
2409 {
2410 "name": "Marcus Bointon",
2411 "email": "phpmailer@synchromedia.co.uk"
2412 },
2413 {
2414 "name": "Jim Jagielski",
2415 "email": "jimjag@gmail.com"
2416 },
2417 {
2418 "name": "Andy Prevost",
2419 "email": "codeworxtech@users.sourceforge.net"
2420 },
2421 {
2422 "name": "Brent R. Matzelle"
2423 }
2424 ],
2425 "description": "PHPMailer is a full-featured email creation and transfer class for PHP",
2426 "support": {
2427 "issues": "https://github.com/PHPMailer/PHPMailer/issues",
2428 "source": "https://github.com/PHPMailer/PHPMailer/tree/v6.8.1"
2429 },
2430 "funding": [
2431 {
2432 "url": "https://github.com/Synchro",
2433 "type": "github"
2434 }
2435 ],
2436 "install-path": "../phpmailer/phpmailer"
2437 },
2438 {
2439 "name": "pimple/pimple",
2440 "version": "v3.2.3",
2441 "version_normalized": "3.2.3.0",
2442 "source": {
2443 "type": "git",
2444 "url": "https://github.com/silexphp/Pimple.git",
2445 "reference": "9e403941ef9d65d20cba7d54e29fe906db42cf32"
2446 },
2447 "dist": {
2448 "type": "zip",
2449 "url": "https://api.github.com/repos/silexphp/Pimple/zipball/9e403941ef9d65d20cba7d54e29fe906db42cf32",
2450 "reference": "9e403941ef9d65d20cba7d54e29fe906db42cf32",
2451 "shasum": ""
2452 },
2453 "require": {
2454 "php": ">=5.3.0",
2455 "psr/container": "^1.0"
2456 },
2457 "require-dev": {
2458 "symfony/phpunit-bridge": "^3.2"
2459 },
2460 "time": "2018-01-21T07:42:36+00:00",
2461 "type": "library",
2462 "extra": {
2463 "branch-alias": {
2464 "dev-master": "3.2.x-dev"
2465 }
2466 },
2467 "installation-source": "dist",
2468 "autoload": {
2469 "psr-0": {
2470 "Pimple": "src/"
2471 }
2472 },
2473 "notification-url": "https://packagist.org/downloads/",
2474 "license": [
2475 "MIT"
2476 ],
2477 "authors": [
2478 {
2479 "name": "Fabien Potencier",
2480 "email": "fabien@symfony.com"
2481 }
2482 ],
2483 "description": "Pimple, a simple Dependency Injection Container",
2484 "homepage": "http://pimple.sensiolabs.org",
2485 "keywords": [
2486 "container",
2487 "dependency injection"
2488 ],
2489 "support": {
2490 "issues": "https://github.com/silexphp/Pimple/issues",
2491 "source": "https://github.com/silexphp/Pimple/tree/master"
2492 },
2493 "install-path": "../pimple/pimple"
2494 },
2495 {
2496 "name": "psr/container",
2497 "version": "1.0.0",
2498 "version_normalized": "1.0.0.0",
2499 "source": {
2500 "type": "git",
2501 "url": "https://github.com/php-fig/container.git",
2502 "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
2503 },
2504 "dist": {
2505 "type": "zip",
2506 "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
2507 "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
2508 "shasum": ""
2509 },
2510 "require": {
2511 "php": ">=5.3.0"
2512 },
2513 "time": "2017-02-14T16:28:37+00:00",
2514 "type": "library",
2515 "extra": {
2516 "branch-alias": {
2517 "dev-master": "1.0.x-dev"
2518 }
2519 },
2520 "installation-source": "dist",
2521 "autoload": {
2522 "psr-4": {
2523 "Psr\\Container\\": "src/"
2524 }
2525 },
2526 "notification-url": "https://packagist.org/downloads/",
2527 "license": [
2528 "MIT"
2529 ],
2530 "authors": [
2531 {
2532 "name": "PHP-FIG",
2533 "homepage": "http://www.php-fig.org/"
2534 }
2535 ],
2536 "description": "Common Container Interface (PHP FIG PSR-11)",
2537 "homepage": "https://github.com/php-fig/container",
2538 "keywords": [
2539 "PSR-11",
2540 "container",
2541 "container-interface",
2542 "container-interop",
2543 "psr"
2544 ],
2545 "support": {
2546 "issues": "https://github.com/php-fig/container/issues",
2547 "source": "https://github.com/php-fig/container/tree/master"
2548 },
2549 "install-path": "../psr/container"
2550 },
2551 {
2552 "name": "psr/http-message",
2553 "version": "1.0.1",
2554 "version_normalized": "1.0.1.0",
2555 "source": {
2556 "type": "git",
2557 "url": "https://github.com/php-fig/http-message.git",
2558 "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
2559 },
2560 "dist": {
2561 "type": "zip",
2562 "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
2563 "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
2564 "shasum": ""
2565 },
2566 "require": {
2567 "php": ">=5.3.0"
2568 },
2569 "time": "2016-08-06T14:39:51+00:00",
2570 "type": "library",
2571 "extra": {
2572 "branch-alias": {
2573 "dev-master": "1.0.x-dev"
2574 }
2575 },
2576 "installation-source": "dist",
2577 "autoload": {
2578 "psr-4": {
2579 "Psr\\Http\\Message\\": "src/"
2580 }
2581 },
2582 "notification-url": "https://packagist.org/downloads/",
2583 "license": [
2584 "MIT"
2585 ],
2586 "authors": [
2587 {
2588 "name": "PHP-FIG",
2589 "homepage": "http://www.php-fig.org/"
2590 }
2591 ],
2592 "description": "Common interface for HTTP messages",
2593 "homepage": "https://github.com/php-fig/http-message",
2594 "keywords": [
2595 "http",
2596 "http-message",
2597 "psr",
2598 "psr-7",
2599 "request",
2600 "response"
2601 ],
2602 "support": {
2603 "source": "https://github.com/php-fig/http-message/tree/master"
2604 },
2605 "install-path": "../psr/http-message"
2606 },
2607 {
2608 "name": "psr/log",
2609 "version": "1.1.4",
2610 "version_normalized": "1.1.4.0",
2611 "source": {
2612 "type": "git",
2613 "url": "https://github.com/php-fig/log.git",
2614 "reference": "d49695b909c3b7628b6289db5479a1c204601f11"
2615 },
2616 "dist": {
2617 "type": "zip",
2618 "url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11",
2619 "reference": "d49695b909c3b7628b6289db5479a1c204601f11",
2620 "shasum": ""
2621 },
2622 "require": {
2623 "php": ">=5.3.0"
2624 },
2625 "time": "2021-05-03T11:20:27+00:00",
2626 "type": "library",
2627 "extra": {
2628 "branch-alias": {
2629 "dev-master": "1.1.x-dev"
2630 }
2631 },
2632 "installation-source": "dist",
2633 "autoload": {
2634 "psr-4": {
2635 "Psr\\Log\\": "Psr/Log/"
2636 }
2637 },
2638 "notification-url": "https://packagist.org/downloads/",
2639 "license": [
2640 "MIT"
2641 ],
2642 "authors": [
2643 {
2644 "name": "PHP-FIG",
2645 "homepage": "https://www.php-fig.org/"
2646 }
2647 ],
2648 "description": "Common interface for logging libraries",
2649 "homepage": "https://github.com/php-fig/log",
2650 "keywords": [
2651 "log",
2652 "psr",
2653 "psr-3"
2654 ],
2655 "support": {
2656 "source": "https://github.com/php-fig/log/tree/1.1.4"
2657 },
2658 "install-path": "../psr/log"
2659 },
2660 {
2661 "name": "ralouphie/getallheaders",
2662 "version": "3.0.3",
2663 "version_normalized": "3.0.3.0",
2664 "source": {
2665 "type": "git",
2666 "url": "https://github.com/ralouphie/getallheaders.git",
2667 "reference": "120b605dfeb996808c31b6477290a714d356e822"
2668 },
2669 "dist": {
2670 "type": "zip",
2671 "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
2672 "reference": "120b605dfeb996808c31b6477290a714d356e822",
2673 "shasum": ""
2674 },
2675 "require": {
2676 "php": ">=5.6"
2677 },
2678 "require-dev": {
2679 "php-coveralls/php-coveralls": "^2.1",
2680 "phpunit/phpunit": "^5 || ^6.5"
2681 },
2682 "time": "2019-03-08T08:55:37+00:00",
2683 "type": "library",
2684 "installation-source": "dist",
2685 "autoload": {
2686 "files": [
2687 "src/getallheaders.php"
2688 ]
2689 },
2690 "notification-url": "https://packagist.org/downloads/",
2691 "license": [
2692 "MIT"
2693 ],
2694 "authors": [
2695 {
2696 "name": "Ralph Khattar",
2697 "email": "ralph.khattar@gmail.com"
2698 }
2699 ],
2700 "description": "A polyfill for getallheaders.",
2701 "support": {
2702 "issues": "https://github.com/ralouphie/getallheaders/issues",
2703 "source": "https://github.com/ralouphie/getallheaders/tree/develop"
2704 },
2705 "install-path": "../ralouphie/getallheaders"
2706 },
2707 {
2708 "name": "razorpay/razorpay",
2709 "version": "2.8.1",
2710 "version_normalized": "2.8.1.0",
2711 "source": {
2712 "type": "git",
2713 "url": "https://github.com/razorpay/razorpay-php.git",
2714 "reference": "4ad7b6a5bd9896305858ec0a861f66020e39f628"
2715 },
2716 "dist": {
2717 "type": "zip",
2718 "url": "https://api.github.com/repos/razorpay/razorpay-php/zipball/4ad7b6a5bd9896305858ec0a861f66020e39f628",
2719 "reference": "4ad7b6a5bd9896305858ec0a861f66020e39f628",
2720 "shasum": ""
2721 },
2722 "require": {
2723 "ext-json": "*",
2724 "php": ">=5.3.0",
2725 "rmccue/requests": "v1.8.0"
2726 },
2727 "require-dev": {
2728 "phpunit/phpunit": "~4.8|~5.0",
2729 "raveren/kint": "1.*"
2730 },
2731 "time": "2021-11-08T11:13:39+00:00",
2732 "type": "library",
2733 "installation-source": "dist",
2734 "autoload": {
2735 "psr-4": {
2736 "Razorpay\\Api\\": "src/",
2737 "Razorpay\\Tests\\": "tests/"
2738 }
2739 },
2740 "notification-url": "https://packagist.org/downloads/",
2741 "license": [
2742 "MIT"
2743 ],
2744 "authors": [
2745 {
2746 "name": "Abhay Rana",
2747 "email": "nemo@razorpay.com",
2748 "homepage": "https://captnemo.in",
2749 "role": "Developer"
2750 },
2751 {
2752 "name": "Shashank Kumar",
2753 "email": "shashank@razorpay.com",
2754 "role": "Developer"
2755 }
2756 ],
2757 "description": "Razorpay PHP Client Library",
2758 "homepage": "https://docs.razorpay.com",
2759 "keywords": [
2760 "api",
2761 "client",
2762 "php",
2763 "razorpay"
2764 ],
2765 "install-path": "../razorpay/razorpay"
2766 },
2767 {
2768 "name": "rmccue/requests",
2769 "version": "v1.8.0",
2770 "version_normalized": "1.8.0.0",
2771 "source": {
2772 "type": "git",
2773 "url": "https://github.com/WordPress/Requests.git",
2774 "reference": "afbe4790e4def03581c4a0963a1e8aa01f6030f1"
2775 },
2776 "dist": {
2777 "type": "zip",
2778 "url": "https://api.github.com/repos/WordPress/Requests/zipball/afbe4790e4def03581c4a0963a1e8aa01f6030f1",
2779 "reference": "afbe4790e4def03581c4a0963a1e8aa01f6030f1",
2780 "shasum": ""
2781 },
2782 "require": {
2783 "php": ">=5.2"
2784 },
2785 "require-dev": {
2786 "dealerdirect/phpcodesniffer-composer-installer": "^0.7",
2787 "php-parallel-lint/php-console-highlighter": "^0.5.0",
2788 "php-parallel-lint/php-parallel-lint": "^1.3",
2789 "phpcompatibility/php-compatibility": "^9.0",
2790 "phpunit/phpunit": "^4.8 || ^5.7 || ^6.5 || ^7.5",
2791 "requests/test-server": "dev-master",
2792 "squizlabs/php_codesniffer": "^3.5",
2793 "wp-coding-standards/wpcs": "^2.0"
2794 },
2795 "time": "2021-04-27T11:05:25+00:00",
2796 "type": "library",
2797 "installation-source": "dist",
2798 "autoload": {
2799 "psr-0": {
2800 "Requests": "library/"
2801 }
2802 },
2803 "notification-url": "https://packagist.org/downloads/",
2804 "license": [
2805 "ISC"
2806 ],
2807 "authors": [
2808 {
2809 "name": "Ryan McCue",
2810 "homepage": "http://ryanmccue.info"
2811 }
2812 ],
2813 "description": "A HTTP library written in PHP, for human beings.",
2814 "homepage": "http://github.com/WordPress/Requests",
2815 "keywords": [
2816 "curl",
2817 "fsockopen",
2818 "http",
2819 "idna",
2820 "ipv6",
2821 "iri",
2822 "sockets"
2823 ],
2824 "install-path": "../rmccue/requests"
2825 },
2826 {
2827 "name": "sabberworm/php-css-parser",
2828 "version": "v8.6.0",
2829 "version_normalized": "8.6.0.0",
2830 "source": {
2831 "type": "git",
2832 "url": "https://github.com/MyIntervals/PHP-CSS-Parser.git",
2833 "reference": "d2fb94a9641be84d79c7548c6d39bbebba6e9a70"
2834 },
2835 "dist": {
2836 "type": "zip",
2837 "url": "https://api.github.com/repos/MyIntervals/PHP-CSS-Parser/zipball/d2fb94a9641be84d79c7548c6d39bbebba6e9a70",
2838 "reference": "d2fb94a9641be84d79c7548c6d39bbebba6e9a70",
2839 "shasum": ""
2840 },
2841 "require": {
2842 "ext-iconv": "*",
2843 "php": ">=5.6.20"
2844 },
2845 "require-dev": {
2846 "phpunit/phpunit": "^5.7.27"
2847 },
2848 "suggest": {
2849 "ext-mbstring": "for parsing UTF-8 CSS"
2850 },
2851 "time": "2024-07-01T07:33:21+00:00",
2852 "type": "library",
2853 "extra": {
2854 "branch-alias": {
2855 "dev-main": "9.0.x-dev"
2856 }
2857 },
2858 "installation-source": "dist",
2859 "autoload": {
2860 "psr-4": {
2861 "Sabberworm\\CSS\\": "src/"
2862 }
2863 },
2864 "notification-url": "https://packagist.org/downloads/",
2865 "license": [
2866 "MIT"
2867 ],
2868 "authors": [
2869 {
2870 "name": "Raphael Schweikert"
2871 },
2872 {
2873 "name": "Oliver Klee",
2874 "email": "github@oliverklee.de"
2875 },
2876 {
2877 "name": "Jake Hotson",
2878 "email": "jake.github@qzdesign.co.uk"
2879 }
2880 ],
2881 "description": "Parser for CSS Files written in PHP",
2882 "homepage": "https://www.sabberworm.com/blog/2010/6/10/php-css-parser",
2883 "keywords": [
2884 "css",
2885 "parser",
2886 "stylesheet"
2887 ],
2888 "install-path": "../sabberworm/php-css-parser"
2889 },
2890 {
2891 "name": "sabre/uri",
2892 "version": "3.0.2",
2893 "version_normalized": "3.0.2.0",
2894 "source": {
2895 "type": "git",
2896 "url": "https://github.com/sabre-io/uri.git",
2897 "reference": "38eeab6ed9eec435a2188db489d4649c56272c51"
2898 },
2899 "dist": {
2900 "type": "zip",
2901 "url": "https://api.github.com/repos/sabre-io/uri/zipball/38eeab6ed9eec435a2188db489d4649c56272c51",
2902 "reference": "38eeab6ed9eec435a2188db489d4649c56272c51",
2903 "shasum": ""
2904 },
2905 "require": {
2906 "php": "^7.4 || ^8.0"
2907 },
2908 "require-dev": {
2909 "friendsofphp/php-cs-fixer": "^3.64",
2910 "phpstan/extension-installer": "^1.4",
2911 "phpstan/phpstan": "^1.12",
2912 "phpstan/phpstan-phpunit": "^1.4",
2913 "phpstan/phpstan-strict-rules": "^1.6",
2914 "phpunit/phpunit": "^9.6"
2915 },
2916 "time": "2024-09-04T15:30:08+00:00",
2917 "type": "library",
2918 "installation-source": "dist",
2919 "autoload": {
2920 "files": [
2921 "lib/functions.php"
2922 ],
2923 "psr-4": {
2924 "Sabre\\Uri\\": "lib/"
2925 }
2926 },
2927 "notification-url": "https://packagist.org/downloads/",
2928 "license": [
2929 "BSD-3-Clause"
2930 ],
2931 "authors": [
2932 {
2933 "name": "Evert Pot",
2934 "email": "me@evertpot.com",
2935 "homepage": "http://evertpot.com/",
2936 "role": "Developer"
2937 }
2938 ],
2939 "description": "Functions for making sense out of URIs.",
2940 "homepage": "http://sabre.io/uri/",
2941 "keywords": [
2942 "rfc3986",
2943 "uri",
2944 "url"
2945 ],
2946 "support": {
2947 "forum": "https://groups.google.com/group/sabredav-discuss",
2948 "issues": "https://github.com/sabre-io/uri/issues",
2949 "source": "https://github.com/fruux/sabre-uri"
2950 },
2951 "install-path": "../sabre/uri"
2952 },
2953 {
2954 "name": "sabre/vobject",
2955 "version": "4.5.6",
2956 "version_normalized": "4.5.6.0",
2957 "source": {
2958 "type": "git",
2959 "url": "https://github.com/sabre-io/vobject.git",
2960 "reference": "900266bb3bd448a9f7f41f82344ad0aba237cb27"
2961 },
2962 "dist": {
2963 "type": "zip",
2964 "url": "https://api.github.com/repos/sabre-io/vobject/zipball/900266bb3bd448a9f7f41f82344ad0aba237cb27",
2965 "reference": "900266bb3bd448a9f7f41f82344ad0aba237cb27",
2966 "shasum": ""
2967 },
2968 "require": {
2969 "ext-mbstring": "*",
2970 "php": "^7.1 || ^8.0",
2971 "sabre/xml": "^2.1 || ^3.0 || ^4.0"
2972 },
2973 "require-dev": {
2974 "friendsofphp/php-cs-fixer": "~2.17.1",
2975 "phpstan/phpstan": "^0.12 || ^1.11",
2976 "phpunit/php-invoker": "^2.0 || ^3.1",
2977 "phpunit/phpunit": "^7.5 || ^8.5 || ^9.6"
2978 },
2979 "suggest": {
2980 "hoa/bench": "If you would like to run the benchmark scripts"
2981 },
2982 "time": "2024-10-14T11:53:54+00:00",
2983 "bin": [
2984 "bin/vobject",
2985 "bin/generate_vcards"
2986 ],
2987 "type": "library",
2988 "extra": {
2989 "branch-alias": {
2990 "dev-master": "4.0.x-dev"
2991 }
2992 },
2993 "installation-source": "dist",
2994 "autoload": {
2995 "psr-4": {
2996 "Sabre\\VObject\\": "lib/"
2997 }
2998 },
2999 "notification-url": "https://packagist.org/downloads/",
3000 "license": [
3001 "BSD-3-Clause"
3002 ],
3003 "authors": [
3004 {
3005 "name": "Evert Pot",
3006 "email": "me@evertpot.com",
3007 "homepage": "http://evertpot.com/",
3008 "role": "Developer"
3009 },
3010 {
3011 "name": "Dominik Tobschall",
3012 "email": "dominik@fruux.com",
3013 "homepage": "http://tobschall.de/",
3014 "role": "Developer"
3015 },
3016 {
3017 "name": "Ivan Enderlin",
3018 "email": "ivan.enderlin@hoa-project.net",
3019 "homepage": "http://mnt.io/",
3020 "role": "Developer"
3021 }
3022 ],
3023 "description": "The VObject library for PHP allows you to easily parse and manipulate iCalendar and vCard objects",
3024 "homepage": "http://sabre.io/vobject/",
3025 "keywords": [
3026 "availability",
3027 "freebusy",
3028 "iCalendar",
3029 "ical",
3030 "ics",
3031 "jCal",
3032 "jCard",
3033 "recurrence",
3034 "rfc2425",
3035 "rfc2426",
3036 "rfc2739",
3037 "rfc4770",
3038 "rfc5545",
3039 "rfc5546",
3040 "rfc6321",
3041 "rfc6350",
3042 "rfc6351",
3043 "rfc6474",
3044 "rfc6638",
3045 "rfc6715",
3046 "rfc6868",
3047 "vCalendar",
3048 "vCard",
3049 "vcf",
3050 "xCal",
3051 "xCard"
3052 ],
3053 "support": {
3054 "forum": "https://groups.google.com/group/sabredav-discuss",
3055 "issues": "https://github.com/sabre-io/vobject/issues",
3056 "source": "https://github.com/fruux/sabre-vobject"
3057 },
3058 "install-path": "../sabre/vobject"
3059 },
3060 {
3061 "name": "sabre/xml",
3062 "version": "4.0.6",
3063 "version_normalized": "4.0.6.0",
3064 "source": {
3065 "type": "git",
3066 "url": "https://github.com/sabre-io/xml.git",
3067 "reference": "a89257fd188ce30e456b841b6915f27905dfdbe3"
3068 },
3069 "dist": {
3070 "type": "zip",
3071 "url": "https://api.github.com/repos/sabre-io/xml/zipball/a89257fd188ce30e456b841b6915f27905dfdbe3",
3072 "reference": "a89257fd188ce30e456b841b6915f27905dfdbe3",
3073 "shasum": ""
3074 },
3075 "require": {
3076 "ext-dom": "*",
3077 "ext-xmlreader": "*",
3078 "ext-xmlwriter": "*",
3079 "lib-libxml": ">=2.6.20",
3080 "php": "^7.4 || ^8.0",
3081 "sabre/uri": ">=2.0,<4.0.0"
3082 },
3083 "require-dev": {
3084 "friendsofphp/php-cs-fixer": "^3.64",
3085 "phpstan/phpstan": "^1.12",
3086 "phpunit/phpunit": "^9.6"
3087 },
3088 "time": "2024-09-06T08:00:55+00:00",
3089 "type": "library",
3090 "installation-source": "dist",
3091 "autoload": {
3092 "files": [
3093 "lib/Deserializer/functions.php",
3094 "lib/Serializer/functions.php"
3095 ],
3096 "psr-4": {
3097 "Sabre\\Xml\\": "lib/"
3098 }
3099 },
3100 "notification-url": "https://packagist.org/downloads/",
3101 "license": [
3102 "BSD-3-Clause"
3103 ],
3104 "authors": [
3105 {
3106 "name": "Evert Pot",
3107 "email": "me@evertpot.com",
3108 "homepage": "http://evertpot.com/",
3109 "role": "Developer"
3110 },
3111 {
3112 "name": "Markus Staab",
3113 "email": "markus.staab@redaxo.de",
3114 "role": "Developer"
3115 }
3116 ],
3117 "description": "sabre/xml is an XML library that you may not hate.",
3118 "homepage": "https://sabre.io/xml/",
3119 "keywords": [
3120 "XMLReader",
3121 "XMLWriter",
3122 "dom",
3123 "xml"
3124 ],
3125 "support": {
3126 "forum": "https://groups.google.com/group/sabredav-discuss",
3127 "issues": "https://github.com/sabre-io/xml/issues",
3128 "source": "https://github.com/fruux/sabre-xml"
3129 },
3130 "install-path": "../sabre/xml"
3131 },
3132 {
3133 "name": "slim/slim",
3134 "version": "3.12.5",
3135 "version_normalized": "3.12.5.0",
3136 "source": {
3137 "type": "git",
3138 "url": "https://github.com/slimphp/Slim.git",
3139 "reference": "565632b2d9b64ecedf89546edbbf4f3648089f0c"
3140 },
3141 "dist": {
3142 "type": "zip",
3143 "url": "https://api.github.com/repos/slimphp/Slim/zipball/565632b2d9b64ecedf89546edbbf4f3648089f0c",
3144 "reference": "565632b2d9b64ecedf89546edbbf4f3648089f0c",
3145 "shasum": ""
3146 },
3147 "require": {
3148 "ext-json": "*",
3149 "ext-libxml": "*",
3150 "ext-simplexml": "*",
3151 "nikic/fast-route": "^1.0",
3152 "php": ">=5.5.0",
3153 "pimple/pimple": "^3.0",
3154 "psr/container": "^1.0",
3155 "psr/http-message": "^1.0"
3156 },
3157 "provide": {
3158 "psr/http-message-implementation": "1.0"
3159 },
3160 "require-dev": {
3161 "phpunit/phpunit": "^4.0",
3162 "squizlabs/php_codesniffer": "^3.6.0"
3163 },
3164 "time": "2023-07-23T04:32:51+00:00",
3165 "type": "library",
3166 "installation-source": "dist",
3167 "autoload": {
3168 "psr-4": {
3169 "Slim\\": "Slim"
3170 }
3171 },
3172 "notification-url": "https://packagist.org/downloads/",
3173 "license": [
3174 "MIT"
3175 ],
3176 "authors": [
3177 {
3178 "name": "Josh Lockhart",
3179 "email": "hello@joshlockhart.com",
3180 "homepage": "https://joshlockhart.com"
3181 },
3182 {
3183 "name": "Andrew Smith",
3184 "email": "a.smith@silentworks.co.uk",
3185 "homepage": "http://silentworks.co.uk"
3186 },
3187 {
3188 "name": "Rob Allen",
3189 "email": "rob@akrabat.com",
3190 "homepage": "http://akrabat.com"
3191 },
3192 {
3193 "name": "Gabriel Manricks",
3194 "email": "gmanricks@me.com",
3195 "homepage": "http://gabrielmanricks.com"
3196 }
3197 ],
3198 "description": "Slim is a PHP micro framework that helps you quickly write simple yet powerful web applications and APIs",
3199 "homepage": "https://slimframework.com",
3200 "keywords": [
3201 "api",
3202 "framework",
3203 "micro",
3204 "router"
3205 ],
3206 "support": {
3207 "issues": "https://github.com/slimphp/Slim/issues",
3208 "source": "https://github.com/slimphp/Slim/tree/3.12.5"
3209 },
3210 "funding": [
3211 {
3212 "url": "https://opencollective.com/slimphp",
3213 "type": "open_collective"
3214 },
3215 {
3216 "url": "https://tidelift.com/funding/github/packagist/slim/slim",
3217 "type": "tidelift"
3218 }
3219 ],
3220 "install-path": "../slim/slim"
3221 },
3222 {
3223 "name": "square/square",
3224 "version": "38.1.0.20240919",
3225 "version_normalized": "38.1.0.20240919",
3226 "source": {
3227 "type": "git",
3228 "url": "https://github.com/square/square-php-sdk.git",
3229 "reference": "438c9c307c0d6b31bbc1c90a83def0dec707d978"
3230 },
3231 "dist": {
3232 "type": "zip",
3233 "url": "https://api.github.com/repos/square/square-php-sdk/zipball/438c9c307c0d6b31bbc1c90a83def0dec707d978",
3234 "reference": "438c9c307c0d6b31bbc1c90a83def0dec707d978",
3235 "shasum": ""
3236 },
3237 "require": {
3238 "apimatic/core": "~0.3.11",
3239 "apimatic/core-interfaces": "~0.1.5",
3240 "apimatic/unirest-php": "^4.0.0",
3241 "ext-json": "*",
3242 "php": "^7.2 || ^8.0"
3243 },
3244 "require-dev": {
3245 "phan/phan": "5.4.2",
3246 "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
3247 "squizlabs/php_codesniffer": "^3.5"
3248 },
3249 "time": "2024-09-18T16:20:28+00:00",
3250 "type": "library",
3251 "installation-source": "dist",
3252 "autoload": {
3253 "psr-4": {
3254 "Square\\": "src/"
3255 }
3256 },
3257 "notification-url": "https://packagist.org/downloads/",
3258 "license": [
3259 "MIT"
3260 ],
3261 "authors": [
3262 {
3263 "name": "Square Developer Platform",
3264 "email": "developers@squareup.com",
3265 "homepage": "https://squareup.com/developers"
3266 }
3267 ],
3268 "description": "Use Square APIs to manage and run business including payment, customer, product, inventory, and employee management.",
3269 "homepage": "https://squareup.com/developers",
3270 "keywords": [
3271 "api",
3272 "sdk",
3273 "square"
3274 ],
3275 "install-path": "../square/square"
3276 },
3277 {
3278 "name": "stripe/stripe-php",
3279 "version": "v9.9.0",
3280 "version_normalized": "9.9.0.0",
3281 "source": {
3282 "type": "git",
3283 "url": "https://github.com/stripe/stripe-php.git",
3284 "reference": "479b5c2136fde0debb93d290ceaf20dd161c358f"
3285 },
3286 "dist": {
3287 "type": "zip",
3288 "url": "https://api.github.com/repos/stripe/stripe-php/zipball/479b5c2136fde0debb93d290ceaf20dd161c358f",
3289 "reference": "479b5c2136fde0debb93d290ceaf20dd161c358f",
3290 "shasum": ""
3291 },
3292 "require": {
3293 "ext-curl": "*",
3294 "ext-json": "*",
3295 "ext-mbstring": "*",
3296 "php": ">=5.6.0"
3297 },
3298 "require-dev": {
3299 "friendsofphp/php-cs-fixer": "3.5.0",
3300 "php-coveralls/php-coveralls": "^2.5",
3301 "phpstan/phpstan": "^1.2",
3302 "phpunit/phpunit": "^5.7 || ^9.0",
3303 "squizlabs/php_codesniffer": "^3.3"
3304 },
3305 "time": "2022-11-08T20:25:52+00:00",
3306 "type": "library",
3307 "extra": {
3308 "branch-alias": {
3309 "dev-master": "2.0-dev"
3310 }
3311 },
3312 "installation-source": "dist",
3313 "autoload": {
3314 "psr-4": {
3315 "AmeliaStripe\\": "lib/"
3316 }
3317 },
3318 "notification-url": "https://packagist.org/downloads/",
3319 "license": [
3320 "MIT"
3321 ],
3322 "authors": [
3323 {
3324 "name": "AmeliaStripe and contributors",
3325 "homepage": "https://github.com/stripe/stripe-php/contributors"
3326 }
3327 ],
3328 "description": "AmeliaStripe PHP Library",
3329 "homepage": "https://stripe.com/",
3330 "keywords": [
3331 "api",
3332 "payment processing",
3333 "stripe"
3334 ],
3335 "support": {
3336 "issues": "https://github.com/stripe/stripe-php/issues",
3337 "source": "https://github.com/stripe/stripe-php/tree/v9.9.0"
3338 },
3339 "install-path": "../stripe/stripe-php"
3340 },
3341 {
3342 "name": "symfony/http-foundation",
3343 "version": "v3.4.47",
3344 "version_normalized": "3.4.47.0",
3345 "source": {
3346 "type": "git",
3347 "url": "https://github.com/symfony/http-foundation.git",
3348 "reference": "b9885fcce6fe494201da4f70a9309770e9d13dc8"
3349 },
3350 "dist": {
3351 "type": "zip",
3352 "url": "https://api.github.com/repos/symfony/http-foundation/zipball/b9885fcce6fe494201da4f70a9309770e9d13dc8",
3353 "reference": "b9885fcce6fe494201da4f70a9309770e9d13dc8",
3354 "shasum": ""
3355 },
3356 "require": {
3357 "php": "^5.5.9|>=7.0.8",
3358 "symfony/polyfill-mbstring": "~1.1",
3359 "symfony/polyfill-php70": "~1.6"
3360 },
3361 "require-dev": {
3362 "symfony/expression-language": "~2.8|~3.0|~4.0"
3363 },
3364 "time": "2020-10-24T10:57:07+00:00",
3365 "type": "library",
3366 "installation-source": "dist",
3367 "autoload": {
3368 "psr-4": {
3369 "Symfony\\Component\\HttpFoundation\\": ""
3370 },
3371 "exclude-from-classmap": [
3372 "/Tests/"
3373 ]
3374 },
3375 "notification-url": "https://packagist.org/downloads/",
3376 "license": [
3377 "MIT"
3378 ],
3379 "authors": [
3380 {
3381 "name": "Fabien Potencier",
3382 "email": "fabien@symfony.com"
3383 },
3384 {
3385 "name": "Symfony Community",
3386 "homepage": "https://symfony.com/contributors"
3387 }
3388 ],
3389 "description": "Symfony HttpFoundation Component",
3390 "homepage": "https://symfony.com",
3391 "support": {
3392 "source": "https://github.com/symfony/http-foundation/tree/v3.4.47"
3393 },
3394 "funding": [
3395 {
3396 "url": "https://symfony.com/sponsor",
3397 "type": "custom"
3398 },
3399 {
3400 "url": "https://github.com/fabpot",
3401 "type": "github"
3402 },
3403 {
3404 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3405 "type": "tidelift"
3406 }
3407 ],
3408 "install-path": "../symfony/http-foundation"
3409 },
3410 {
3411 "name": "symfony/options-resolver",
3412 "version": "v3.4.47",
3413 "version_normalized": "3.4.47.0",
3414 "source": {
3415 "type": "git",
3416 "url": "https://github.com/symfony/options-resolver.git",
3417 "reference": "c7efc97a47b2ebaabc19d5b6c6b50f5c37c92744"
3418 },
3419 "dist": {
3420 "type": "zip",
3421 "url": "https://api.github.com/repos/symfony/options-resolver/zipball/c7efc97a47b2ebaabc19d5b6c6b50f5c37c92744",
3422 "reference": "c7efc97a47b2ebaabc19d5b6c6b50f5c37c92744",
3423 "shasum": ""
3424 },
3425 "require": {
3426 "php": "^5.5.9|>=7.0.8"
3427 },
3428 "time": "2020-10-24T10:57:07+00:00",
3429 "type": "library",
3430 "installation-source": "dist",
3431 "autoload": {
3432 "psr-4": {
3433 "Symfony\\Component\\OptionsResolver\\": ""
3434 },
3435 "exclude-from-classmap": [
3436 "/Tests/"
3437 ]
3438 },
3439 "notification-url": "https://packagist.org/downloads/",
3440 "license": [
3441 "MIT"
3442 ],
3443 "authors": [
3444 {
3445 "name": "Fabien Potencier",
3446 "email": "fabien@symfony.com"
3447 },
3448 {
3449 "name": "Symfony Community",
3450 "homepage": "https://symfony.com/contributors"
3451 }
3452 ],
3453 "description": "Symfony OptionsResolver Component",
3454 "homepage": "https://symfony.com",
3455 "keywords": [
3456 "config",
3457 "configuration",
3458 "options"
3459 ],
3460 "support": {
3461 "source": "https://github.com/symfony/options-resolver/tree/v3.4.47"
3462 },
3463 "funding": [
3464 {
3465 "url": "https://symfony.com/sponsor",
3466 "type": "custom"
3467 },
3468 {
3469 "url": "https://github.com/fabpot",
3470 "type": "github"
3471 },
3472 {
3473 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3474 "type": "tidelift"
3475 }
3476 ],
3477 "install-path": "../symfony/options-resolver"
3478 },
3479 {
3480 "name": "symfony/polyfill-ctype",
3481 "version": "v1.19.0",
3482 "version_normalized": "1.19.0.0",
3483 "source": {
3484 "type": "git",
3485 "url": "https://github.com/symfony/polyfill-ctype.git",
3486 "reference": "aed596913b70fae57be53d86faa2e9ef85a2297b"
3487 },
3488 "dist": {
3489 "type": "zip",
3490 "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/aed596913b70fae57be53d86faa2e9ef85a2297b",
3491 "reference": "aed596913b70fae57be53d86faa2e9ef85a2297b",
3492 "shasum": ""
3493 },
3494 "require": {
3495 "php": ">=5.3.3"
3496 },
3497 "suggest": {
3498 "ext-ctype": "For best performance"
3499 },
3500 "time": "2020-10-23T09:01:57+00:00",
3501 "type": "library",
3502 "extra": {
3503 "branch-alias": {
3504 "dev-main": "1.19-dev"
3505 },
3506 "thanks": {
3507 "name": "symfony/polyfill",
3508 "url": "https://github.com/symfony/polyfill"
3509 }
3510 },
3511 "installation-source": "dist",
3512 "autoload": {
3513 "files": [
3514 "bootstrap.php"
3515 ],
3516 "psr-4": {
3517 "Symfony\\Polyfill\\Ctype\\": ""
3518 }
3519 },
3520 "notification-url": "https://packagist.org/downloads/",
3521 "license": [
3522 "MIT"
3523 ],
3524 "authors": [
3525 {
3526 "name": "Gert de Pagter",
3527 "email": "BackEndTea@gmail.com"
3528 },
3529 {
3530 "name": "Symfony Community",
3531 "homepage": "https://symfony.com/contributors"
3532 }
3533 ],
3534 "description": "Symfony polyfill for ctype functions",
3535 "homepage": "https://symfony.com",
3536 "keywords": [
3537 "compatibility",
3538 "ctype",
3539 "polyfill",
3540 "portable"
3541 ],
3542 "support": {
3543 "source": "https://github.com/symfony/polyfill-ctype/tree/v1.19.0"
3544 },
3545 "funding": [
3546 {
3547 "url": "https://symfony.com/sponsor",
3548 "type": "custom"
3549 },
3550 {
3551 "url": "https://github.com/fabpot",
3552 "type": "github"
3553 },
3554 {
3555 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3556 "type": "tidelift"
3557 }
3558 ],
3559 "install-path": "../symfony/polyfill-ctype"
3560 },
3561 {
3562 "name": "symfony/polyfill-intl-idn",
3563 "version": "v1.19.0",
3564 "version_normalized": "1.19.0.0",
3565 "source": {
3566 "type": "git",
3567 "url": "https://github.com/symfony/polyfill-intl-idn.git",
3568 "reference": "4ad5115c0f5d5172a9fe8147675ec6de266d8826"
3569 },
3570 "dist": {
3571 "type": "zip",
3572 "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/4ad5115c0f5d5172a9fe8147675ec6de266d8826",
3573 "reference": "4ad5115c0f5d5172a9fe8147675ec6de266d8826",
3574 "shasum": ""
3575 },
3576 "require": {
3577 "php": ">=5.3.3",
3578 "symfony/polyfill-intl-normalizer": "^1.10",
3579 "symfony/polyfill-php70": "^1.10",
3580 "symfony/polyfill-php72": "^1.10"
3581 },
3582 "suggest": {
3583 "ext-intl": "For best performance"
3584 },
3585 "time": "2020-10-21T09:57:48+00:00",
3586 "type": "library",
3587 "extra": {
3588 "branch-alias": {
3589 "dev-main": "1.19-dev"
3590 },
3591 "thanks": {
3592 "name": "symfony/polyfill",
3593 "url": "https://github.com/symfony/polyfill"
3594 }
3595 },
3596 "installation-source": "dist",
3597 "autoload": {
3598 "files": [
3599 "bootstrap.php"
3600 ],
3601 "psr-4": {
3602 "Symfony\\Polyfill\\Intl\\Idn\\": ""
3603 }
3604 },
3605 "notification-url": "https://packagist.org/downloads/",
3606 "license": [
3607 "MIT"
3608 ],
3609 "authors": [
3610 {
3611 "name": "Laurent Bassin",
3612 "email": "laurent@bassin.info"
3613 },
3614 {
3615 "name": "Trevor Rowbotham",
3616 "email": "trevor.rowbotham@pm.me"
3617 },
3618 {
3619 "name": "Symfony Community",
3620 "homepage": "https://symfony.com/contributors"
3621 }
3622 ],
3623 "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
3624 "homepage": "https://symfony.com",
3625 "keywords": [
3626 "compatibility",
3627 "idn",
3628 "intl",
3629 "polyfill",
3630 "portable",
3631 "shim"
3632 ],
3633 "support": {
3634 "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.19.0"
3635 },
3636 "funding": [
3637 {
3638 "url": "https://symfony.com/sponsor",
3639 "type": "custom"
3640 },
3641 {
3642 "url": "https://github.com/fabpot",
3643 "type": "github"
3644 },
3645 {
3646 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3647 "type": "tidelift"
3648 }
3649 ],
3650 "install-path": "../symfony/polyfill-intl-idn"
3651 },
3652 {
3653 "name": "symfony/polyfill-intl-normalizer",
3654 "version": "v1.19.0",
3655 "version_normalized": "1.19.0.0",
3656 "source": {
3657 "type": "git",
3658 "url": "https://github.com/symfony/polyfill-intl-normalizer.git",
3659 "reference": "8db0ae7936b42feb370840cf24de1a144fb0ef27"
3660 },
3661 "dist": {
3662 "type": "zip",
3663 "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/8db0ae7936b42feb370840cf24de1a144fb0ef27",
3664 "reference": "8db0ae7936b42feb370840cf24de1a144fb0ef27",
3665 "shasum": ""
3666 },
3667 "require": {
3668 "php": ">=5.3.3"
3669 },
3670 "suggest": {
3671 "ext-intl": "For best performance"
3672 },
3673 "time": "2020-10-23T09:01:57+00:00",
3674 "type": "library",
3675 "extra": {
3676 "branch-alias": {
3677 "dev-main": "1.19-dev"
3678 },
3679 "thanks": {
3680 "name": "symfony/polyfill",
3681 "url": "https://github.com/symfony/polyfill"
3682 }
3683 },
3684 "installation-source": "dist",
3685 "autoload": {
3686 "files": [
3687 "bootstrap.php"
3688 ],
3689 "psr-4": {
3690 "Symfony\\Polyfill\\Intl\\Normalizer\\": ""
3691 },
3692 "classmap": [
3693 "Resources/stubs"
3694 ]
3695 },
3696 "notification-url": "https://packagist.org/downloads/",
3697 "license": [
3698 "MIT"
3699 ],
3700 "authors": [
3701 {
3702 "name": "Nicolas Grekas",
3703 "email": "p@tchwork.com"
3704 },
3705 {
3706 "name": "Symfony Community",
3707 "homepage": "https://symfony.com/contributors"
3708 }
3709 ],
3710 "description": "Symfony polyfill for intl's Normalizer class and related functions",
3711 "homepage": "https://symfony.com",
3712 "keywords": [
3713 "compatibility",
3714 "intl",
3715 "normalizer",
3716 "polyfill",
3717 "portable",
3718 "shim"
3719 ],
3720 "support": {
3721 "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.19.0"
3722 },
3723 "funding": [
3724 {
3725 "url": "https://symfony.com/sponsor",
3726 "type": "custom"
3727 },
3728 {
3729 "url": "https://github.com/fabpot",
3730 "type": "github"
3731 },
3732 {
3733 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3734 "type": "tidelift"
3735 }
3736 ],
3737 "install-path": "../symfony/polyfill-intl-normalizer"
3738 },
3739 {
3740 "name": "symfony/polyfill-mbstring",
3741 "version": "v1.19.0",
3742 "version_normalized": "1.19.0.0",
3743 "source": {
3744 "type": "git",
3745 "url": "https://github.com/symfony/polyfill-mbstring.git",
3746 "reference": "b5f7b932ee6fa802fc792eabd77c4c88084517ce"
3747 },
3748 "dist": {
3749 "type": "zip",
3750 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/b5f7b932ee6fa802fc792eabd77c4c88084517ce",
3751 "reference": "b5f7b932ee6fa802fc792eabd77c4c88084517ce",
3752 "shasum": ""
3753 },
3754 "require": {
3755 "php": ">=5.3.3"
3756 },
3757 "suggest": {
3758 "ext-mbstring": "For best performance"
3759 },
3760 "time": "2020-10-23T09:01:57+00:00",
3761 "type": "library",
3762 "extra": {
3763 "branch-alias": {
3764 "dev-main": "1.19-dev"
3765 },
3766 "thanks": {
3767 "name": "symfony/polyfill",
3768 "url": "https://github.com/symfony/polyfill"
3769 }
3770 },
3771 "installation-source": "dist",
3772 "autoload": {
3773 "files": [
3774 "bootstrap.php"
3775 ],
3776 "psr-4": {
3777 "Symfony\\Polyfill\\Mbstring\\": ""
3778 }
3779 },
3780 "notification-url": "https://packagist.org/downloads/",
3781 "license": [
3782 "MIT"
3783 ],
3784 "authors": [
3785 {
3786 "name": "Nicolas Grekas",
3787 "email": "p@tchwork.com"
3788 },
3789 {
3790 "name": "Symfony Community",
3791 "homepage": "https://symfony.com/contributors"
3792 }
3793 ],
3794 "description": "Symfony polyfill for the Mbstring extension",
3795 "homepage": "https://symfony.com",
3796 "keywords": [
3797 "compatibility",
3798 "mbstring",
3799 "polyfill",
3800 "portable",
3801 "shim"
3802 ],
3803 "support": {
3804 "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.19.0"
3805 },
3806 "funding": [
3807 {
3808 "url": "https://symfony.com/sponsor",
3809 "type": "custom"
3810 },
3811 {
3812 "url": "https://github.com/fabpot",
3813 "type": "github"
3814 },
3815 {
3816 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3817 "type": "tidelift"
3818 }
3819 ],
3820 "install-path": "../symfony/polyfill-mbstring"
3821 },
3822 {
3823 "name": "symfony/polyfill-php70",
3824 "version": "v1.19.0",
3825 "version_normalized": "1.19.0.0",
3826 "source": {
3827 "type": "git",
3828 "url": "https://github.com/symfony/polyfill-php70.git",
3829 "reference": "3fe414077251a81a1b15b1c709faf5c2fbae3d4e"
3830 },
3831 "dist": {
3832 "type": "zip",
3833 "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/3fe414077251a81a1b15b1c709faf5c2fbae3d4e",
3834 "reference": "3fe414077251a81a1b15b1c709faf5c2fbae3d4e",
3835 "shasum": ""
3836 },
3837 "require": {
3838 "paragonie/random_compat": "~1.0|~2.0|~9.99",
3839 "php": ">=5.3.3"
3840 },
3841 "time": "2020-10-23T09:01:57+00:00",
3842 "type": "library",
3843 "extra": {
3844 "branch-alias": {
3845 "dev-main": "1.19-dev"
3846 },
3847 "thanks": {
3848 "name": "symfony/polyfill",
3849 "url": "https://github.com/symfony/polyfill"
3850 }
3851 },
3852 "installation-source": "dist",
3853 "autoload": {
3854 "files": [
3855 "bootstrap.php"
3856 ],
3857 "psr-4": {
3858 "Symfony\\Polyfill\\Php70\\": ""
3859 },
3860 "classmap": [
3861 "Resources/stubs"
3862 ]
3863 },
3864 "notification-url": "https://packagist.org/downloads/",
3865 "license": [
3866 "MIT"
3867 ],
3868 "authors": [
3869 {
3870 "name": "Nicolas Grekas",
3871 "email": "p@tchwork.com"
3872 },
3873 {
3874 "name": "Symfony Community",
3875 "homepage": "https://symfony.com/contributors"
3876 }
3877 ],
3878 "description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions",
3879 "homepage": "https://symfony.com",
3880 "keywords": [
3881 "compatibility",
3882 "polyfill",
3883 "portable",
3884 "shim"
3885 ],
3886 "support": {
3887 "source": "https://github.com/symfony/polyfill-php70/tree/v1.19.0"
3888 },
3889 "funding": [
3890 {
3891 "url": "https://symfony.com/sponsor",
3892 "type": "custom"
3893 },
3894 {
3895 "url": "https://github.com/fabpot",
3896 "type": "github"
3897 },
3898 {
3899 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3900 "type": "tidelift"
3901 }
3902 ],
3903 "install-path": "../symfony/polyfill-php70"
3904 },
3905 {
3906 "name": "symfony/polyfill-php72",
3907 "version": "v1.19.0",
3908 "version_normalized": "1.19.0.0",
3909 "source": {
3910 "type": "git",
3911 "url": "https://github.com/symfony/polyfill-php72.git",
3912 "reference": "beecef6b463b06954638f02378f52496cb84bacc"
3913 },
3914 "dist": {
3915 "type": "zip",
3916 "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/beecef6b463b06954638f02378f52496cb84bacc",
3917 "reference": "beecef6b463b06954638f02378f52496cb84bacc",
3918 "shasum": ""
3919 },
3920 "require": {
3921 "php": ">=5.3.3"
3922 },
3923 "time": "2020-10-23T09:01:57+00:00",
3924 "type": "library",
3925 "extra": {
3926 "branch-alias": {
3927 "dev-main": "1.19-dev"
3928 },
3929 "thanks": {
3930 "name": "symfony/polyfill",
3931 "url": "https://github.com/symfony/polyfill"
3932 }
3933 },
3934 "installation-source": "dist",
3935 "autoload": {
3936 "files": [
3937 "bootstrap.php"
3938 ],
3939 "psr-4": {
3940 "Symfony\\Polyfill\\Php72\\": ""
3941 }
3942 },
3943 "notification-url": "https://packagist.org/downloads/",
3944 "license": [
3945 "MIT"
3946 ],
3947 "authors": [
3948 {
3949 "name": "Nicolas Grekas",
3950 "email": "p@tchwork.com"
3951 },
3952 {
3953 "name": "Symfony Community",
3954 "homepage": "https://symfony.com/contributors"
3955 }
3956 ],
3957 "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
3958 "homepage": "https://symfony.com",
3959 "keywords": [
3960 "compatibility",
3961 "polyfill",
3962 "portable",
3963 "shim"
3964 ],
3965 "support": {
3966 "source": "https://github.com/symfony/polyfill-php72/tree/v1.19.0"
3967 },
3968 "funding": [
3969 {
3970 "url": "https://symfony.com/sponsor",
3971 "type": "custom"
3972 },
3973 {
3974 "url": "https://github.com/fabpot",
3975 "type": "github"
3976 },
3977 {
3978 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3979 "type": "tidelift"
3980 }
3981 ],
3982 "install-path": "../symfony/polyfill-php72"
3983 },
3984 {
3985 "name": "webmozart/assert",
3986 "version": "1.9.1",
3987 "version_normalized": "1.9.1.0",
3988 "source": {
3989 "type": "git",
3990 "url": "https://github.com/webmozarts/assert.git",
3991 "reference": "bafc69caeb4d49c39fd0779086c03a3738cbb389"
3992 },
3993 "dist": {
3994 "type": "zip",
3995 "url": "https://api.github.com/repos/webmozarts/assert/zipball/bafc69caeb4d49c39fd0779086c03a3738cbb389",
3996 "reference": "bafc69caeb4d49c39fd0779086c03a3738cbb389",
3997 "shasum": ""
3998 },
3999 "require": {
4000 "php": "^5.3.3 || ^7.0 || ^8.0",
4001 "symfony/polyfill-ctype": "^1.8"
4002 },
4003 "conflict": {
4004 "phpstan/phpstan": "<0.12.20",
4005 "vimeo/psalm": "<3.9.1"
4006 },
4007 "require-dev": {
4008 "phpunit/phpunit": "^4.8.36 || ^7.5.13"
4009 },
4010 "time": "2020-07-08T17:02:28+00:00",
4011 "type": "library",
4012 "installation-source": "dist",
4013 "autoload": {
4014 "psr-4": {
4015 "Webmozart\\Assert\\": "src/"
4016 }
4017 },
4018 "notification-url": "https://packagist.org/downloads/",
4019 "license": [
4020 "MIT"
4021 ],
4022 "authors": [
4023 {
4024 "name": "Bernhard Schussek",
4025 "email": "bschussek@gmail.com"
4026 }
4027 ],
4028 "description": "Assertions to validate method input/output with nice error messages.",
4029 "keywords": [
4030 "assert",
4031 "check",
4032 "validate"
4033 ],
4034 "support": {
4035 "issues": "https://github.com/webmozarts/assert/issues",
4036 "source": "https://github.com/webmozarts/assert/tree/1.9.1"
4037 },
4038 "install-path": "../webmozart/assert"
4039 }
4040 ],
4041 "dev": false,
4042 "dev-package-names": []
4043 }
4044