diff options
Diffstat (limited to 'composer.lock')
-rw-r--r-- | composer.lock | 1601 |
1 files changed, 777 insertions, 824 deletions
diff --git a/composer.lock b/composer.lock index e6c938db..2c8b0ea7 100644 --- a/composer.lock +++ b/composer.lock | |||
@@ -4,33 +4,32 @@ | |||
4 | "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", | 4 | "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", |
5 | "This file is @generated automatically" | 5 | "This file is @generated automatically" |
6 | ], | 6 | ], |
7 | "content-hash": "085b03ce38cd1106ad0e3af1ef3014c2", | 7 | "content-hash": "98520a05a7185503ee13d05ffaa535f6", |
8 | "packages": [ | 8 | "packages": [ |
9 | { | 9 | { |
10 | "name": "arthurhoaro/web-thumbnailer", | 10 | "name": "arthurhoaro/web-thumbnailer", |
11 | "version": "v1.3.1", | 11 | "version": "v2.0.3", |
12 | "source": { | 12 | "source": { |
13 | "type": "git", | 13 | "type": "git", |
14 | "url": "https://github.com/ArthurHoaro/web-thumbnailer.git", | 14 | "url": "https://github.com/ArthurHoaro/web-thumbnailer.git", |
15 | "reference": "7142bd94ec93719a756a7012ebb8e1c5813c6860" | 15 | "reference": "39bfd4f3136d9e6096496b9720e877326cfe4775" |
16 | }, | 16 | }, |
17 | "dist": { | 17 | "dist": { |
18 | "type": "zip", | 18 | "type": "zip", |
19 | "url": "https://api.github.com/repos/ArthurHoaro/web-thumbnailer/zipball/7142bd94ec93719a756a7012ebb8e1c5813c6860", | 19 | "url": "https://api.github.com/repos/ArthurHoaro/web-thumbnailer/zipball/39bfd4f3136d9e6096496b9720e877326cfe4775", |
20 | "reference": "7142bd94ec93719a756a7012ebb8e1c5813c6860", | 20 | "reference": "39bfd4f3136d9e6096496b9720e877326cfe4775", |
21 | "shasum": "" | 21 | "shasum": "" |
22 | }, | 22 | }, |
23 | "require": { | 23 | "require": { |
24 | "php": ">=5.6", | 24 | "php": ">=7.1", |
25 | "phpunit/php-text-template": "^1.2" | 25 | "phpunit/php-text-template": "^1.2 || ^2.0" |
26 | }, | ||
27 | "conflict": { | ||
28 | "phpunit/php-timer": ">=2" | ||
29 | }, | 26 | }, |
30 | "require-dev": { | 27 | "require-dev": { |
28 | "gskema/phpcs-type-sniff": "^0.13.1", | ||
31 | "php-coveralls/php-coveralls": "^2.0", | 29 | "php-coveralls/php-coveralls": "^2.0", |
32 | "phpunit/phpunit": "5.2.*", | 30 | "phpstan/phpstan": "^0.12.9", |
33 | "squizlabs/php_codesniffer": "^3.2" | 31 | "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0", |
32 | "squizlabs/php_codesniffer": "^3.0" | ||
34 | }, | 33 | }, |
35 | "type": "library", | 34 | "type": "library", |
36 | "autoload": { | 35 | "autoload": { |
@@ -52,51 +51,24 @@ | |||
52 | } | 51 | } |
53 | ], | 52 | ], |
54 | "description": "PHP library which will retrieve a thumbnail for any given URL", | 53 | "description": "PHP library which will retrieve a thumbnail for any given URL", |
55 | "time": "2018-08-11T12:21:52+00:00" | 54 | "support": { |
56 | }, | 55 | "issues": "https://github.com/ArthurHoaro/web-thumbnailer/issues", |
57 | { | 56 | "source": "https://github.com/ArthurHoaro/web-thumbnailer/tree/v2.0.3" |
58 | "name": "container-interop/container-interop", | ||
59 | "version": "1.2.0", | ||
60 | "source": { | ||
61 | "type": "git", | ||
62 | "url": "https://github.com/container-interop/container-interop.git", | ||
63 | "reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8" | ||
64 | }, | ||
65 | "dist": { | ||
66 | "type": "zip", | ||
67 | "url": "https://api.github.com/repos/container-interop/container-interop/zipball/79cbf1341c22ec75643d841642dd5d6acd83bdb8", | ||
68 | "reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8", | ||
69 | "shasum": "" | ||
70 | }, | 57 | }, |
71 | "require": { | 58 | "time": "2020-09-29T15:51:03+00:00" |
72 | "psr/container": "^1.0" | ||
73 | }, | ||
74 | "type": "library", | ||
75 | "autoload": { | ||
76 | "psr-4": { | ||
77 | "Interop\\Container\\": "src/Interop/Container/" | ||
78 | } | ||
79 | }, | ||
80 | "notification-url": "https://packagist.org/downloads/", | ||
81 | "license": [ | ||
82 | "MIT" | ||
83 | ], | ||
84 | "description": "Promoting the interoperability of container objects (DIC, SL, etc.)", | ||
85 | "homepage": "https://github.com/container-interop/container-interop", | ||
86 | "time": "2017-02-14T19:40:03+00:00" | ||
87 | }, | 59 | }, |
88 | { | 60 | { |
89 | "name": "erusev/parsedown", | 61 | "name": "erusev/parsedown", |
90 | "version": "1.7.3", | 62 | "version": "1.7.4", |
91 | "source": { | 63 | "source": { |
92 | "type": "git", | 64 | "type": "git", |
93 | "url": "https://github.com/erusev/parsedown.git", | 65 | "url": "https://github.com/erusev/parsedown.git", |
94 | "reference": "6d893938171a817f4e9bc9e86f2da1e370b7bcd7" | 66 | "reference": "cb17b6477dfff935958ba01325f2e8a2bfa6dab3" |
95 | }, | 67 | }, |
96 | "dist": { | 68 | "dist": { |
97 | "type": "zip", | 69 | "type": "zip", |
98 | "url": "https://api.github.com/repos/erusev/parsedown/zipball/6d893938171a817f4e9bc9e86f2da1e370b7bcd7", | 70 | "url": "https://api.github.com/repos/erusev/parsedown/zipball/cb17b6477dfff935958ba01325f2e8a2bfa6dab3", |
99 | "reference": "6d893938171a817f4e9bc9e86f2da1e370b7bcd7", | 71 | "reference": "cb17b6477dfff935958ba01325f2e8a2bfa6dab3", |
100 | "shasum": "" | 72 | "shasum": "" |
101 | }, | 73 | }, |
102 | "require": { | 74 | "require": { |
@@ -129,20 +101,24 @@ | |||
129 | "markdown", | 101 | "markdown", |
130 | "parser" | 102 | "parser" |
131 | ], | 103 | ], |
132 | "time": "2019-03-17T18:48:37+00:00" | 104 | "support": { |
105 | "issues": "https://github.com/erusev/parsedown/issues", | ||
106 | "source": "https://github.com/erusev/parsedown/tree/1.7.x" | ||
107 | }, | ||
108 | "time": "2019-12-30T22:54:17+00:00" | ||
133 | }, | 109 | }, |
134 | { | 110 | { |
135 | "name": "gettext/gettext", | 111 | "name": "gettext/gettext", |
136 | "version": "v4.6.3", | 112 | "version": "v4.8.2", |
137 | "source": { | 113 | "source": { |
138 | "type": "git", | 114 | "type": "git", |
139 | "url": "https://github.com/oscarotero/Gettext.git", | 115 | "url": "https://github.com/php-gettext/Gettext.git", |
140 | "reference": "70c6ff2fecd275e6ef9cdd542f55939a3d1904d6" | 116 | "reference": "e474f872f2c8636cf53fd283ec4ce1218f3d236a" |
141 | }, | 117 | }, |
142 | "dist": { | 118 | "dist": { |
143 | "type": "zip", | 119 | "type": "zip", |
144 | "url": "https://api.github.com/repos/oscarotero/Gettext/zipball/70c6ff2fecd275e6ef9cdd542f55939a3d1904d6", | 120 | "url": "https://api.github.com/repos/php-gettext/Gettext/zipball/e474f872f2c8636cf53fd283ec4ce1218f3d236a", |
145 | "reference": "70c6ff2fecd275e6ef9cdd542f55939a3d1904d6", | 121 | "reference": "e474f872f2c8636cf53fd283ec4ce1218f3d236a", |
146 | "shasum": "" | 122 | "shasum": "" |
147 | }, | 123 | }, |
148 | "require": { | 124 | "require": { |
@@ -191,31 +167,36 @@ | |||
191 | "po", | 167 | "po", |
192 | "translation" | 168 | "translation" |
193 | ], | 169 | ], |
194 | "time": "2019-07-15T12:56:31+00:00" | 170 | "support": { |
171 | "email": "oom@oscarotero.com", | ||
172 | "issues": "https://github.com/oscarotero/Gettext/issues", | ||
173 | "source": "https://github.com/php-gettext/Gettext/tree/v4.8.2" | ||
174 | }, | ||
175 | "time": "2019-12-02T10:21:14+00:00" | ||
195 | }, | 176 | }, |
196 | { | 177 | { |
197 | "name": "gettext/languages", | 178 | "name": "gettext/languages", |
198 | "version": "2.5.0", | 179 | "version": "2.6.0", |
199 | "source": { | 180 | "source": { |
200 | "type": "git", | 181 | "type": "git", |
201 | "url": "https://github.com/mlocati/cldr-to-gettext-plural-rules.git", | 182 | "url": "https://github.com/php-gettext/Languages.git", |
202 | "reference": "78db2d17933f0765a102f368a6663f057162ddbd" | 183 | "reference": "38ea0482f649e0802e475f0ed19fa993bcb7a618" |
203 | }, | 184 | }, |
204 | "dist": { | 185 | "dist": { |
205 | "type": "zip", | 186 | "type": "zip", |
206 | "url": "https://api.github.com/repos/mlocati/cldr-to-gettext-plural-rules/zipball/78db2d17933f0765a102f368a6663f057162ddbd", | 187 | "url": "https://api.github.com/repos/php-gettext/Languages/zipball/38ea0482f649e0802e475f0ed19fa993bcb7a618", |
207 | "reference": "78db2d17933f0765a102f368a6663f057162ddbd", | 188 | "reference": "38ea0482f649e0802e475f0ed19fa993bcb7a618", |
208 | "shasum": "" | 189 | "shasum": "" |
209 | }, | 190 | }, |
210 | "require": { | 191 | "require": { |
211 | "php": ">=5.3" | 192 | "php": ">=5.3" |
212 | }, | 193 | }, |
213 | "require-dev": { | 194 | "require-dev": { |
214 | "phpunit/phpunit": "^4" | 195 | "friendsofphp/php-cs-fixer": "^2.16.0", |
196 | "phpunit/phpunit": "^4.8 || ^5.7 || ^6.5 || ^7.5 || ^8.4" | ||
215 | }, | 197 | }, |
216 | "bin": [ | 198 | "bin": [ |
217 | "bin/export-plural-rules", | 199 | "bin/export-plural-rules" |
218 | "bin/export-plural-rules.php" | ||
219 | ], | 200 | ], |
220 | "type": "library", | 201 | "type": "library", |
221 | "autoload": { | 202 | "autoload": { |
@@ -235,7 +216,7 @@ | |||
235 | } | 216 | } |
236 | ], | 217 | ], |
237 | "description": "gettext languages with plural rules", | 218 | "description": "gettext languages with plural rules", |
238 | "homepage": "https://github.com/mlocati/cldr-to-gettext-plural-rules", | 219 | "homepage": "https://github.com/php-gettext/Languages", |
239 | "keywords": [ | 220 | "keywords": [ |
240 | "cldr", | 221 | "cldr", |
241 | "i18n", | 222 | "i18n", |
@@ -252,7 +233,11 @@ | |||
252 | "translations", | 233 | "translations", |
253 | "unicode" | 234 | "unicode" |
254 | ], | 235 | ], |
255 | "time": "2018-11-13T22:06:07+00:00" | 236 | "support": { |
237 | "issues": "https://github.com/php-gettext/Languages/issues", | ||
238 | "source": "https://github.com/php-gettext/Languages/tree/2.6.0" | ||
239 | }, | ||
240 | "time": "2019-11-13T10:30:21+00:00" | ||
256 | }, | 241 | }, |
257 | { | 242 | { |
258 | "name": "katzgrau/klogger", | 243 | "name": "katzgrau/klogger", |
@@ -302,6 +287,10 @@ | |||
302 | "keywords": [ | 287 | "keywords": [ |
303 | "logging" | 288 | "logging" |
304 | ], | 289 | ], |
290 | "support": { | ||
291 | "issues": "https://github.com/katzgrau/KLogger/issues", | ||
292 | "source": "https://github.com/katzgrau/KLogger/tree/master" | ||
293 | }, | ||
305 | "time": "2016-11-07T19:29:14+00:00" | 294 | "time": "2016-11-07T19:29:14+00:00" |
306 | }, | 295 | }, |
307 | { | 296 | { |
@@ -348,6 +337,10 @@ | |||
348 | "router", | 337 | "router", |
349 | "routing" | 338 | "routing" |
350 | ], | 339 | ], |
340 | "support": { | ||
341 | "issues": "https://github.com/nikic/FastRoute/issues", | ||
342 | "source": "https://github.com/nikic/FastRoute/tree/master" | ||
343 | }, | ||
351 | "time": "2018-02-13T20:26:39+00:00" | 344 | "time": "2018-02-13T20:26:39+00:00" |
352 | }, | 345 | }, |
353 | { | 346 | { |
@@ -389,6 +382,10 @@ | |||
389 | "keywords": [ | 382 | "keywords": [ |
390 | "template" | 383 | "template" |
391 | ], | 384 | ], |
385 | "support": { | ||
386 | "issues": "https://github.com/sebastianbergmann/php-text-template/issues", | ||
387 | "source": "https://github.com/sebastianbergmann/php-text-template/tree/1.2.1" | ||
388 | }, | ||
392 | "time": "2015-06-21T13:50:34+00:00" | 389 | "time": "2015-06-21T13:50:34+00:00" |
393 | }, | 390 | }, |
394 | { | 391 | { |
@@ -439,6 +436,10 @@ | |||
439 | "container", | 436 | "container", |
440 | "dependency injection" | 437 | "dependency injection" |
441 | ], | 438 | ], |
439 | "support": { | ||
440 | "issues": "https://github.com/silexphp/Pimple/issues", | ||
441 | "source": "https://github.com/silexphp/Pimple/tree/master" | ||
442 | }, | ||
442 | "time": "2018-01-21T07:42:36+00:00" | 443 | "time": "2018-01-21T07:42:36+00:00" |
443 | }, | 444 | }, |
444 | { | 445 | { |
@@ -488,6 +489,10 @@ | |||
488 | "container-interop", | 489 | "container-interop", |
489 | "psr" | 490 | "psr" |
490 | ], | 491 | ], |
492 | "support": { | ||
493 | "issues": "https://github.com/php-fig/container/issues", | ||
494 | "source": "https://github.com/php-fig/container/tree/master" | ||
495 | }, | ||
491 | "time": "2017-02-14T16:28:37+00:00" | 496 | "time": "2017-02-14T16:28:37+00:00" |
492 | }, | 497 | }, |
493 | { | 498 | { |
@@ -538,20 +543,23 @@ | |||
538 | "request", | 543 | "request", |
539 | "response" | 544 | "response" |
540 | ], | 545 | ], |
546 | "support": { | ||
547 | "source": "https://github.com/php-fig/http-message/tree/master" | ||
548 | }, | ||
541 | "time": "2016-08-06T14:39:51+00:00" | 549 | "time": "2016-08-06T14:39:51+00:00" |
542 | }, | 550 | }, |
543 | { | 551 | { |
544 | "name": "psr/log", | 552 | "name": "psr/log", |
545 | "version": "1.1.0", | 553 | "version": "1.1.3", |
546 | "source": { | 554 | "source": { |
547 | "type": "git", | 555 | "type": "git", |
548 | "url": "https://github.com/php-fig/log.git", | 556 | "url": "https://github.com/php-fig/log.git", |
549 | "reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd" | 557 | "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc" |
550 | }, | 558 | }, |
551 | "dist": { | 559 | "dist": { |
552 | "type": "zip", | 560 | "type": "zip", |
553 | "url": "https://api.github.com/repos/php-fig/log/zipball/6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd", | 561 | "url": "https://api.github.com/repos/php-fig/log/zipball/0f73288fd15629204f9d42b7055f72dacbe811fc", |
554 | "reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd", | 562 | "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc", |
555 | "shasum": "" | 563 | "shasum": "" |
556 | }, | 564 | }, |
557 | "require": { | 565 | "require": { |
@@ -560,7 +568,7 @@ | |||
560 | "type": "library", | 568 | "type": "library", |
561 | "extra": { | 569 | "extra": { |
562 | "branch-alias": { | 570 | "branch-alias": { |
563 | "dev-master": "1.0.x-dev" | 571 | "dev-master": "1.1.x-dev" |
564 | } | 572 | } |
565 | }, | 573 | }, |
566 | "autoload": { | 574 | "autoload": { |
@@ -585,7 +593,10 @@ | |||
585 | "psr", | 593 | "psr", |
586 | "psr-3" | 594 | "psr-3" |
587 | ], | 595 | ], |
588 | "time": "2018-11-20T15:27:04+00:00" | 596 | "support": { |
597 | "source": "https://github.com/php-fig/log/tree/1.1.3" | ||
598 | }, | ||
599 | "time": "2020-03-23T09:12:05+00:00" | ||
589 | }, | 600 | }, |
590 | { | 601 | { |
591 | "name": "pubsubhubbub/publisher", | 602 | "name": "pubsubhubbub/publisher", |
@@ -605,6 +616,7 @@ | |||
605 | "ext-curl": "*", | 616 | "ext-curl": "*", |
606 | "php": "~5.4 || ~7.0" | 617 | "php": "~5.4 || ~7.0" |
607 | }, | 618 | }, |
619 | "default-branch": true, | ||
608 | "type": "library", | 620 | "type": "library", |
609 | "autoload": { | 621 | "autoload": { |
610 | "psr-4": { | 622 | "psr-4": { |
@@ -630,20 +642,24 @@ | |||
630 | "pubsubhubbub", | 642 | "pubsubhubbub", |
631 | "websub" | 643 | "websub" |
632 | ], | 644 | ], |
645 | "support": { | ||
646 | "issues": "https://github.com/pubsubhubbub/php-publisher/issues", | ||
647 | "source": "https://github.com/pubsubhubbub/php-publisher/tree/master" | ||
648 | }, | ||
633 | "time": "2018-10-09T05:20:28+00:00" | 649 | "time": "2018-10-09T05:20:28+00:00" |
634 | }, | 650 | }, |
635 | { | 651 | { |
636 | "name": "shaarli/netscape-bookmark-parser", | 652 | "name": "shaarli/netscape-bookmark-parser", |
637 | "version": "v2.1.0", | 653 | "version": "v2.2.0", |
638 | "source": { | 654 | "source": { |
639 | "type": "git", | 655 | "type": "git", |
640 | "url": "https://github.com/shaarli/netscape-bookmark-parser.git", | 656 | "url": "https://github.com/shaarli/netscape-bookmark-parser.git", |
641 | "reference": "819008ee42c4dd7e45d988176a4a22d6ed689577" | 657 | "reference": "432a010af2bb1832d6fbc4763e6b0100b980a1df" |
642 | }, | 658 | }, |
643 | "dist": { | 659 | "dist": { |
644 | "type": "zip", | 660 | "type": "zip", |
645 | "url": "https://api.github.com/repos/shaarli/netscape-bookmark-parser/zipball/819008ee42c4dd7e45d988176a4a22d6ed689577", | 661 | "url": "https://api.github.com/repos/shaarli/netscape-bookmark-parser/zipball/432a010af2bb1832d6fbc4763e6b0100b980a1df", |
646 | "reference": "819008ee42c4dd7e45d988176a4a22d6ed689577", | 662 | "reference": "432a010af2bb1832d6fbc4763e6b0100b980a1df", |
647 | "shasum": "" | 663 | "shasum": "" |
648 | }, | 664 | }, |
649 | "require": { | 665 | "require": { |
@@ -683,26 +699,32 @@ | |||
683 | "bookmark", | 699 | "bookmark", |
684 | "link", | 700 | "link", |
685 | "netscape", | 701 | "netscape", |
686 | "parser" | 702 | "parse" |
687 | ], | 703 | ], |
688 | "time": "2018-10-06T14:43:38+00:00" | 704 | "support": { |
705 | "issues": "https://github.com/shaarli/netscape-bookmark-parser/issues", | ||
706 | "source": "https://github.com/shaarli/netscape-bookmark-parser/tree/v2.2.0" | ||
707 | }, | ||
708 | "time": "2020-06-06T15:53:53+00:00" | ||
689 | }, | 709 | }, |
690 | { | 710 | { |
691 | "name": "slim/slim", | 711 | "name": "slim/slim", |
692 | "version": "3.12.1", | 712 | "version": "3.12.3", |
693 | "source": { | 713 | "source": { |
694 | "type": "git", | 714 | "type": "git", |
695 | "url": "https://github.com/slimphp/Slim.git", | 715 | "url": "https://github.com/slimphp/Slim.git", |
696 | "reference": "eaee12ef8d0750db62b8c548016d82fb33addb6b" | 716 | "reference": "1c9318a84ffb890900901136d620b4f03a59da38" |
697 | }, | 717 | }, |
698 | "dist": { | 718 | "dist": { |
699 | "type": "zip", | 719 | "type": "zip", |
700 | "url": "https://api.github.com/repos/slimphp/Slim/zipball/eaee12ef8d0750db62b8c548016d82fb33addb6b", | 720 | "url": "https://api.github.com/repos/slimphp/Slim/zipball/1c9318a84ffb890900901136d620b4f03a59da38", |
701 | "reference": "eaee12ef8d0750db62b8c548016d82fb33addb6b", | 721 | "reference": "1c9318a84ffb890900901136d620b4f03a59da38", |
702 | "shasum": "" | 722 | "shasum": "" |
703 | }, | 723 | }, |
704 | "require": { | 724 | "require": { |
705 | "container-interop/container-interop": "^1.2", | 725 | "ext-json": "*", |
726 | "ext-libxml": "*", | ||
727 | "ext-simplexml": "*", | ||
706 | "nikic/fast-route": "^1.0", | 728 | "nikic/fast-route": "^1.0", |
707 | "php": ">=5.5.0", | 729 | "php": ">=5.5.0", |
708 | "pimple/pimple": "^3.0", | 730 | "pimple/pimple": "^3.0", |
@@ -728,24 +750,24 @@ | |||
728 | ], | 750 | ], |
729 | "authors": [ | 751 | "authors": [ |
730 | { | 752 | { |
731 | "name": "Rob Allen", | ||
732 | "email": "rob@akrabat.com", | ||
733 | "homepage": "http://akrabat.com" | ||
734 | }, | ||
735 | { | ||
736 | "name": "Josh Lockhart", | 753 | "name": "Josh Lockhart", |
737 | "email": "hello@joshlockhart.com", | 754 | "email": "hello@joshlockhart.com", |
738 | "homepage": "https://joshlockhart.com" | 755 | "homepage": "https://joshlockhart.com" |
739 | }, | 756 | }, |
740 | { | 757 | { |
741 | "name": "Gabriel Manricks", | ||
742 | "email": "gmanricks@me.com", | ||
743 | "homepage": "http://gabrielmanricks.com" | ||
744 | }, | ||
745 | { | ||
746 | "name": "Andrew Smith", | 758 | "name": "Andrew Smith", |
747 | "email": "a.smith@silentworks.co.uk", | 759 | "email": "a.smith@silentworks.co.uk", |
748 | "homepage": "http://silentworks.co.uk" | 760 | "homepage": "http://silentworks.co.uk" |
761 | }, | ||
762 | { | ||
763 | "name": "Rob Allen", | ||
764 | "email": "rob@akrabat.com", | ||
765 | "homepage": "http://akrabat.com" | ||
766 | }, | ||
767 | { | ||
768 | "name": "Gabriel Manricks", | ||
769 | "email": "gmanricks@me.com", | ||
770 | "homepage": "http://gabrielmanricks.com" | ||
749 | } | 771 | } |
750 | ], | 772 | ], |
751 | "description": "Slim is a PHP micro framework that helps you quickly write simple yet powerful web applications and APIs", | 773 | "description": "Slim is a PHP micro framework that helps you quickly write simple yet powerful web applications and APIs", |
@@ -756,26 +778,30 @@ | |||
756 | "micro", | 778 | "micro", |
757 | "router" | 779 | "router" |
758 | ], | 780 | ], |
759 | "time": "2019-04-16T16:47:29+00:00" | 781 | "support": { |
782 | "issues": "https://github.com/slimphp/Slim/issues", | ||
783 | "source": "https://github.com/slimphp/Slim/tree/3.x" | ||
784 | }, | ||
785 | "time": "2019-11-28T17:40:33+00:00" | ||
760 | } | 786 | } |
761 | ], | 787 | ], |
762 | "packages-dev": [ | 788 | "packages-dev": [ |
763 | { | 789 | { |
764 | "name": "doctrine/instantiator", | 790 | "name": "doctrine/instantiator", |
765 | "version": "1.2.0", | 791 | "version": "1.3.1", |
766 | "source": { | 792 | "source": { |
767 | "type": "git", | 793 | "type": "git", |
768 | "url": "https://github.com/doctrine/instantiator.git", | 794 | "url": "https://github.com/doctrine/instantiator.git", |
769 | "reference": "a2c590166b2133a4633738648b6b064edae0814a" | 795 | "reference": "f350df0268e904597e3bd9c4685c53e0e333feea" |
770 | }, | 796 | }, |
771 | "dist": { | 797 | "dist": { |
772 | "type": "zip", | 798 | "type": "zip", |
773 | "url": "https://api.github.com/repos/doctrine/instantiator/zipball/a2c590166b2133a4633738648b6b064edae0814a", | 799 | "url": "https://api.github.com/repos/doctrine/instantiator/zipball/f350df0268e904597e3bd9c4685c53e0e333feea", |
774 | "reference": "a2c590166b2133a4633738648b6b064edae0814a", | 800 | "reference": "f350df0268e904597e3bd9c4685c53e0e333feea", |
775 | "shasum": "" | 801 | "shasum": "" |
776 | }, | 802 | }, |
777 | "require": { | 803 | "require": { |
778 | "php": "^7.1" | 804 | "php": "^7.1 || ^8.0" |
779 | }, | 805 | }, |
780 | "require-dev": { | 806 | "require-dev": { |
781 | "doctrine/coding-standard": "^6.0", | 807 | "doctrine/coding-standard": "^6.0", |
@@ -814,24 +840,42 @@ | |||
814 | "constructor", | 840 | "constructor", |
815 | "instantiate" | 841 | "instantiate" |
816 | ], | 842 | ], |
817 | "time": "2019-03-17T17:37:11+00:00" | 843 | "support": { |
844 | "issues": "https://github.com/doctrine/instantiator/issues", | ||
845 | "source": "https://github.com/doctrine/instantiator/tree/1.3.x" | ||
846 | }, | ||
847 | "funding": [ | ||
848 | { | ||
849 | "url": "https://www.doctrine-project.org/sponsorship.html", | ||
850 | "type": "custom" | ||
851 | }, | ||
852 | { | ||
853 | "url": "https://www.patreon.com/phpdoctrine", | ||
854 | "type": "patreon" | ||
855 | }, | ||
856 | { | ||
857 | "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finstantiator", | ||
858 | "type": "tidelift" | ||
859 | } | ||
860 | ], | ||
861 | "time": "2020-05-29T17:27:14+00:00" | ||
818 | }, | 862 | }, |
819 | { | 863 | { |
820 | "name": "myclabs/deep-copy", | 864 | "name": "myclabs/deep-copy", |
821 | "version": "1.9.1", | 865 | "version": "1.10.1", |
822 | "source": { | 866 | "source": { |
823 | "type": "git", | 867 | "type": "git", |
824 | "url": "https://github.com/myclabs/DeepCopy.git", | 868 | "url": "https://github.com/myclabs/DeepCopy.git", |
825 | "reference": "e6828efaba2c9b79f4499dae1d66ef8bfa7b2b72" | 869 | "reference": "969b211f9a51aa1f6c01d1d2aef56d3bd91598e5" |
826 | }, | 870 | }, |
827 | "dist": { | 871 | "dist": { |
828 | "type": "zip", | 872 | "type": "zip", |
829 | "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/e6828efaba2c9b79f4499dae1d66ef8bfa7b2b72", | 873 | "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/969b211f9a51aa1f6c01d1d2aef56d3bd91598e5", |
830 | "reference": "e6828efaba2c9b79f4499dae1d66ef8bfa7b2b72", | 874 | "reference": "969b211f9a51aa1f6c01d1d2aef56d3bd91598e5", |
831 | "shasum": "" | 875 | "shasum": "" |
832 | }, | 876 | }, |
833 | "require": { | 877 | "require": { |
834 | "php": "^7.1" | 878 | "php": "^7.1 || ^8.0" |
835 | }, | 879 | }, |
836 | "replace": { | 880 | "replace": { |
837 | "myclabs/deep-copy": "self.version" | 881 | "myclabs/deep-copy": "self.version" |
@@ -862,39 +906,154 @@ | |||
862 | "object", | 906 | "object", |
863 | "object graph" | 907 | "object graph" |
864 | ], | 908 | ], |
865 | "time": "2019-04-07T13:18:21+00:00" | 909 | "support": { |
910 | "issues": "https://github.com/myclabs/DeepCopy/issues", | ||
911 | "source": "https://github.com/myclabs/DeepCopy/tree/1.x" | ||
912 | }, | ||
913 | "funding": [ | ||
914 | { | ||
915 | "url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy", | ||
916 | "type": "tidelift" | ||
917 | } | ||
918 | ], | ||
919 | "time": "2020-06-29T13:22:24+00:00" | ||
920 | }, | ||
921 | { | ||
922 | "name": "phar-io/manifest", | ||
923 | "version": "1.0.3", | ||
924 | "source": { | ||
925 | "type": "git", | ||
926 | "url": "https://github.com/phar-io/manifest.git", | ||
927 | "reference": "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4" | ||
928 | }, | ||
929 | "dist": { | ||
930 | "type": "zip", | ||
931 | "url": "https://api.github.com/repos/phar-io/manifest/zipball/7761fcacf03b4d4f16e7ccb606d4879ca431fcf4", | ||
932 | "reference": "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4", | ||
933 | "shasum": "" | ||
934 | }, | ||
935 | "require": { | ||
936 | "ext-dom": "*", | ||
937 | "ext-phar": "*", | ||
938 | "phar-io/version": "^2.0", | ||
939 | "php": "^5.6 || ^7.0" | ||
940 | }, | ||
941 | "type": "library", | ||
942 | "extra": { | ||
943 | "branch-alias": { | ||
944 | "dev-master": "1.0.x-dev" | ||
945 | } | ||
946 | }, | ||
947 | "autoload": { | ||
948 | "classmap": [ | ||
949 | "src/" | ||
950 | ] | ||
951 | }, | ||
952 | "notification-url": "https://packagist.org/downloads/", | ||
953 | "license": [ | ||
954 | "BSD-3-Clause" | ||
955 | ], | ||
956 | "authors": [ | ||
957 | { | ||
958 | "name": "Arne Blankerts", | ||
959 | "email": "arne@blankerts.de", | ||
960 | "role": "Developer" | ||
961 | }, | ||
962 | { | ||
963 | "name": "Sebastian Heuer", | ||
964 | "email": "sebastian@phpeople.de", | ||
965 | "role": "Developer" | ||
966 | }, | ||
967 | { | ||
968 | "name": "Sebastian Bergmann", | ||
969 | "email": "sebastian@phpunit.de", | ||
970 | "role": "Developer" | ||
971 | } | ||
972 | ], | ||
973 | "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)", | ||
974 | "support": { | ||
975 | "issues": "https://github.com/phar-io/manifest/issues", | ||
976 | "source": "https://github.com/phar-io/manifest/tree/master" | ||
977 | }, | ||
978 | "time": "2018-07-08T19:23:20+00:00" | ||
979 | }, | ||
980 | { | ||
981 | "name": "phar-io/version", | ||
982 | "version": "2.0.1", | ||
983 | "source": { | ||
984 | "type": "git", | ||
985 | "url": "https://github.com/phar-io/version.git", | ||
986 | "reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6" | ||
987 | }, | ||
988 | "dist": { | ||
989 | "type": "zip", | ||
990 | "url": "https://api.github.com/repos/phar-io/version/zipball/45a2ec53a73c70ce41d55cedef9063630abaf1b6", | ||
991 | "reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6", | ||
992 | "shasum": "" | ||
993 | }, | ||
994 | "require": { | ||
995 | "php": "^5.6 || ^7.0" | ||
996 | }, | ||
997 | "type": "library", | ||
998 | "autoload": { | ||
999 | "classmap": [ | ||
1000 | "src/" | ||
1001 | ] | ||
1002 | }, | ||
1003 | "notification-url": "https://packagist.org/downloads/", | ||
1004 | "license": [ | ||
1005 | "BSD-3-Clause" | ||
1006 | ], | ||
1007 | "authors": [ | ||
1008 | { | ||
1009 | "name": "Arne Blankerts", | ||
1010 | "email": "arne@blankerts.de", | ||
1011 | "role": "Developer" | ||
1012 | }, | ||
1013 | { | ||
1014 | "name": "Sebastian Heuer", | ||
1015 | "email": "sebastian@phpeople.de", | ||
1016 | "role": "Developer" | ||
1017 | }, | ||
1018 | { | ||
1019 | "name": "Sebastian Bergmann", | ||
1020 | "email": "sebastian@phpunit.de", | ||
1021 | "role": "Developer" | ||
1022 | } | ||
1023 | ], | ||
1024 | "description": "Library for handling version information and constraints", | ||
1025 | "support": { | ||
1026 | "issues": "https://github.com/phar-io/version/issues", | ||
1027 | "source": "https://github.com/phar-io/version/tree/master" | ||
1028 | }, | ||
1029 | "time": "2018-07-08T19:19:57+00:00" | ||
866 | }, | 1030 | }, |
867 | { | 1031 | { |
868 | "name": "phpdocumentor/reflection-common", | 1032 | "name": "phpdocumentor/reflection-common", |
869 | "version": "1.0.1", | 1033 | "version": "2.1.0", |
870 | "source": { | 1034 | "source": { |
871 | "type": "git", | 1035 | "type": "git", |
872 | "url": "https://github.com/phpDocumentor/ReflectionCommon.git", | 1036 | "url": "https://github.com/phpDocumentor/ReflectionCommon.git", |
873 | "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6" | 1037 | "reference": "6568f4687e5b41b054365f9ae03fcb1ed5f2069b" |
874 | }, | 1038 | }, |
875 | "dist": { | 1039 | "dist": { |
876 | "type": "zip", | 1040 | "type": "zip", |
877 | "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6", | 1041 | "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/6568f4687e5b41b054365f9ae03fcb1ed5f2069b", |
878 | "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6", | 1042 | "reference": "6568f4687e5b41b054365f9ae03fcb1ed5f2069b", |
879 | "shasum": "" | 1043 | "shasum": "" |
880 | }, | 1044 | }, |
881 | "require": { | 1045 | "require": { |
882 | "php": ">=5.5" | 1046 | "php": ">=7.1" |
883 | }, | ||
884 | "require-dev": { | ||
885 | "phpunit/phpunit": "^4.6" | ||
886 | }, | 1047 | }, |
887 | "type": "library", | 1048 | "type": "library", |
888 | "extra": { | 1049 | "extra": { |
889 | "branch-alias": { | 1050 | "branch-alias": { |
890 | "dev-master": "1.0.x-dev" | 1051 | "dev-master": "2.x-dev" |
891 | } | 1052 | } |
892 | }, | 1053 | }, |
893 | "autoload": { | 1054 | "autoload": { |
894 | "psr-4": { | 1055 | "psr-4": { |
895 | "phpDocumentor\\Reflection\\": [ | 1056 | "phpDocumentor\\Reflection\\": "src/" |
896 | "src" | ||
897 | ] | ||
898 | } | 1057 | } |
899 | }, | 1058 | }, |
900 | "notification-url": "https://packagist.org/downloads/", | 1059 | "notification-url": "https://packagist.org/downloads/", |
@@ -916,31 +1075,36 @@ | |||
916 | "reflection", | 1075 | "reflection", |
917 | "static analysis" | 1076 | "static analysis" |
918 | ], | 1077 | ], |
919 | "time": "2017-09-11T18:02:19+00:00" | 1078 | "support": { |
1079 | "issues": "https://github.com/phpDocumentor/ReflectionCommon/issues", | ||
1080 | "source": "https://github.com/phpDocumentor/ReflectionCommon/tree/master" | ||
1081 | }, | ||
1082 | "time": "2020-04-27T09:25:28+00:00" | ||
920 | }, | 1083 | }, |
921 | { | 1084 | { |
922 | "name": "phpdocumentor/reflection-docblock", | 1085 | "name": "phpdocumentor/reflection-docblock", |
923 | "version": "4.3.1", | 1086 | "version": "4.3.4", |
924 | "source": { | 1087 | "source": { |
925 | "type": "git", | 1088 | "type": "git", |
926 | "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", | 1089 | "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", |
927 | "reference": "bdd9f737ebc2a01c06ea7ff4308ec6697db9b53c" | 1090 | "reference": "da3fd972d6bafd628114f7e7e036f45944b62e9c" |
928 | }, | 1091 | }, |
929 | "dist": { | 1092 | "dist": { |
930 | "type": "zip", | 1093 | "type": "zip", |
931 | "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/bdd9f737ebc2a01c06ea7ff4308ec6697db9b53c", | 1094 | "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/da3fd972d6bafd628114f7e7e036f45944b62e9c", |
932 | "reference": "bdd9f737ebc2a01c06ea7ff4308ec6697db9b53c", | 1095 | "reference": "da3fd972d6bafd628114f7e7e036f45944b62e9c", |
933 | "shasum": "" | 1096 | "shasum": "" |
934 | }, | 1097 | }, |
935 | "require": { | 1098 | "require": { |
936 | "php": "^7.0", | 1099 | "php": "^7.0", |
937 | "phpdocumentor/reflection-common": "^1.0.0", | 1100 | "phpdocumentor/reflection-common": "^1.0.0 || ^2.0.0", |
938 | "phpdocumentor/type-resolver": "^0.4.0", | 1101 | "phpdocumentor/type-resolver": "~0.4 || ^1.0.0", |
939 | "webmozart/assert": "^1.0" | 1102 | "webmozart/assert": "^1.0" |
940 | }, | 1103 | }, |
941 | "require-dev": { | 1104 | "require-dev": { |
942 | "doctrine/instantiator": "~1.0.5", | 1105 | "doctrine/instantiator": "^1.0.5", |
943 | "mockery/mockery": "^1.0", | 1106 | "mockery/mockery": "^1.0", |
1107 | "phpdocumentor/type-resolver": "0.4.*", | ||
944 | "phpunit/phpunit": "^6.4" | 1108 | "phpunit/phpunit": "^6.4" |
945 | }, | 1109 | }, |
946 | "type": "library", | 1110 | "type": "library", |
@@ -967,41 +1131,44 @@ | |||
967 | } | 1131 | } |
968 | ], | 1132 | ], |
969 | "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.", | 1133 | "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.", |
970 | "time": "2019-04-30T17:48:53+00:00" | 1134 | "support": { |
1135 | "issues": "https://github.com/phpDocumentor/ReflectionDocBlock/issues", | ||
1136 | "source": "https://github.com/phpDocumentor/ReflectionDocBlock/tree/release/4.x" | ||
1137 | }, | ||
1138 | "time": "2019-12-28T18:55:12+00:00" | ||
971 | }, | 1139 | }, |
972 | { | 1140 | { |
973 | "name": "phpdocumentor/type-resolver", | 1141 | "name": "phpdocumentor/type-resolver", |
974 | "version": "0.4.0", | 1142 | "version": "1.0.1", |
975 | "source": { | 1143 | "source": { |
976 | "type": "git", | 1144 | "type": "git", |
977 | "url": "https://github.com/phpDocumentor/TypeResolver.git", | 1145 | "url": "https://github.com/phpDocumentor/TypeResolver.git", |
978 | "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7" | 1146 | "reference": "2e32a6d48972b2c1976ed5d8967145b6cec4a4a9" |
979 | }, | 1147 | }, |
980 | "dist": { | 1148 | "dist": { |
981 | "type": "zip", | 1149 | "type": "zip", |
982 | "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/9c977708995954784726e25d0cd1dddf4e65b0f7", | 1150 | "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/2e32a6d48972b2c1976ed5d8967145b6cec4a4a9", |
983 | "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7", | 1151 | "reference": "2e32a6d48972b2c1976ed5d8967145b6cec4a4a9", |
984 | "shasum": "" | 1152 | "shasum": "" |
985 | }, | 1153 | }, |
986 | "require": { | 1154 | "require": { |
987 | "php": "^5.5 || ^7.0", | 1155 | "php": "^7.1", |
988 | "phpdocumentor/reflection-common": "^1.0" | 1156 | "phpdocumentor/reflection-common": "^2.0" |
989 | }, | 1157 | }, |
990 | "require-dev": { | 1158 | "require-dev": { |
991 | "mockery/mockery": "^0.9.4", | 1159 | "ext-tokenizer": "^7.1", |
992 | "phpunit/phpunit": "^5.2||^4.8.24" | 1160 | "mockery/mockery": "~1", |
1161 | "phpunit/phpunit": "^7.0" | ||
993 | }, | 1162 | }, |
994 | "type": "library", | 1163 | "type": "library", |
995 | "extra": { | 1164 | "extra": { |
996 | "branch-alias": { | 1165 | "branch-alias": { |
997 | "dev-master": "1.0.x-dev" | 1166 | "dev-master": "1.x-dev" |
998 | } | 1167 | } |
999 | }, | 1168 | }, |
1000 | "autoload": { | 1169 | "autoload": { |
1001 | "psr-4": { | 1170 | "psr-4": { |
1002 | "phpDocumentor\\Reflection\\": [ | 1171 | "phpDocumentor\\Reflection\\": "src" |
1003 | "src/" | ||
1004 | ] | ||
1005 | } | 1172 | } |
1006 | }, | 1173 | }, |
1007 | "notification-url": "https://packagist.org/downloads/", | 1174 | "notification-url": "https://packagist.org/downloads/", |
@@ -1014,37 +1181,42 @@ | |||
1014 | "email": "me@mikevanriel.com" | 1181 | "email": "me@mikevanriel.com" |
1015 | } | 1182 | } |
1016 | ], | 1183 | ], |
1017 | "time": "2017-07-14T14:27:02+00:00" | 1184 | "description": "A PSR-5 based resolver of Class names, Types and Structural Element Names", |
1185 | "support": { | ||
1186 | "issues": "https://github.com/phpDocumentor/TypeResolver/issues", | ||
1187 | "source": "https://github.com/phpDocumentor/TypeResolver/tree/0.7.2" | ||
1188 | }, | ||
1189 | "time": "2019-08-22T18:11:29+00:00" | ||
1018 | }, | 1190 | }, |
1019 | { | 1191 | { |
1020 | "name": "phpspec/prophecy", | 1192 | "name": "phpspec/prophecy", |
1021 | "version": "1.8.1", | 1193 | "version": "v1.10.3", |
1022 | "source": { | 1194 | "source": { |
1023 | "type": "git", | 1195 | "type": "git", |
1024 | "url": "https://github.com/phpspec/prophecy.git", | 1196 | "url": "https://github.com/phpspec/prophecy.git", |
1025 | "reference": "1927e75f4ed19131ec9bcc3b002e07fb1173ee76" | 1197 | "reference": "451c3cd1418cf640de218914901e51b064abb093" |
1026 | }, | 1198 | }, |
1027 | "dist": { | 1199 | "dist": { |
1028 | "type": "zip", | 1200 | "type": "zip", |
1029 | "url": "https://api.github.com/repos/phpspec/prophecy/zipball/1927e75f4ed19131ec9bcc3b002e07fb1173ee76", | 1201 | "url": "https://api.github.com/repos/phpspec/prophecy/zipball/451c3cd1418cf640de218914901e51b064abb093", |
1030 | "reference": "1927e75f4ed19131ec9bcc3b002e07fb1173ee76", | 1202 | "reference": "451c3cd1418cf640de218914901e51b064abb093", |
1031 | "shasum": "" | 1203 | "shasum": "" |
1032 | }, | 1204 | }, |
1033 | "require": { | 1205 | "require": { |
1034 | "doctrine/instantiator": "^1.0.2", | 1206 | "doctrine/instantiator": "^1.0.2", |
1035 | "php": "^5.3|^7.0", | 1207 | "php": "^5.3|^7.0", |
1036 | "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0", | 1208 | "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0|^5.0", |
1037 | "sebastian/comparator": "^1.1|^2.0|^3.0", | 1209 | "sebastian/comparator": "^1.2.3|^2.0|^3.0|^4.0", |
1038 | "sebastian/recursion-context": "^1.0|^2.0|^3.0" | 1210 | "sebastian/recursion-context": "^1.0|^2.0|^3.0|^4.0" |
1039 | }, | 1211 | }, |
1040 | "require-dev": { | 1212 | "require-dev": { |
1041 | "phpspec/phpspec": "^2.5|^3.2", | 1213 | "phpspec/phpspec": "^2.5 || ^3.2", |
1042 | "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5 || ^7.1" | 1214 | "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5 || ^7.1" |
1043 | }, | 1215 | }, |
1044 | "type": "library", | 1216 | "type": "library", |
1045 | "extra": { | 1217 | "extra": { |
1046 | "branch-alias": { | 1218 | "branch-alias": { |
1047 | "dev-master": "1.8.x-dev" | 1219 | "dev-master": "1.10.x-dev" |
1048 | } | 1220 | } |
1049 | }, | 1221 | }, |
1050 | "autoload": { | 1222 | "autoload": { |
@@ -1077,44 +1249,48 @@ | |||
1077 | "spy", | 1249 | "spy", |
1078 | "stub" | 1250 | "stub" |
1079 | ], | 1251 | ], |
1080 | "time": "2019-06-13T12:50:23+00:00" | 1252 | "support": { |
1253 | "issues": "https://github.com/phpspec/prophecy/issues", | ||
1254 | "source": "https://github.com/phpspec/prophecy/tree/v1.10.3" | ||
1255 | }, | ||
1256 | "time": "2020-03-05T15:02:03+00:00" | ||
1081 | }, | 1257 | }, |
1082 | { | 1258 | { |
1083 | "name": "phpunit/php-code-coverage", | 1259 | "name": "phpunit/php-code-coverage", |
1084 | "version": "4.0.8", | 1260 | "version": "6.1.4", |
1085 | "source": { | 1261 | "source": { |
1086 | "type": "git", | 1262 | "type": "git", |
1087 | "url": "https://github.com/sebastianbergmann/php-code-coverage.git", | 1263 | "url": "https://github.com/sebastianbergmann/php-code-coverage.git", |
1088 | "reference": "ef7b2f56815df854e66ceaee8ebe9393ae36a40d" | 1264 | "reference": "807e6013b00af69b6c5d9ceb4282d0393dbb9d8d" |
1089 | }, | 1265 | }, |
1090 | "dist": { | 1266 | "dist": { |
1091 | "type": "zip", | 1267 | "type": "zip", |
1092 | "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/ef7b2f56815df854e66ceaee8ebe9393ae36a40d", | 1268 | "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/807e6013b00af69b6c5d9ceb4282d0393dbb9d8d", |
1093 | "reference": "ef7b2f56815df854e66ceaee8ebe9393ae36a40d", | 1269 | "reference": "807e6013b00af69b6c5d9ceb4282d0393dbb9d8d", |
1094 | "shasum": "" | 1270 | "shasum": "" |
1095 | }, | 1271 | }, |
1096 | "require": { | 1272 | "require": { |
1097 | "ext-dom": "*", | 1273 | "ext-dom": "*", |
1098 | "ext-xmlwriter": "*", | 1274 | "ext-xmlwriter": "*", |
1099 | "php": "^5.6 || ^7.0", | 1275 | "php": "^7.1", |
1100 | "phpunit/php-file-iterator": "^1.3", | 1276 | "phpunit/php-file-iterator": "^2.0", |
1101 | "phpunit/php-text-template": "^1.2", | 1277 | "phpunit/php-text-template": "^1.2.1", |
1102 | "phpunit/php-token-stream": "^1.4.2 || ^2.0", | 1278 | "phpunit/php-token-stream": "^3.0", |
1103 | "sebastian/code-unit-reverse-lookup": "^1.0", | 1279 | "sebastian/code-unit-reverse-lookup": "^1.0.1", |
1104 | "sebastian/environment": "^1.3.2 || ^2.0", | 1280 | "sebastian/environment": "^3.1 || ^4.0", |
1105 | "sebastian/version": "^1.0 || ^2.0" | 1281 | "sebastian/version": "^2.0.1", |
1282 | "theseer/tokenizer": "^1.1" | ||
1106 | }, | 1283 | }, |
1107 | "require-dev": { | 1284 | "require-dev": { |
1108 | "ext-xdebug": "^2.1.4", | 1285 | "phpunit/phpunit": "^7.0" |
1109 | "phpunit/phpunit": "^5.7" | ||
1110 | }, | 1286 | }, |
1111 | "suggest": { | 1287 | "suggest": { |
1112 | "ext-xdebug": "^2.5.1" | 1288 | "ext-xdebug": "^2.6.0" |
1113 | }, | 1289 | }, |
1114 | "type": "library", | 1290 | "type": "library", |
1115 | "extra": { | 1291 | "extra": { |
1116 | "branch-alias": { | 1292 | "branch-alias": { |
1117 | "dev-master": "4.0.x-dev" | 1293 | "dev-master": "6.1-dev" |
1118 | } | 1294 | } |
1119 | }, | 1295 | }, |
1120 | "autoload": { | 1296 | "autoload": { |
@@ -1129,7 +1305,7 @@ | |||
1129 | "authors": [ | 1305 | "authors": [ |
1130 | { | 1306 | { |
1131 | "name": "Sebastian Bergmann", | 1307 | "name": "Sebastian Bergmann", |
1132 | "email": "sb@sebastian-bergmann.de", | 1308 | "email": "sebastian@phpunit.de", |
1133 | "role": "lead" | 1309 | "role": "lead" |
1134 | } | 1310 | } |
1135 | ], | 1311 | ], |
@@ -1140,29 +1316,36 @@ | |||
1140 | "testing", | 1316 | "testing", |
1141 | "xunit" | 1317 | "xunit" |
1142 | ], | 1318 | ], |
1143 | "time": "2017-04-02T07:44:40+00:00" | 1319 | "support": { |
1320 | "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues", | ||
1321 | "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/master" | ||
1322 | }, | ||
1323 | "time": "2018-10-31T16:06:48+00:00" | ||
1144 | }, | 1324 | }, |
1145 | { | 1325 | { |
1146 | "name": "phpunit/php-file-iterator", | 1326 | "name": "phpunit/php-file-iterator", |
1147 | "version": "1.4.5", | 1327 | "version": "2.0.2", |
1148 | "source": { | 1328 | "source": { |
1149 | "type": "git", | 1329 | "type": "git", |
1150 | "url": "https://github.com/sebastianbergmann/php-file-iterator.git", | 1330 | "url": "https://github.com/sebastianbergmann/php-file-iterator.git", |
1151 | "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4" | 1331 | "reference": "050bedf145a257b1ff02746c31894800e5122946" |
1152 | }, | 1332 | }, |
1153 | "dist": { | 1333 | "dist": { |
1154 | "type": "zip", | 1334 | "type": "zip", |
1155 | "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/730b01bc3e867237eaac355e06a36b85dd93a8b4", | 1335 | "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/050bedf145a257b1ff02746c31894800e5122946", |
1156 | "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4", | 1336 | "reference": "050bedf145a257b1ff02746c31894800e5122946", |
1157 | "shasum": "" | 1337 | "shasum": "" |
1158 | }, | 1338 | }, |
1159 | "require": { | 1339 | "require": { |
1160 | "php": ">=5.3.3" | 1340 | "php": "^7.1" |
1341 | }, | ||
1342 | "require-dev": { | ||
1343 | "phpunit/phpunit": "^7.1" | ||
1161 | }, | 1344 | }, |
1162 | "type": "library", | 1345 | "type": "library", |
1163 | "extra": { | 1346 | "extra": { |
1164 | "branch-alias": { | 1347 | "branch-alias": { |
1165 | "dev-master": "1.4.x-dev" | 1348 | "dev-master": "2.0.x-dev" |
1166 | } | 1349 | } |
1167 | }, | 1350 | }, |
1168 | "autoload": { | 1351 | "autoload": { |
@@ -1177,7 +1360,7 @@ | |||
1177 | "authors": [ | 1360 | "authors": [ |
1178 | { | 1361 | { |
1179 | "name": "Sebastian Bergmann", | 1362 | "name": "Sebastian Bergmann", |
1180 | "email": "sb@sebastian-bergmann.de", | 1363 | "email": "sebastian@phpunit.de", |
1181 | "role": "lead" | 1364 | "role": "lead" |
1182 | } | 1365 | } |
1183 | ], | 1366 | ], |
@@ -1187,32 +1370,36 @@ | |||
1187 | "filesystem", | 1370 | "filesystem", |
1188 | "iterator" | 1371 | "iterator" |
1189 | ], | 1372 | ], |
1190 | "time": "2017-11-27T13:52:08+00:00" | 1373 | "support": { |
1374 | "issues": "https://github.com/sebastianbergmann/php-file-iterator/issues", | ||
1375 | "source": "https://github.com/sebastianbergmann/php-file-iterator/tree/2.0.2" | ||
1376 | }, | ||
1377 | "time": "2018-09-13T20:33:42+00:00" | ||
1191 | }, | 1378 | }, |
1192 | { | 1379 | { |
1193 | "name": "phpunit/php-timer", | 1380 | "name": "phpunit/php-timer", |
1194 | "version": "1.0.9", | 1381 | "version": "2.1.2", |
1195 | "source": { | 1382 | "source": { |
1196 | "type": "git", | 1383 | "type": "git", |
1197 | "url": "https://github.com/sebastianbergmann/php-timer.git", | 1384 | "url": "https://github.com/sebastianbergmann/php-timer.git", |
1198 | "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f" | 1385 | "reference": "1038454804406b0b5f5f520358e78c1c2f71501e" |
1199 | }, | 1386 | }, |
1200 | "dist": { | 1387 | "dist": { |
1201 | "type": "zip", | 1388 | "type": "zip", |
1202 | "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f", | 1389 | "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/1038454804406b0b5f5f520358e78c1c2f71501e", |
1203 | "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f", | 1390 | "reference": "1038454804406b0b5f5f520358e78c1c2f71501e", |
1204 | "shasum": "" | 1391 | "shasum": "" |
1205 | }, | 1392 | }, |
1206 | "require": { | 1393 | "require": { |
1207 | "php": "^5.3.3 || ^7.0" | 1394 | "php": "^7.1" |
1208 | }, | 1395 | }, |
1209 | "require-dev": { | 1396 | "require-dev": { |
1210 | "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0" | 1397 | "phpunit/phpunit": "^7.0" |
1211 | }, | 1398 | }, |
1212 | "type": "library", | 1399 | "type": "library", |
1213 | "extra": { | 1400 | "extra": { |
1214 | "branch-alias": { | 1401 | "branch-alias": { |
1215 | "dev-master": "1.0-dev" | 1402 | "dev-master": "2.1-dev" |
1216 | } | 1403 | } |
1217 | }, | 1404 | }, |
1218 | "autoload": { | 1405 | "autoload": { |
@@ -1227,7 +1414,7 @@ | |||
1227 | "authors": [ | 1414 | "authors": [ |
1228 | { | 1415 | { |
1229 | "name": "Sebastian Bergmann", | 1416 | "name": "Sebastian Bergmann", |
1230 | "email": "sb@sebastian-bergmann.de", | 1417 | "email": "sebastian@phpunit.de", |
1231 | "role": "lead" | 1418 | "role": "lead" |
1232 | } | 1419 | } |
1233 | ], | 1420 | ], |
@@ -1236,33 +1423,37 @@ | |||
1236 | "keywords": [ | 1423 | "keywords": [ |
1237 | "timer" | 1424 | "timer" |
1238 | ], | 1425 | ], |
1239 | "time": "2017-02-26T11:10:40+00:00" | 1426 | "support": { |
1427 | "issues": "https://github.com/sebastianbergmann/php-timer/issues", | ||
1428 | "source": "https://github.com/sebastianbergmann/php-timer/tree/master" | ||
1429 | }, | ||
1430 | "time": "2019-06-07T04:22:29+00:00" | ||
1240 | }, | 1431 | }, |
1241 | { | 1432 | { |
1242 | "name": "phpunit/php-token-stream", | 1433 | "name": "phpunit/php-token-stream", |
1243 | "version": "2.0.2", | 1434 | "version": "3.1.1", |
1244 | "source": { | 1435 | "source": { |
1245 | "type": "git", | 1436 | "type": "git", |
1246 | "url": "https://github.com/sebastianbergmann/php-token-stream.git", | 1437 | "url": "https://github.com/sebastianbergmann/php-token-stream.git", |
1247 | "reference": "791198a2c6254db10131eecfe8c06670700904db" | 1438 | "reference": "995192df77f63a59e47f025390d2d1fdf8f425ff" |
1248 | }, | 1439 | }, |
1249 | "dist": { | 1440 | "dist": { |
1250 | "type": "zip", | 1441 | "type": "zip", |
1251 | "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/791198a2c6254db10131eecfe8c06670700904db", | 1442 | "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/995192df77f63a59e47f025390d2d1fdf8f425ff", |
1252 | "reference": "791198a2c6254db10131eecfe8c06670700904db", | 1443 | "reference": "995192df77f63a59e47f025390d2d1fdf8f425ff", |
1253 | "shasum": "" | 1444 | "shasum": "" |
1254 | }, | 1445 | }, |
1255 | "require": { | 1446 | "require": { |
1256 | "ext-tokenizer": "*", | 1447 | "ext-tokenizer": "*", |
1257 | "php": "^7.0" | 1448 | "php": "^7.1" |
1258 | }, | 1449 | }, |
1259 | "require-dev": { | 1450 | "require-dev": { |
1260 | "phpunit/phpunit": "^6.2.4" | 1451 | "phpunit/phpunit": "^7.0" |
1261 | }, | 1452 | }, |
1262 | "type": "library", | 1453 | "type": "library", |
1263 | "extra": { | 1454 | "extra": { |
1264 | "branch-alias": { | 1455 | "branch-alias": { |
1265 | "dev-master": "2.0-dev" | 1456 | "dev-master": "3.1-dev" |
1266 | } | 1457 | } |
1267 | }, | 1458 | }, |
1268 | "autoload": { | 1459 | "autoload": { |
@@ -1285,107 +1476,62 @@ | |||
1285 | "keywords": [ | 1476 | "keywords": [ |
1286 | "tokenizer" | 1477 | "tokenizer" |
1287 | ], | 1478 | ], |
1288 | "time": "2017-11-27T05:48:46+00:00" | 1479 | "support": { |
1289 | }, | 1480 | "issues": "https://github.com/sebastianbergmann/php-token-stream/issues", |
1290 | { | 1481 | "source": "https://github.com/sebastianbergmann/php-token-stream/tree/3.1.1" |
1291 | "name": "phpunit/phpcov", | ||
1292 | "version": "3.1.0", | ||
1293 | "source": { | ||
1294 | "type": "git", | ||
1295 | "url": "https://github.com/sebastianbergmann/phpcov.git", | ||
1296 | "reference": "2005bd90c2c8aae6d93ec82d9cda9d55dca96c3d" | ||
1297 | }, | ||
1298 | "dist": { | ||
1299 | "type": "zip", | ||
1300 | "url": "https://api.github.com/repos/sebastianbergmann/phpcov/zipball/2005bd90c2c8aae6d93ec82d9cda9d55dca96c3d", | ||
1301 | "reference": "2005bd90c2c8aae6d93ec82d9cda9d55dca96c3d", | ||
1302 | "shasum": "" | ||
1303 | }, | ||
1304 | "require": { | ||
1305 | "php": "^5.6 || ^7.0", | ||
1306 | "phpunit/php-code-coverage": "^4.0", | ||
1307 | "phpunit/phpunit": "^5.0", | ||
1308 | "sebastian/diff": "^1.1", | ||
1309 | "sebastian/finder-facade": "^1.1", | ||
1310 | "sebastian/version": "^1.0|^2.0", | ||
1311 | "symfony/console": "^2|^3" | ||
1312 | }, | ||
1313 | "bin": [ | ||
1314 | "phpcov" | ||
1315 | ], | ||
1316 | "type": "library", | ||
1317 | "extra": { | ||
1318 | "branch-alias": { | ||
1319 | "dev-master": "3.1.x-dev" | ||
1320 | } | ||
1321 | }, | 1482 | }, |
1322 | "autoload": { | 1483 | "abandoned": true, |
1323 | "classmap": [ | 1484 | "time": "2019-09-17T06:23:10+00:00" |
1324 | "src/" | ||
1325 | ] | ||
1326 | }, | ||
1327 | "notification-url": "https://packagist.org/downloads/", | ||
1328 | "license": [ | ||
1329 | "BSD-3-Clause" | ||
1330 | ], | ||
1331 | "authors": [ | ||
1332 | { | ||
1333 | "name": "Sebastian Bergmann", | ||
1334 | "email": "sebastian@phpunit.de", | ||
1335 | "role": "lead" | ||
1336 | } | ||
1337 | ], | ||
1338 | "description": "CLI frontend for PHP_CodeCoverage", | ||
1339 | "homepage": "https://github.com/sebastianbergmann/phpcov", | ||
1340 | "time": "2016-06-03T07:01:55+00:00" | ||
1341 | }, | 1485 | }, |
1342 | { | 1486 | { |
1343 | "name": "phpunit/phpunit", | 1487 | "name": "phpunit/phpunit", |
1344 | "version": "5.7.27", | 1488 | "version": "7.5.20", |
1345 | "source": { | 1489 | "source": { |
1346 | "type": "git", | 1490 | "type": "git", |
1347 | "url": "https://github.com/sebastianbergmann/phpunit.git", | 1491 | "url": "https://github.com/sebastianbergmann/phpunit.git", |
1348 | "reference": "b7803aeca3ccb99ad0a506fa80b64cd6a56bbc0c" | 1492 | "reference": "9467db479d1b0487c99733bb1e7944d32deded2c" |
1349 | }, | 1493 | }, |
1350 | "dist": { | 1494 | "dist": { |
1351 | "type": "zip", | 1495 | "type": "zip", |
1352 | "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/b7803aeca3ccb99ad0a506fa80b64cd6a56bbc0c", | 1496 | "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/9467db479d1b0487c99733bb1e7944d32deded2c", |
1353 | "reference": "b7803aeca3ccb99ad0a506fa80b64cd6a56bbc0c", | 1497 | "reference": "9467db479d1b0487c99733bb1e7944d32deded2c", |
1354 | "shasum": "" | 1498 | "shasum": "" |
1355 | }, | 1499 | }, |
1356 | "require": { | 1500 | "require": { |
1501 | "doctrine/instantiator": "^1.1", | ||
1357 | "ext-dom": "*", | 1502 | "ext-dom": "*", |
1358 | "ext-json": "*", | 1503 | "ext-json": "*", |
1359 | "ext-libxml": "*", | 1504 | "ext-libxml": "*", |
1360 | "ext-mbstring": "*", | 1505 | "ext-mbstring": "*", |
1361 | "ext-xml": "*", | 1506 | "ext-xml": "*", |
1362 | "myclabs/deep-copy": "~1.3", | 1507 | "myclabs/deep-copy": "^1.7", |
1363 | "php": "^5.6 || ^7.0", | 1508 | "phar-io/manifest": "^1.0.2", |
1364 | "phpspec/prophecy": "^1.6.2", | 1509 | "phar-io/version": "^2.0", |
1365 | "phpunit/php-code-coverage": "^4.0.4", | 1510 | "php": "^7.1", |
1366 | "phpunit/php-file-iterator": "~1.4", | 1511 | "phpspec/prophecy": "^1.7", |
1367 | "phpunit/php-text-template": "~1.2", | 1512 | "phpunit/php-code-coverage": "^6.0.7", |
1368 | "phpunit/php-timer": "^1.0.6", | 1513 | "phpunit/php-file-iterator": "^2.0.1", |
1369 | "phpunit/phpunit-mock-objects": "^3.2", | 1514 | "phpunit/php-text-template": "^1.2.1", |
1370 | "sebastian/comparator": "^1.2.4", | 1515 | "phpunit/php-timer": "^2.1", |
1371 | "sebastian/diff": "^1.4.3", | 1516 | "sebastian/comparator": "^3.0", |
1372 | "sebastian/environment": "^1.3.4 || ^2.0", | 1517 | "sebastian/diff": "^3.0", |
1373 | "sebastian/exporter": "~2.0", | 1518 | "sebastian/environment": "^4.0", |
1374 | "sebastian/global-state": "^1.1", | 1519 | "sebastian/exporter": "^3.1", |
1375 | "sebastian/object-enumerator": "~2.0", | 1520 | "sebastian/global-state": "^2.0", |
1376 | "sebastian/resource-operations": "~1.0", | 1521 | "sebastian/object-enumerator": "^3.0.3", |
1377 | "sebastian/version": "^1.0.6|^2.0.1", | 1522 | "sebastian/resource-operations": "^2.0", |
1378 | "symfony/yaml": "~2.1|~3.0|~4.0" | 1523 | "sebastian/version": "^2.0.1" |
1379 | }, | 1524 | }, |
1380 | "conflict": { | 1525 | "conflict": { |
1381 | "phpdocumentor/reflection-docblock": "3.0.2" | 1526 | "phpunit/phpunit-mock-objects": "*" |
1382 | }, | 1527 | }, |
1383 | "require-dev": { | 1528 | "require-dev": { |
1384 | "ext-pdo": "*" | 1529 | "ext-pdo": "*" |
1385 | }, | 1530 | }, |
1386 | "suggest": { | 1531 | "suggest": { |
1532 | "ext-soap": "*", | ||
1387 | "ext-xdebug": "*", | 1533 | "ext-xdebug": "*", |
1388 | "phpunit/php-invoker": "~1.1" | 1534 | "phpunit/php-invoker": "^2.0" |
1389 | }, | 1535 | }, |
1390 | "bin": [ | 1536 | "bin": [ |
1391 | "phpunit" | 1537 | "phpunit" |
@@ -1393,7 +1539,7 @@ | |||
1393 | "type": "library", | 1539 | "type": "library", |
1394 | "extra": { | 1540 | "extra": { |
1395 | "branch-alias": { | 1541 | "branch-alias": { |
1396 | "dev-master": "5.7.x-dev" | 1542 | "dev-master": "7.5-dev" |
1397 | } | 1543 | } |
1398 | }, | 1544 | }, |
1399 | "autoload": { | 1545 | "autoload": { |
@@ -1419,67 +1565,11 @@ | |||
1419 | "testing", | 1565 | "testing", |
1420 | "xunit" | 1566 | "xunit" |
1421 | ], | 1567 | ], |
1422 | "time": "2018-02-01T05:50:59+00:00" | 1568 | "support": { |
1423 | }, | 1569 | "issues": "https://github.com/sebastianbergmann/phpunit/issues", |
1424 | { | 1570 | "source": "https://github.com/sebastianbergmann/phpunit/tree/7.5.20" |
1425 | "name": "phpunit/phpunit-mock-objects", | ||
1426 | "version": "3.4.4", | ||
1427 | "source": { | ||
1428 | "type": "git", | ||
1429 | "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git", | ||
1430 | "reference": "a23b761686d50a560cc56233b9ecf49597cc9118" | ||
1431 | }, | ||
1432 | "dist": { | ||
1433 | "type": "zip", | ||
1434 | "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/a23b761686d50a560cc56233b9ecf49597cc9118", | ||
1435 | "reference": "a23b761686d50a560cc56233b9ecf49597cc9118", | ||
1436 | "shasum": "" | ||
1437 | }, | ||
1438 | "require": { | ||
1439 | "doctrine/instantiator": "^1.0.2", | ||
1440 | "php": "^5.6 || ^7.0", | ||
1441 | "phpunit/php-text-template": "^1.2", | ||
1442 | "sebastian/exporter": "^1.2 || ^2.0" | ||
1443 | }, | ||
1444 | "conflict": { | ||
1445 | "phpunit/phpunit": "<5.4.0" | ||
1446 | }, | ||
1447 | "require-dev": { | ||
1448 | "phpunit/phpunit": "^5.4" | ||
1449 | }, | 1571 | }, |
1450 | "suggest": { | 1572 | "time": "2020-01-08T08:45:45+00:00" |
1451 | "ext-soap": "*" | ||
1452 | }, | ||
1453 | "type": "library", | ||
1454 | "extra": { | ||
1455 | "branch-alias": { | ||
1456 | "dev-master": "3.2.x-dev" | ||
1457 | } | ||
1458 | }, | ||
1459 | "autoload": { | ||
1460 | "classmap": [ | ||
1461 | "src/" | ||
1462 | ] | ||
1463 | }, | ||
1464 | "notification-url": "https://packagist.org/downloads/", | ||
1465 | "license": [ | ||
1466 | "BSD-3-Clause" | ||
1467 | ], | ||
1468 | "authors": [ | ||
1469 | { | ||
1470 | "name": "Sebastian Bergmann", | ||
1471 | "email": "sb@sebastian-bergmann.de", | ||
1472 | "role": "lead" | ||
1473 | } | ||
1474 | ], | ||
1475 | "description": "Mock Object library for PHPUnit", | ||
1476 | "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/", | ||
1477 | "keywords": [ | ||
1478 | "mock", | ||
1479 | "xunit" | ||
1480 | ], | ||
1481 | "abandoned": true, | ||
1482 | "time": "2017-06-30T09:13:00+00:00" | ||
1483 | }, | 1573 | }, |
1484 | { | 1574 | { |
1485 | "name": "roave/security-advisories", | 1575 | "name": "roave/security-advisories", |
@@ -1487,12 +1577,12 @@ | |||
1487 | "source": { | 1577 | "source": { |
1488 | "type": "git", | 1578 | "type": "git", |
1489 | "url": "https://github.com/Roave/SecurityAdvisories.git", | 1579 | "url": "https://github.com/Roave/SecurityAdvisories.git", |
1490 | "reference": "ea693fa060702164985511acc3ceb5389c9ac761" | 1580 | "reference": "0749ceaf15c136d085b722a5bb88141398a54142" |
1491 | }, | 1581 | }, |
1492 | "dist": { | 1582 | "dist": { |
1493 | "type": "zip", | 1583 | "type": "zip", |
1494 | "url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/ea693fa060702164985511acc3ceb5389c9ac761", | 1584 | "url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/0749ceaf15c136d085b722a5bb88141398a54142", |
1495 | "reference": "ea693fa060702164985511acc3ceb5389c9ac761", | 1585 | "reference": "0749ceaf15c136d085b722a5bb88141398a54142", |
1496 | "shasum": "" | 1586 | "shasum": "" |
1497 | }, | 1587 | }, |
1498 | "conflict": { | 1588 | "conflict": { |
@@ -1501,22 +1591,32 @@ | |||
1501 | "alterphp/easyadmin-extension-bundle": ">=1.2,<1.2.11|>=1.3,<1.3.1", | 1591 | "alterphp/easyadmin-extension-bundle": ">=1.2,<1.2.11|>=1.3,<1.3.1", |
1502 | "amphp/artax": "<1.0.6|>=2,<2.0.6", | 1592 | "amphp/artax": "<1.0.6|>=2,<2.0.6", |
1503 | "amphp/http": "<1.0.1", | 1593 | "amphp/http": "<1.0.1", |
1594 | "amphp/http-client": ">=4,<4.4", | ||
1504 | "api-platform/core": ">=2.2,<2.2.10|>=2.3,<2.3.6", | 1595 | "api-platform/core": ">=2.2,<2.2.10|>=2.3,<2.3.6", |
1505 | "asymmetricrypt/asymmetricrypt": ">=0,<9.9.99", | 1596 | "asymmetricrypt/asymmetricrypt": ">=0,<9.9.99", |
1506 | "aws/aws-sdk-php": ">=3,<3.2.1", | 1597 | "aws/aws-sdk-php": ">=3,<3.2.1", |
1598 | "bagisto/bagisto": "<0.1.5", | ||
1599 | "barrelstrength/sprout-base-email": "<1.2.7", | ||
1600 | "barrelstrength/sprout-forms": "<3.9", | ||
1601 | "baserproject/basercms": ">=4,<=4.3.6", | ||
1602 | "bolt/bolt": "<3.7.1", | ||
1507 | "brightlocal/phpwhois": "<=4.2.5", | 1603 | "brightlocal/phpwhois": "<=4.2.5", |
1604 | "buddypress/buddypress": "<5.1.2", | ||
1508 | "bugsnag/bugsnag-laravel": ">=2,<2.0.2", | 1605 | "bugsnag/bugsnag-laravel": ">=2,<2.0.2", |
1509 | "cakephp/cakephp": ">=1.3,<1.3.18|>=2,<2.4.99|>=2.5,<2.5.99|>=2.6,<2.6.12|>=2.7,<2.7.6|>=3,<3.5.18|>=3.6,<3.6.15|>=3.7,<3.7.7", | 1606 | "cakephp/cakephp": ">=1.3,<1.3.18|>=2,<2.4.99|>=2.5,<2.5.99|>=2.6,<2.6.12|>=2.7,<2.7.6|>=3,<3.5.18|>=3.6,<3.6.15|>=3.7,<3.7.7", |
1510 | "cart2quote/module-quotation": ">=4.1.6,<=4.4.5|>=5,<5.4.4", | 1607 | "cart2quote/module-quotation": ">=4.1.6,<=4.4.5|>=5,<5.4.4", |
1511 | "cartalyst/sentry": "<=2.1.6", | 1608 | "cartalyst/sentry": "<=2.1.6", |
1609 | "centreon/centreon": "<18.10.8|>=19,<19.4.5", | ||
1610 | "cesnet/simplesamlphp-module-proxystatistics": "<3.1", | ||
1512 | "codeigniter/framework": "<=3.0.6", | 1611 | "codeigniter/framework": "<=3.0.6", |
1513 | "composer/composer": "<=1-alpha.11", | 1612 | "composer/composer": "<=1-alpha.11", |
1514 | "contao-components/mediaelement": ">=2.14.2,<2.21.1", | 1613 | "contao-components/mediaelement": ">=2.14.2,<2.21.1", |
1515 | "contao/core": ">=2,<3.5.39", | 1614 | "contao/core": ">=2,<3.5.39", |
1516 | "contao/core-bundle": ">=4,<4.4.39|>=4.5,<4.7.5", | 1615 | "contao/core-bundle": ">=4,<4.4.52|>=4.5,<4.9.6|= 4.10.0", |
1517 | "contao/listing-bundle": ">=4,<4.4.8", | 1616 | "contao/listing-bundle": ">=4,<4.4.8", |
1518 | "contao/newsletter-bundle": ">=4,<4.1", | 1617 | "datadog/dd-trace": ">=0.30,<0.30.2", |
1519 | "david-garcia/phpwhois": "<=4.3.1", | 1618 | "david-garcia/phpwhois": "<=4.3.1", |
1619 | "derhansen/sf_event_mgt": "<4.3.1|>=5,<5.1.1", | ||
1520 | "doctrine/annotations": ">=1,<1.2.7", | 1620 | "doctrine/annotations": ">=1,<1.2.7", |
1521 | "doctrine/cache": ">=1,<1.3.2|>=1.4,<1.4.2", | 1621 | "doctrine/cache": ">=1,<1.3.2|>=1.4,<1.4.2", |
1522 | "doctrine/common": ">=2,<2.4.3|>=2.5,<2.5.1", | 1622 | "doctrine/common": ">=2,<2.4.3|>=2.5,<2.5.1", |
@@ -1526,45 +1626,75 @@ | |||
1526 | "doctrine/mongodb-odm": ">=1,<1.0.2", | 1626 | "doctrine/mongodb-odm": ">=1,<1.0.2", |
1527 | "doctrine/mongodb-odm-bundle": ">=2,<3.0.1", | 1627 | "doctrine/mongodb-odm-bundle": ">=2,<3.0.1", |
1528 | "doctrine/orm": ">=2,<2.4.8|>=2.5,<2.5.1", | 1628 | "doctrine/orm": ">=2,<2.4.8|>=2.5,<2.5.1", |
1629 | "dolibarr/dolibarr": "<11.0.4", | ||
1529 | "dompdf/dompdf": ">=0.6,<0.6.2", | 1630 | "dompdf/dompdf": ">=0.6,<0.6.2", |
1530 | "drupal/core": ">=7,<7.67|>=8,<8.6.16|>=8.7,<8.7.1|>8.7.3,<8.7.5", | 1631 | "drupal/core": ">=7,<7.73|>=8,<8.8.10|>=8.9,<8.9.6|>=9,<9.0.6", |
1531 | "drupal/drupal": ">=7,<7.67|>=8,<8.6.16|>=8.7,<8.7.1|>8.7.3,<8.7.5", | 1632 | "drupal/drupal": ">=7,<7.73|>=8,<8.8.10|>=8.9,<8.9.6|>=9,<9.0.6", |
1633 | "endroid/qr-code-bundle": "<3.4.2", | ||
1634 | "enshrined/svg-sanitize": "<0.13.1", | ||
1532 | "erusev/parsedown": "<1.7.2", | 1635 | "erusev/parsedown": "<1.7.2", |
1533 | "ezsystems/ezplatform-admin-ui": ">=1.3,<1.3.5|>=1.4,<1.4.4", | 1636 | "ezsystems/demobundle": ">=5.4,<5.4.6.1", |
1534 | "ezsystems/ezpublish-kernel": ">=5.3,<5.3.12.1|>=5.4,<5.4.13.1|>=6,<6.7.9.1|>=6.8,<6.13.5.1|>=7,<7.2.4.1|>=7.3,<7.3.2.1", | 1637 | "ezsystems/ezdemo-ls-extension": ">=5.4,<5.4.2.1", |
1535 | "ezsystems/ezpublish-legacy": ">=5.3,<5.3.12.6|>=5.4,<5.4.12.3|>=2011,<2017.12.4.3|>=2018.6,<2018.6.1.4|>=2018.9,<2018.9.1.3", | 1638 | "ezsystems/ezfind-ls": ">=5.3,<5.3.6.1|>=5.4,<5.4.11.1|>=2017.12,<2017.12.0.1", |
1639 | "ezsystems/ezplatform": ">=1.7,<1.7.9.1|>=1.13,<1.13.5.1|>=2.5,<2.5.4", | ||
1640 | "ezsystems/ezplatform-admin-ui": ">=1.3,<1.3.5|>=1.4,<1.4.6", | ||
1641 | "ezsystems/ezplatform-admin-ui-assets": ">=4,<4.2.1|>=5,<5.0.1|>=5.1,<5.1.1", | ||
1642 | "ezsystems/ezplatform-kernel": ">=1,<1.0.2.1", | ||
1643 | "ezsystems/ezplatform-user": ">=1,<1.0.1", | ||
1644 | "ezsystems/ezpublish-kernel": ">=5.3,<5.3.12.1|>=5.4,<5.4.14.2|>=6,<6.7.9.1|>=6.8,<6.13.6.3|>=7,<7.2.4.1|>=7.3,<7.3.2.1|>=7.5,<7.5.7.1", | ||
1645 | "ezsystems/ezpublish-legacy": ">=5.3,<5.3.12.6|>=5.4,<5.4.14.1|>=2011,<2017.12.7.2|>=2018.6,<2018.6.1.4|>=2018.9,<2018.9.1.3|>=2019.3,<2019.3.4.2", | ||
1646 | "ezsystems/platform-ui-assets-bundle": ">=4.2,<4.2.3", | ||
1536 | "ezsystems/repository-forms": ">=2.3,<2.3.2.1", | 1647 | "ezsystems/repository-forms": ">=2.3,<2.3.2.1", |
1537 | "ezyang/htmlpurifier": "<4.1.1", | 1648 | "ezyang/htmlpurifier": "<4.1.1", |
1538 | "firebase/php-jwt": "<2", | 1649 | "firebase/php-jwt": "<2", |
1539 | "fooman/tcpdf": "<6.2.22", | 1650 | "fooman/tcpdf": "<6.2.22", |
1540 | "fossar/tcpdf-parser": "<6.2.22", | 1651 | "fossar/tcpdf-parser": "<6.2.22", |
1652 | "friendsofsymfony/oauth2-php": "<1.3", | ||
1541 | "friendsofsymfony/rest-bundle": ">=1.2,<1.2.2", | 1653 | "friendsofsymfony/rest-bundle": ">=1.2,<1.2.2", |
1542 | "friendsofsymfony/user-bundle": ">=1.2,<1.3.5", | 1654 | "friendsofsymfony/user-bundle": ">=1.2,<1.3.5", |
1655 | "friendsoftypo3/mediace": ">=7.6.2,<7.6.5", | ||
1543 | "fuel/core": "<1.8.1", | 1656 | "fuel/core": "<1.8.1", |
1657 | "getgrav/grav": "<1.7-beta.8", | ||
1658 | "gos/web-socket-bundle": "<1.10.4|>=2,<2.6.1|>=3,<3.3", | ||
1544 | "gree/jose": "<=2.2", | 1659 | "gree/jose": "<=2.2", |
1545 | "gregwar/rst": "<1.0.3", | 1660 | "gregwar/rst": "<1.0.3", |
1546 | "guzzlehttp/guzzle": ">=4-rc.2,<4.2.4|>=5,<5.3.1|>=6,<6.2.1", | 1661 | "guzzlehttp/guzzle": ">=4-rc.2,<4.2.4|>=5,<5.3.1|>=6,<6.2.1", |
1547 | "illuminate/auth": ">=4,<4.0.99|>=4.1,<=4.1.31|>=4.2,<=4.2.22|>=5,<=5.0.35|>=5.1,<=5.1.46|>=5.2,<=5.2.45|>=5.3,<=5.3.31|>=5.4,<=5.4.36|>=5.5,<5.5.10", | 1662 | "illuminate/auth": ">=4,<4.0.99|>=4.1,<=4.1.31|>=4.2,<=4.2.22|>=5,<=5.0.35|>=5.1,<=5.1.46|>=5.2,<=5.2.45|>=5.3,<=5.3.31|>=5.4,<=5.4.36|>=5.5,<5.5.10", |
1548 | "illuminate/cookie": ">=4,<=4.0.11|>=4.1,<=4.1.31|>=4.2,<=4.2.22|>=5,<=5.0.35|>=5.1,<=5.1.46|>=5.2,<=5.2.45|>=5.3,<=5.3.31|>=5.4,<=5.4.36|>=5.5,<5.5.42|>=5.6,<5.6.30", | 1663 | "illuminate/cookie": ">=4,<=4.0.11|>=4.1,<=4.1.99999|>=4.2,<=4.2.99999|>=5,<=5.0.99999|>=5.1,<=5.1.99999|>=5.2,<=5.2.99999|>=5.3,<=5.3.99999|>=5.4,<=5.4.99999|>=5.5,<=5.5.49|>=5.6,<=5.6.99999|>=5.7,<=5.7.99999|>=5.8,<=5.8.99999|>=6,<6.18.31|>=7,<7.22.4", |
1549 | "illuminate/database": ">=4,<4.0.99|>=4.1,<4.1.29", | 1664 | "illuminate/database": ">=4,<4.0.99|>=4.1,<4.1.29|>=5.5,<=5.5.44|>=6,<6.18.34|>=7,<7.23.2", |
1550 | "illuminate/encryption": ">=4,<=4.0.11|>=4.1,<=4.1.31|>=4.2,<=4.2.22|>=5,<=5.0.35|>=5.1,<=5.1.46|>=5.2,<=5.2.45|>=5.3,<=5.3.31|>=5.4,<=5.4.36|>=5.5,<5.5.40|>=5.6,<5.6.15", | 1665 | "illuminate/encryption": ">=4,<=4.0.11|>=4.1,<=4.1.31|>=4.2,<=4.2.22|>=5,<=5.0.35|>=5.1,<=5.1.46|>=5.2,<=5.2.45|>=5.3,<=5.3.31|>=5.4,<=5.4.36|>=5.5,<5.5.40|>=5.6,<5.6.15", |
1666 | "illuminate/view": ">=7,<7.1.2", | ||
1551 | "ivankristianto/phpwhois": "<=4.3", | 1667 | "ivankristianto/phpwhois": "<=4.3", |
1552 | "james-heinrich/getid3": "<1.9.9", | 1668 | "james-heinrich/getid3": "<1.9.9", |
1553 | "joomla/session": "<1.3.1", | 1669 | "joomla/session": "<1.3.1", |
1554 | "jsmitty12/phpwhois": "<5.1", | 1670 | "jsmitty12/phpwhois": "<5.1", |
1555 | "kazist/phpwhois": "<=4.2.6", | 1671 | "kazist/phpwhois": "<=4.2.6", |
1672 | "kitodo/presentation": "<3.1.2", | ||
1556 | "kreait/firebase-php": ">=3.2,<3.8.1", | 1673 | "kreait/firebase-php": ">=3.2,<3.8.1", |
1557 | "la-haute-societe/tcpdf": "<6.2.22", | 1674 | "la-haute-societe/tcpdf": "<6.2.22", |
1558 | "laravel/framework": ">=4,<4.0.99|>=4.1,<=4.1.31|>=4.2,<=4.2.22|>=5,<=5.0.35|>=5.1,<=5.1.46|>=5.2,<=5.2.45|>=5.3,<=5.3.31|>=5.4,<=5.4.36|>=5.5,<5.5.42|>=5.6,<5.6.30", | 1675 | "laravel/framework": ">=4,<4.0.99|>=4.1,<=4.1.99999|>=4.2,<=4.2.99999|>=5,<=5.0.99999|>=5.1,<=5.1.99999|>=5.2,<=5.2.99999|>=5.3,<=5.3.99999|>=5.4,<=5.4.99999|>=5.5,<=5.5.49|>=5.6,<=5.6.99999|>=5.7,<=5.7.99999|>=5.8,<=5.8.99999|>=6,<6.18.34|>=7,<7.23.2", |
1559 | "laravel/socialite": ">=1,<1.0.99|>=2,<2.0.10", | 1676 | "laravel/socialite": ">=1,<1.0.99|>=2,<2.0.10", |
1560 | "league/commonmark": "<0.18.3", | 1677 | "league/commonmark": "<0.18.3", |
1561 | "magento/magento1ce": "<1.9.4.1", | 1678 | "librenms/librenms": "<1.53", |
1562 | "magento/magento1ee": ">=1.9,<1.14.4.1", | 1679 | "livewire/livewire": ">2.2.4,<2.2.6", |
1563 | "magento/product-community-edition": ">=2,<2.2.8|>=2.3,<2.3.1", | 1680 | "magento/community-edition": ">=2,<2.2.10|>=2.3,<2.3.3", |
1681 | "magento/magento1ce": "<1.9.4.3", | ||
1682 | "magento/magento1ee": ">=1,<1.14.4.3", | ||
1683 | "magento/product-community-edition": ">=2,<2.2.10|>=2.3,<2.3.2-p.2", | ||
1684 | "marcwillmann/turn": "<0.3.3", | ||
1685 | "mittwald/typo3_forum": "<1.2.1", | ||
1564 | "monolog/monolog": ">=1.8,<1.12", | 1686 | "monolog/monolog": ">=1.8,<1.12", |
1565 | "namshi/jose": "<2.2", | 1687 | "namshi/jose": "<2.2", |
1688 | "nystudio107/craft-seomatic": "<3.3", | ||
1689 | "nzo/url-encryptor-bundle": ">=4,<4.3.2|>=5,<5.0.1", | ||
1690 | "october/backend": ">=1.0.319,<1.0.467", | ||
1691 | "october/cms": ">=1.0.319,<1.0.466", | ||
1692 | "october/october": ">=1.0.319,<1.0.466", | ||
1693 | "october/rain": ">=1.0.319,<1.0.468", | ||
1566 | "onelogin/php-saml": "<2.10.4", | 1694 | "onelogin/php-saml": "<2.10.4", |
1695 | "oneup/uploader-bundle": "<1.9.3|>=2,<2.1.5", | ||
1567 | "openid/php-openid": "<2.3", | 1696 | "openid/php-openid": "<2.3", |
1697 | "openmage/magento-lts": "<19.4.6|>=20,<20.0.2", | ||
1568 | "oro/crm": ">=1.7,<1.7.4", | 1698 | "oro/crm": ">=1.7,<1.7.4", |
1569 | "oro/platform": ">=1.7,<1.7.4", | 1699 | "oro/platform": ">=1.7,<1.7.4", |
1570 | "padraic/humbug_get_contents": "<1.1.2", | 1700 | "padraic/humbug_get_contents": "<1.1.2", |
@@ -1572,66 +1702,97 @@ | |||
1572 | "paragonie/random_compat": "<2", | 1702 | "paragonie/random_compat": "<2", |
1573 | "paypal/merchant-sdk-php": "<3.12", | 1703 | "paypal/merchant-sdk-php": "<3.12", |
1574 | "pear/archive_tar": "<1.4.4", | 1704 | "pear/archive_tar": "<1.4.4", |
1575 | "phpmailer/phpmailer": ">=5,<5.2.27|>=6,<6.0.6", | 1705 | "personnummer/personnummer": "<3.0.2", |
1576 | "phpoffice/phpexcel": "<=1.8.1", | 1706 | "phpfastcache/phpfastcache": ">=5,<5.0.13", |
1577 | "phpoffice/phpspreadsheet": "<=1.5", | 1707 | "phpmailer/phpmailer": "<6.1.6", |
1708 | "phpmussel/phpmussel": ">=1,<1.6", | ||
1709 | "phpmyadmin/phpmyadmin": "<4.9.2", | ||
1710 | "phpoffice/phpexcel": "<1.8.2", | ||
1711 | "phpoffice/phpspreadsheet": "<1.8", | ||
1578 | "phpunit/phpunit": ">=4.8.19,<4.8.28|>=5.0.10,<5.6.3", | 1712 | "phpunit/phpunit": ">=4.8.19,<4.8.28|>=5.0.10,<5.6.3", |
1579 | "phpwhois/phpwhois": "<=4.2.5", | 1713 | "phpwhois/phpwhois": "<=4.2.5", |
1580 | "phpxmlrpc/extras": "<0.6.1", | 1714 | "phpxmlrpc/extras": "<0.6.1", |
1715 | "pimcore/pimcore": "<6.3", | ||
1716 | "prestashop/autoupgrade": ">=4,<4.10.1", | ||
1717 | "prestashop/contactform": ">1.0.1,<4.3", | ||
1718 | "prestashop/gamification": "<2.3.2", | ||
1719 | "prestashop/ps_facetedsearch": "<3.4.1", | ||
1720 | "privatebin/privatebin": "<1.2.2|>=1.3,<1.3.2", | ||
1581 | "propel/propel": ">=2-alpha.1,<=2-alpha.7", | 1721 | "propel/propel": ">=2-alpha.1,<=2-alpha.7", |
1582 | "propel/propel1": ">=1,<=1.7.1", | 1722 | "propel/propel1": ">=1,<=1.7.1", |
1583 | "pusher/pusher-php-server": "<2.2.1", | 1723 | "pusher/pusher-php-server": "<2.2.1", |
1584 | "robrichards/xmlseclibs": ">=1,<3.0.2", | 1724 | "rainlab/debugbar-plugin": "<3.1", |
1725 | "robrichards/xmlseclibs": "<3.0.4", | ||
1726 | "sabberworm/php-css-parser": ">=1,<1.0.1|>=2,<2.0.1|>=3,<3.0.1|>=4,<4.0.1|>=5,<5.0.9|>=5.1,<5.1.3|>=5.2,<5.2.1|>=6,<6.0.2|>=7,<7.0.4|>=8,<8.0.1|>=8.1,<8.1.1|>=8.2,<8.2.1|>=8.3,<8.3.1", | ||
1585 | "sabre/dav": ">=1.6,<1.6.99|>=1.7,<1.7.11|>=1.8,<1.8.9", | 1727 | "sabre/dav": ">=1.6,<1.6.99|>=1.7,<1.7.11|>=1.8,<1.8.9", |
1728 | "scheb/two-factor-bundle": ">=0,<3.26|>=4,<4.11", | ||
1586 | "sensiolabs/connect": "<4.2.3", | 1729 | "sensiolabs/connect": "<4.2.3", |
1587 | "serluck/phpwhois": "<=4.2.6", | 1730 | "serluck/phpwhois": "<=4.2.6", |
1731 | "shopware/core": "<=6.3.1", | ||
1732 | "shopware/platform": "<=6.3.1", | ||
1588 | "shopware/shopware": "<5.3.7", | 1733 | "shopware/shopware": "<5.3.7", |
1589 | "silverstripe/cms": ">=3,<=3.0.11|>=3.1,<3.1.11", | 1734 | "silverstripe/admin": ">=1.0.3,<1.0.4|>=1.1,<1.1.1", |
1735 | "silverstripe/assets": ">=1,<1.4.7|>=1.5,<1.5.2", | ||
1736 | "silverstripe/cms": "<4.3.6|>=4.4,<4.4.4", | ||
1737 | "silverstripe/comments": ">=1.3,<1.9.99|>=2,<2.9.99|>=3,<3.1.1", | ||
1590 | "silverstripe/forum": "<=0.6.1|>=0.7,<=0.7.3", | 1738 | "silverstripe/forum": "<=0.6.1|>=0.7,<=0.7.3", |
1591 | "silverstripe/framework": ">=3,<3.6.7|>=3.7,<3.7.3|>=4,<4.4", | 1739 | "silverstripe/framework": "<4.4.7|>=4.5,<4.5.4", |
1592 | "silverstripe/graphql": ">=2,<2.0.5|>=3,<3.1.2", | 1740 | "silverstripe/graphql": ">=2,<2.0.5|>=3,<3.1.2|>=3.2,<3.2.4", |
1593 | "silverstripe/registry": ">=2.1,<2.1.2|>=2.2,<2.2.1", | 1741 | "silverstripe/registry": ">=2.1,<2.1.2|>=2.2,<2.2.1", |
1594 | "silverstripe/restfulserver": ">=1,<1.0.9|>=2,<2.0.4", | 1742 | "silverstripe/restfulserver": ">=1,<1.0.9|>=2,<2.0.4", |
1743 | "silverstripe/subsites": ">=2,<2.1.1", | ||
1744 | "silverstripe/taxonomy": ">=1.3,<1.3.1|>=2,<2.0.1", | ||
1595 | "silverstripe/userforms": "<3", | 1745 | "silverstripe/userforms": "<3", |
1596 | "simple-updates/phpwhois": "<=1", | 1746 | "simple-updates/phpwhois": "<=1", |
1597 | "simplesamlphp/saml2": "<1.10.6|>=2,<2.3.8|>=3,<3.1.4", | 1747 | "simplesamlphp/saml2": "<1.10.6|>=2,<2.3.8|>=3,<3.1.4", |
1598 | "simplesamlphp/simplesamlphp": "<1.17.3", | 1748 | "simplesamlphp/simplesamlphp": "<1.18.6", |
1599 | "simplesamlphp/simplesamlphp-module-infocard": "<1.0.1", | 1749 | "simplesamlphp/simplesamlphp-module-infocard": "<1.0.1", |
1750 | "simplito/elliptic-php": "<1.0.6", | ||
1600 | "slim/slim": "<2.6", | 1751 | "slim/slim": "<2.6", |
1601 | "smarty/smarty": "<3.1.33", | 1752 | "smarty/smarty": "<3.1.33", |
1602 | "socalnick/scn-social-auth": "<1.15.2", | 1753 | "socalnick/scn-social-auth": "<1.15.2", |
1603 | "spoonity/tcpdf": "<6.2.22", | 1754 | "spoonity/tcpdf": "<6.2.22", |
1604 | "squizlabs/php_codesniffer": ">=1,<2.8.1|>=3,<3.0.1", | 1755 | "squizlabs/php_codesniffer": ">=1,<2.8.1|>=3,<3.0.1", |
1756 | "ssddanbrown/bookstack": "<0.29.2", | ||
1605 | "stormpath/sdk": ">=0,<9.9.99", | 1757 | "stormpath/sdk": ">=0,<9.9.99", |
1758 | "studio-42/elfinder": "<2.1.49", | ||
1759 | "sulu/sulu": "<1.6.34|>=2,<2.0.10|>=2.1,<2.1.1", | ||
1606 | "swiftmailer/swiftmailer": ">=4,<5.4.5", | 1760 | "swiftmailer/swiftmailer": ">=4,<5.4.5", |
1607 | "sylius/admin-bundle": ">=1,<1.0.17|>=1.1,<1.1.9|>=1.2,<1.2.2", | 1761 | "sylius/admin-bundle": ">=1,<1.0.17|>=1.1,<1.1.9|>=1.2,<1.2.2", |
1608 | "sylius/grid": ">=1,<1.1.19|>=1.2,<1.2.18|>=1.3,<1.3.13|>=1.4,<1.4.5|>=1.5,<1.5.1", | 1762 | "sylius/grid": ">=1,<1.1.19|>=1.2,<1.2.18|>=1.3,<1.3.13|>=1.4,<1.4.5|>=1.5,<1.5.1", |
1609 | "sylius/grid-bundle": ">=1,<1.1.19|>=1.2,<1.2.18|>=1.3,<1.3.13|>=1.4,<1.4.5|>=1.5,<1.5.1", | 1763 | "sylius/grid-bundle": ">=1,<1.1.19|>=1.2,<1.2.18|>=1.3,<1.3.13|>=1.4,<1.4.5|>=1.5,<1.5.1", |
1610 | "sylius/sylius": ">=1,<1.1.18|>=1.2,<1.2.17|>=1.3,<1.3.12|>=1.4,<1.4.4", | 1764 | "sylius/resource-bundle": "<1.3.14|>=1.4,<1.4.7|>=1.5,<1.5.2|>=1.6,<1.6.4", |
1611 | "symfony/cache": ">=3.1,<3.4.26|>=4,<4.1.12|>=4.2,<4.2.7", | 1765 | "sylius/sylius": "<1.3.16|>=1.4,<1.4.12|>=1.5,<1.5.9|>=1.6,<1.6.5", |
1766 | "symbiote/silverstripe-multivaluefield": ">=3,<3.0.99", | ||
1767 | "symbiote/silverstripe-versionedfiles": "<=2.0.3", | ||
1768 | "symfony/cache": ">=3.1,<3.4.35|>=4,<4.2.12|>=4.3,<4.3.8", | ||
1612 | "symfony/dependency-injection": ">=2,<2.0.17|>=2.7,<2.7.51|>=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.1.12|>=4.2,<4.2.7", | 1769 | "symfony/dependency-injection": ">=2,<2.0.17|>=2.7,<2.7.51|>=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.1.12|>=4.2,<4.2.7", |
1770 | "symfony/error-handler": ">=4.4,<4.4.4|>=5,<5.0.4", | ||
1613 | "symfony/form": ">=2.3,<2.3.35|>=2.4,<2.6.12|>=2.7,<2.7.50|>=2.8,<2.8.49|>=3,<3.4.20|>=4,<4.0.15|>=4.1,<4.1.9|>=4.2,<4.2.1", | 1771 | "symfony/form": ">=2.3,<2.3.35|>=2.4,<2.6.12|>=2.7,<2.7.50|>=2.8,<2.8.49|>=3,<3.4.20|>=4,<4.0.15|>=4.1,<4.1.9|>=4.2,<4.2.1", |
1614 | "symfony/framework-bundle": ">=2,<2.3.18|>=2.4,<2.4.8|>=2.5,<2.5.2|>=2.7,<2.7.51|>=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.1.12|>=4.2,<4.2.7", | 1772 | "symfony/framework-bundle": ">=2,<2.3.18|>=2.4,<2.4.8|>=2.5,<2.5.2|>=2.7,<2.7.51|>=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.1.12|>=4.2,<4.2.7", |
1615 | "symfony/http-foundation": ">=2,<2.7.51|>=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.1.12|>=4.2,<4.2.7", | 1773 | "symfony/http-foundation": ">=2,<2.8.52|>=3,<3.4.35|>=4,<4.2.12|>=4.3,<4.3.8|>=4.4,<4.4.7|>=5,<5.0.7", |
1616 | "symfony/http-kernel": ">=2,<2.3.29|>=2.4,<2.5.12|>=2.6,<2.6.8", | 1774 | "symfony/http-kernel": ">=2,<2.8.52|>=3,<3.4.35|>=4,<4.2.12|>=4.3,<4.4.13|>=5,<5.1.5", |
1617 | "symfony/intl": ">=2.7,<2.7.38|>=2.8,<2.8.31|>=3,<3.2.14|>=3.3,<3.3.13", | 1775 | "symfony/intl": ">=2.7,<2.7.38|>=2.8,<2.8.31|>=3,<3.2.14|>=3.3,<3.3.13", |
1776 | "symfony/mime": ">=4.3,<4.3.8", | ||
1618 | "symfony/phpunit-bridge": ">=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.1.12|>=4.2,<4.2.7", | 1777 | "symfony/phpunit-bridge": ">=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.1.12|>=4.2,<4.2.7", |
1619 | "symfony/polyfill": ">=1,<1.10", | 1778 | "symfony/polyfill": ">=1,<1.10", |
1620 | "symfony/polyfill-php55": ">=1,<1.10", | 1779 | "symfony/polyfill-php55": ">=1,<1.10", |
1621 | "symfony/proxy-manager-bridge": ">=2.7,<2.7.51|>=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.1.12|>=4.2,<4.2.7", | 1780 | "symfony/proxy-manager-bridge": ">=2.7,<2.7.51|>=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.1.12|>=4.2,<4.2.7", |
1622 | "symfony/routing": ">=2,<2.0.19", | 1781 | "symfony/routing": ">=2,<2.0.19", |
1623 | "symfony/security": ">=2,<2.7.51|>=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.1.12|>=4.2,<4.2.7", | 1782 | "symfony/security": ">=2,<2.7.51|>=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.1.12|>=4.2,<4.2.7|>=4.4,<4.4.7|>=5,<5.0.7", |
1624 | "symfony/security-bundle": ">=2,<2.7.48|>=2.8,<2.8.41|>=3,<3.3.17|>=3.4,<3.4.11|>=4,<4.0.11", | 1783 | "symfony/security-bundle": ">=2,<2.7.48|>=2.8,<2.8.41|>=3,<3.3.17|>=3.4,<3.4.11|>=4,<4.0.11", |
1625 | "symfony/security-core": ">=2.4,<2.6.13|>=2.7,<2.7.9|>=2.7.30,<2.7.32|>=2.8,<2.8.37|>=3,<3.3.17|>=3.4,<3.4.7|>=4,<4.0.7", | 1784 | "symfony/security-core": ">=2.4,<2.6.13|>=2.7,<2.7.9|>=2.7.30,<2.7.32|>=2.8,<2.8.37|>=3,<3.3.17|>=3.4,<3.4.7|>=4,<4.0.7", |
1626 | "symfony/security-csrf": ">=2.4,<2.7.48|>=2.8,<2.8.41|>=3,<3.3.17|>=3.4,<3.4.11|>=4,<4.0.11", | 1785 | "symfony/security-csrf": ">=2.4,<2.7.48|>=2.8,<2.8.41|>=3,<3.3.17|>=3.4,<3.4.11|>=4,<4.0.11", |
1627 | "symfony/security-guard": ">=2.8,<2.8.41|>=3,<3.3.17|>=3.4,<3.4.11|>=4,<4.0.11", | 1786 | "symfony/security-guard": ">=2.8,<2.8.41|>=3,<3.3.17|>=3.4,<3.4.11|>=4,<4.0.11", |
1628 | "symfony/security-http": ">=2.3,<2.3.41|>=2.4,<2.7.51|>=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.1.12|>=4.2,<4.2.7", | 1787 | "symfony/security-http": ">=2.3,<2.3.41|>=2.4,<2.7.51|>=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.2.12|>=4.3,<4.3.8|>=4.4,<4.4.7|>=5,<5.0.7", |
1629 | "symfony/serializer": ">=2,<2.0.11", | 1788 | "symfony/serializer": ">=2,<2.0.11", |
1630 | "symfony/symfony": ">=2,<2.7.51|>=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.1.12|>=4.2,<4.2.7", | 1789 | "symfony/symfony": ">=2,<2.8.52|>=3,<3.4.35|>=4,<4.2.12|>=4.3,<4.4.13|>=5,<5.1.5", |
1631 | "symfony/translation": ">=2,<2.0.17", | 1790 | "symfony/translation": ">=2,<2.0.17", |
1632 | "symfony/validator": ">=2,<2.0.24|>=2.1,<2.1.12|>=2.2,<2.2.5|>=2.3,<2.3.3", | 1791 | "symfony/validator": ">=2,<2.0.24|>=2.1,<2.1.12|>=2.2,<2.2.5|>=2.3,<2.3.3", |
1792 | "symfony/var-exporter": ">=4.2,<4.2.12|>=4.3,<4.3.8", | ||
1633 | "symfony/web-profiler-bundle": ">=2,<2.3.19|>=2.4,<2.4.9|>=2.5,<2.5.4", | 1793 | "symfony/web-profiler-bundle": ">=2,<2.3.19|>=2.4,<2.4.9|>=2.5,<2.5.4", |
1634 | "symfony/yaml": ">=2,<2.0.22|>=2.1,<2.1.7", | 1794 | "symfony/yaml": ">=2,<2.0.22|>=2.1,<2.1.7", |
1795 | "t3g/svg-sanitizer": "<1.0.3", | ||
1635 | "tecnickcom/tcpdf": "<6.2.22", | 1796 | "tecnickcom/tcpdf": "<6.2.22", |
1636 | "thelia/backoffice-default-template": ">=2.1,<2.1.2", | 1797 | "thelia/backoffice-default-template": ">=2.1,<2.1.2", |
1637 | "thelia/thelia": ">=2.1-beta.1,<2.1.3", | 1798 | "thelia/thelia": ">=2.1-beta.1,<2.1.3", |
@@ -1639,22 +1800,26 @@ | |||
1639 | "titon/framework": ">=0,<9.9.99", | 1800 | "titon/framework": ">=0,<9.9.99", |
1640 | "truckersmp/phpwhois": "<=4.3.1", | 1801 | "truckersmp/phpwhois": "<=4.3.1", |
1641 | "twig/twig": "<1.38|>=2,<2.7", | 1802 | "twig/twig": "<1.38|>=2,<2.7", |
1642 | "typo3/cms": ">=6.2,<6.2.30|>=7,<7.6.32|>=8,<8.7.27|>=9,<9.5.8", | 1803 | "typo3/cms": ">=6.2,<6.2.30|>=7,<7.6.32|>=8,<8.7.30|>=9,<9.5.20|>=10,<10.4.6", |
1643 | "typo3/cms-core": ">=8,<8.7.27|>=9,<9.5.8", | 1804 | "typo3/cms-core": ">=8,<8.7.30|>=9,<9.5.20|>=10,<10.4.6", |
1644 | "typo3/flow": ">=1,<1.0.4|>=1.1,<1.1.1|>=2,<2.0.1|>=2.3,<2.3.16|>=3,<3.0.10|>=3.1,<3.1.7|>=3.2,<3.2.7|>=3.3,<3.3.5", | 1805 | "typo3/flow": ">=1,<1.0.4|>=1.1,<1.1.1|>=2,<2.0.1|>=2.3,<2.3.16|>=3,<3.0.10|>=3.1,<3.1.7|>=3.2,<3.2.7|>=3.3,<3.3.5", |
1645 | "typo3/neos": ">=1.1,<1.1.3|>=1.2,<1.2.13|>=2,<2.0.4", | 1806 | "typo3/neos": ">=1.1,<1.1.3|>=1.2,<1.2.13|>=2,<2.0.4", |
1646 | "typo3/phar-stream-wrapper": ">=1,<2.1.1|>=3,<3.1.1", | 1807 | "typo3/phar-stream-wrapper": ">=1,<2.1.1|>=3,<3.1.1", |
1647 | "ua-parser/uap-php": "<3.8", | 1808 | "ua-parser/uap-php": "<3.8", |
1809 | "usmanhalalit/pixie": "<1.0.3|>=2,<2.0.2", | ||
1810 | "verot/class.upload.php": "<=1.0.3|>=2,<=2.0.4", | ||
1648 | "wallabag/tcpdf": "<6.2.22", | 1811 | "wallabag/tcpdf": "<6.2.22", |
1649 | "willdurand/js-translation-bundle": "<2.1.1", | 1812 | "willdurand/js-translation-bundle": "<2.1.1", |
1813 | "yii2mod/yii2-cms": "<1.9.2", | ||
1650 | "yiisoft/yii": ">=1.1.14,<1.1.15", | 1814 | "yiisoft/yii": ">=1.1.14,<1.1.15", |
1651 | "yiisoft/yii2": "<2.0.15", | 1815 | "yiisoft/yii2": "<2.0.38", |
1652 | "yiisoft/yii2-bootstrap": "<2.0.4", | 1816 | "yiisoft/yii2-bootstrap": "<2.0.4", |
1653 | "yiisoft/yii2-dev": "<2.0.15", | 1817 | "yiisoft/yii2-dev": "<2.0.15", |
1654 | "yiisoft/yii2-elasticsearch": "<2.0.5", | 1818 | "yiisoft/yii2-elasticsearch": "<2.0.5", |
1655 | "yiisoft/yii2-gii": "<2.0.4", | 1819 | "yiisoft/yii2-gii": "<2.0.4", |
1656 | "yiisoft/yii2-jui": "<2.0.4", | 1820 | "yiisoft/yii2-jui": "<2.0.4", |
1657 | "yiisoft/yii2-redis": "<2.0.8", | 1821 | "yiisoft/yii2-redis": "<2.0.8", |
1822 | "yourls/yourls": "<1.7.4", | ||
1658 | "zendframework/zend-cache": ">=2.4,<2.4.8|>=2.5,<2.5.3", | 1823 | "zendframework/zend-cache": ">=2.4,<2.4.8|>=2.5,<2.5.3", |
1659 | "zendframework/zend-captcha": ">=2,<2.4.9|>=2.5,<2.5.2", | 1824 | "zendframework/zend-captcha": ">=2,<2.4.9|>=2.5,<2.5.2", |
1660 | "zendframework/zend-crypt": ">=2,<2.4.9|>=2.5,<2.5.2", | 1825 | "zendframework/zend-crypt": ">=2,<2.4.9|>=2.5,<2.5.2", |
@@ -1691,10 +1856,29 @@ | |||
1691 | "name": "Marco Pivetta", | 1856 | "name": "Marco Pivetta", |
1692 | "email": "ocramius@gmail.com", | 1857 | "email": "ocramius@gmail.com", |
1693 | "role": "maintainer" | 1858 | "role": "maintainer" |
1859 | }, | ||
1860 | { | ||
1861 | "name": "Ilya Tribusean", | ||
1862 | "email": "slash3b@gmail.com", | ||
1863 | "role": "maintainer" | ||
1694 | } | 1864 | } |
1695 | ], | 1865 | ], |
1696 | "description": "Prevents installation of composer packages with known security vulnerabilities: no API, simply require it", | 1866 | "description": "Prevents installation of composer packages with known security vulnerabilities: no API, simply require it", |
1697 | "time": "2019-07-18T15:17:58+00:00" | 1867 | "support": { |
1868 | "issues": "https://github.com/Roave/SecurityAdvisories/issues", | ||
1869 | "source": "https://github.com/Roave/SecurityAdvisories/tree/latest" | ||
1870 | }, | ||
1871 | "funding": [ | ||
1872 | { | ||
1873 | "url": "https://github.com/Ocramius", | ||
1874 | "type": "github" | ||
1875 | }, | ||
1876 | { | ||
1877 | "url": "https://tidelift.com/funding/github/packagist/roave/security-advisories", | ||
1878 | "type": "tidelift" | ||
1879 | } | ||
1880 | ], | ||
1881 | "time": "2020-09-24T17:02:11+00:00" | ||
1698 | }, | 1882 | }, |
1699 | { | 1883 | { |
1700 | "name": "sebastian/code-unit-reverse-lookup", | 1884 | "name": "sebastian/code-unit-reverse-lookup", |
@@ -1739,34 +1923,38 @@ | |||
1739 | ], | 1923 | ], |
1740 | "description": "Looks up which function or method a line of code belongs to", | 1924 | "description": "Looks up which function or method a line of code belongs to", |
1741 | "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/", | 1925 | "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/", |
1926 | "support": { | ||
1927 | "issues": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/issues", | ||
1928 | "source": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/tree/master" | ||
1929 | }, | ||
1742 | "time": "2017-03-04T06:30:41+00:00" | 1930 | "time": "2017-03-04T06:30:41+00:00" |
1743 | }, | 1931 | }, |
1744 | { | 1932 | { |
1745 | "name": "sebastian/comparator", | 1933 | "name": "sebastian/comparator", |
1746 | "version": "1.2.4", | 1934 | "version": "3.0.2", |
1747 | "source": { | 1935 | "source": { |
1748 | "type": "git", | 1936 | "type": "git", |
1749 | "url": "https://github.com/sebastianbergmann/comparator.git", | 1937 | "url": "https://github.com/sebastianbergmann/comparator.git", |
1750 | "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be" | 1938 | "reference": "5de4fc177adf9bce8df98d8d141a7559d7ccf6da" |
1751 | }, | 1939 | }, |
1752 | "dist": { | 1940 | "dist": { |
1753 | "type": "zip", | 1941 | "type": "zip", |
1754 | "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/2b7424b55f5047b47ac6e5ccb20b2aea4011d9be", | 1942 | "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/5de4fc177adf9bce8df98d8d141a7559d7ccf6da", |
1755 | "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be", | 1943 | "reference": "5de4fc177adf9bce8df98d8d141a7559d7ccf6da", |
1756 | "shasum": "" | 1944 | "shasum": "" |
1757 | }, | 1945 | }, |
1758 | "require": { | 1946 | "require": { |
1759 | "php": ">=5.3.3", | 1947 | "php": "^7.1", |
1760 | "sebastian/diff": "~1.2", | 1948 | "sebastian/diff": "^3.0", |
1761 | "sebastian/exporter": "~1.2 || ~2.0" | 1949 | "sebastian/exporter": "^3.1" |
1762 | }, | 1950 | }, |
1763 | "require-dev": { | 1951 | "require-dev": { |
1764 | "phpunit/phpunit": "~4.4" | 1952 | "phpunit/phpunit": "^7.1" |
1765 | }, | 1953 | }, |
1766 | "type": "library", | 1954 | "type": "library", |
1767 | "extra": { | 1955 | "extra": { |
1768 | "branch-alias": { | 1956 | "branch-alias": { |
1769 | "dev-master": "1.2.x-dev" | 1957 | "dev-master": "3.0-dev" |
1770 | } | 1958 | } |
1771 | }, | 1959 | }, |
1772 | "autoload": { | 1960 | "autoload": { |
@@ -1797,38 +1985,43 @@ | |||
1797 | } | 1985 | } |
1798 | ], | 1986 | ], |
1799 | "description": "Provides the functionality to compare PHP values for equality", | 1987 | "description": "Provides the functionality to compare PHP values for equality", |
1800 | "homepage": "http://www.github.com/sebastianbergmann/comparator", | 1988 | "homepage": "https://github.com/sebastianbergmann/comparator", |
1801 | "keywords": [ | 1989 | "keywords": [ |
1802 | "comparator", | 1990 | "comparator", |
1803 | "compare", | 1991 | "compare", |
1804 | "equality" | 1992 | "equality" |
1805 | ], | 1993 | ], |
1806 | "time": "2017-01-29T09:50:25+00:00" | 1994 | "support": { |
1995 | "issues": "https://github.com/sebastianbergmann/comparator/issues", | ||
1996 | "source": "https://github.com/sebastianbergmann/comparator/tree/master" | ||
1997 | }, | ||
1998 | "time": "2018-07-12T15:12:46+00:00" | ||
1807 | }, | 1999 | }, |
1808 | { | 2000 | { |
1809 | "name": "sebastian/diff", | 2001 | "name": "sebastian/diff", |
1810 | "version": "1.4.3", | 2002 | "version": "3.0.2", |
1811 | "source": { | 2003 | "source": { |
1812 | "type": "git", | 2004 | "type": "git", |
1813 | "url": "https://github.com/sebastianbergmann/diff.git", | 2005 | "url": "https://github.com/sebastianbergmann/diff.git", |
1814 | "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4" | 2006 | "reference": "720fcc7e9b5cf384ea68d9d930d480907a0c1a29" |
1815 | }, | 2007 | }, |
1816 | "dist": { | 2008 | "dist": { |
1817 | "type": "zip", | 2009 | "type": "zip", |
1818 | "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/7f066a26a962dbe58ddea9f72a4e82874a3975a4", | 2010 | "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/720fcc7e9b5cf384ea68d9d930d480907a0c1a29", |
1819 | "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4", | 2011 | "reference": "720fcc7e9b5cf384ea68d9d930d480907a0c1a29", |
1820 | "shasum": "" | 2012 | "shasum": "" |
1821 | }, | 2013 | }, |
1822 | "require": { | 2014 | "require": { |
1823 | "php": "^5.3.3 || ^7.0" | 2015 | "php": "^7.1" |
1824 | }, | 2016 | }, |
1825 | "require-dev": { | 2017 | "require-dev": { |
1826 | "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0" | 2018 | "phpunit/phpunit": "^7.5 || ^8.0", |
2019 | "symfony/process": "^2 || ^3.3 || ^4" | ||
1827 | }, | 2020 | }, |
1828 | "type": "library", | 2021 | "type": "library", |
1829 | "extra": { | 2022 | "extra": { |
1830 | "branch-alias": { | 2023 | "branch-alias": { |
1831 | "dev-master": "1.4-dev" | 2024 | "dev-master": "3.0-dev" |
1832 | } | 2025 | } |
1833 | }, | 2026 | }, |
1834 | "autoload": { | 2027 | "autoload": { |
@@ -1853,34 +2046,44 @@ | |||
1853 | "description": "Diff implementation", | 2046 | "description": "Diff implementation", |
1854 | "homepage": "https://github.com/sebastianbergmann/diff", | 2047 | "homepage": "https://github.com/sebastianbergmann/diff", |
1855 | "keywords": [ | 2048 | "keywords": [ |
1856 | "diff" | 2049 | "diff", |
2050 | "udiff", | ||
2051 | "unidiff", | ||
2052 | "unified diff" | ||
1857 | ], | 2053 | ], |
1858 | "time": "2017-05-22T07:24:03+00:00" | 2054 | "support": { |
2055 | "issues": "https://github.com/sebastianbergmann/diff/issues", | ||
2056 | "source": "https://github.com/sebastianbergmann/diff/tree/master" | ||
2057 | }, | ||
2058 | "time": "2019-02-04T06:01:07+00:00" | ||
1859 | }, | 2059 | }, |
1860 | { | 2060 | { |
1861 | "name": "sebastian/environment", | 2061 | "name": "sebastian/environment", |
1862 | "version": "2.0.0", | 2062 | "version": "4.2.3", |
1863 | "source": { | 2063 | "source": { |
1864 | "type": "git", | 2064 | "type": "git", |
1865 | "url": "https://github.com/sebastianbergmann/environment.git", | 2065 | "url": "https://github.com/sebastianbergmann/environment.git", |
1866 | "reference": "5795ffe5dc5b02460c3e34222fee8cbe245d8fac" | 2066 | "reference": "464c90d7bdf5ad4e8a6aea15c091fec0603d4368" |
1867 | }, | 2067 | }, |
1868 | "dist": { | 2068 | "dist": { |
1869 | "type": "zip", | 2069 | "type": "zip", |
1870 | "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/5795ffe5dc5b02460c3e34222fee8cbe245d8fac", | 2070 | "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/464c90d7bdf5ad4e8a6aea15c091fec0603d4368", |
1871 | "reference": "5795ffe5dc5b02460c3e34222fee8cbe245d8fac", | 2071 | "reference": "464c90d7bdf5ad4e8a6aea15c091fec0603d4368", |
1872 | "shasum": "" | 2072 | "shasum": "" |
1873 | }, | 2073 | }, |
1874 | "require": { | 2074 | "require": { |
1875 | "php": "^5.6 || ^7.0" | 2075 | "php": "^7.1" |
1876 | }, | 2076 | }, |
1877 | "require-dev": { | 2077 | "require-dev": { |
1878 | "phpunit/phpunit": "^5.0" | 2078 | "phpunit/phpunit": "^7.5" |
2079 | }, | ||
2080 | "suggest": { | ||
2081 | "ext-posix": "*" | ||
1879 | }, | 2082 | }, |
1880 | "type": "library", | 2083 | "type": "library", |
1881 | "extra": { | 2084 | "extra": { |
1882 | "branch-alias": { | 2085 | "branch-alias": { |
1883 | "dev-master": "2.0.x-dev" | 2086 | "dev-master": "4.2-dev" |
1884 | } | 2087 | } |
1885 | }, | 2088 | }, |
1886 | "autoload": { | 2089 | "autoload": { |
@@ -1905,34 +2108,38 @@ | |||
1905 | "environment", | 2108 | "environment", |
1906 | "hhvm" | 2109 | "hhvm" |
1907 | ], | 2110 | ], |
1908 | "time": "2016-11-26T07:53:53+00:00" | 2111 | "support": { |
2112 | "issues": "https://github.com/sebastianbergmann/environment/issues", | ||
2113 | "source": "https://github.com/sebastianbergmann/environment/tree/4.2.3" | ||
2114 | }, | ||
2115 | "time": "2019-11-20T08:46:58+00:00" | ||
1909 | }, | 2116 | }, |
1910 | { | 2117 | { |
1911 | "name": "sebastian/exporter", | 2118 | "name": "sebastian/exporter", |
1912 | "version": "2.0.0", | 2119 | "version": "3.1.2", |
1913 | "source": { | 2120 | "source": { |
1914 | "type": "git", | 2121 | "type": "git", |
1915 | "url": "https://github.com/sebastianbergmann/exporter.git", | 2122 | "url": "https://github.com/sebastianbergmann/exporter.git", |
1916 | "reference": "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4" | 2123 | "reference": "68609e1261d215ea5b21b7987539cbfbe156ec3e" |
1917 | }, | 2124 | }, |
1918 | "dist": { | 2125 | "dist": { |
1919 | "type": "zip", | 2126 | "type": "zip", |
1920 | "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4", | 2127 | "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/68609e1261d215ea5b21b7987539cbfbe156ec3e", |
1921 | "reference": "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4", | 2128 | "reference": "68609e1261d215ea5b21b7987539cbfbe156ec3e", |
1922 | "shasum": "" | 2129 | "shasum": "" |
1923 | }, | 2130 | }, |
1924 | "require": { | 2131 | "require": { |
1925 | "php": ">=5.3.3", | 2132 | "php": "^7.0", |
1926 | "sebastian/recursion-context": "~2.0" | 2133 | "sebastian/recursion-context": "^3.0" |
1927 | }, | 2134 | }, |
1928 | "require-dev": { | 2135 | "require-dev": { |
1929 | "ext-mbstring": "*", | 2136 | "ext-mbstring": "*", |
1930 | "phpunit/phpunit": "~4.4" | 2137 | "phpunit/phpunit": "^6.0" |
1931 | }, | 2138 | }, |
1932 | "type": "library", | 2139 | "type": "library", |
1933 | "extra": { | 2140 | "extra": { |
1934 | "branch-alias": { | 2141 | "branch-alias": { |
1935 | "dev-master": "2.0.x-dev" | 2142 | "dev-master": "3.1.x-dev" |
1936 | } | 2143 | } |
1937 | }, | 2144 | }, |
1938 | "autoload": { | 2145 | "autoload": { |
@@ -1946,6 +2153,10 @@ | |||
1946 | ], | 2153 | ], |
1947 | "authors": [ | 2154 | "authors": [ |
1948 | { | 2155 | { |
2156 | "name": "Sebastian Bergmann", | ||
2157 | "email": "sebastian@phpunit.de" | ||
2158 | }, | ||
2159 | { | ||
1949 | "name": "Jeff Welch", | 2160 | "name": "Jeff Welch", |
1950 | "email": "whatthejeff@gmail.com" | 2161 | "email": "whatthejeff@gmail.com" |
1951 | }, | 2162 | }, |
@@ -1954,16 +2165,12 @@ | |||
1954 | "email": "github@wallbash.com" | 2165 | "email": "github@wallbash.com" |
1955 | }, | 2166 | }, |
1956 | { | 2167 | { |
1957 | "name": "Bernhard Schussek", | ||
1958 | "email": "bschussek@2bepublished.at" | ||
1959 | }, | ||
1960 | { | ||
1961 | "name": "Sebastian Bergmann", | ||
1962 | "email": "sebastian@phpunit.de" | ||
1963 | }, | ||
1964 | { | ||
1965 | "name": "Adam Harvey", | 2168 | "name": "Adam Harvey", |
1966 | "email": "aharvey@php.net" | 2169 | "email": "aharvey@php.net" |
2170 | }, | ||
2171 | { | ||
2172 | "name": "Bernhard Schussek", | ||
2173 | "email": "bschussek@gmail.com" | ||
1967 | } | 2174 | } |
1968 | ], | 2175 | ], |
1969 | "description": "Provides the functionality to export PHP variables for visualization", | 2176 | "description": "Provides the functionality to export PHP variables for visualization", |
@@ -1972,27 +2179,41 @@ | |||
1972 | "export", | 2179 | "export", |
1973 | "exporter" | 2180 | "exporter" |
1974 | ], | 2181 | ], |
1975 | "time": "2016-11-19T08:54:04+00:00" | 2182 | "support": { |
2183 | "issues": "https://github.com/sebastianbergmann/exporter/issues", | ||
2184 | "source": "https://github.com/sebastianbergmann/exporter/tree/master" | ||
2185 | }, | ||
2186 | "time": "2019-09-14T09:02:43+00:00" | ||
1976 | }, | 2187 | }, |
1977 | { | 2188 | { |
1978 | "name": "sebastian/finder-facade", | 2189 | "name": "sebastian/global-state", |
1979 | "version": "1.2.2", | 2190 | "version": "2.0.0", |
1980 | "source": { | 2191 | "source": { |
1981 | "type": "git", | 2192 | "type": "git", |
1982 | "url": "https://github.com/sebastianbergmann/finder-facade.git", | 2193 | "url": "https://github.com/sebastianbergmann/global-state.git", |
1983 | "reference": "4a3174709c2dc565fe5fb26fcf827f6a1fc7b09f" | 2194 | "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4" |
1984 | }, | 2195 | }, |
1985 | "dist": { | 2196 | "dist": { |
1986 | "type": "zip", | 2197 | "type": "zip", |
1987 | "url": "https://api.github.com/repos/sebastianbergmann/finder-facade/zipball/4a3174709c2dc565fe5fb26fcf827f6a1fc7b09f", | 2198 | "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4", |
1988 | "reference": "4a3174709c2dc565fe5fb26fcf827f6a1fc7b09f", | 2199 | "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4", |
1989 | "shasum": "" | 2200 | "shasum": "" |
1990 | }, | 2201 | }, |
1991 | "require": { | 2202 | "require": { |
1992 | "symfony/finder": "~2.3|~3.0|~4.0", | 2203 | "php": "^7.0" |
1993 | "theseer/fdomdocument": "~1.3" | 2204 | }, |
2205 | "require-dev": { | ||
2206 | "phpunit/phpunit": "^6.0" | ||
2207 | }, | ||
2208 | "suggest": { | ||
2209 | "ext-uopz": "*" | ||
1994 | }, | 2210 | }, |
1995 | "type": "library", | 2211 | "type": "library", |
2212 | "extra": { | ||
2213 | "branch-alias": { | ||
2214 | "dev-master": "2.0-dev" | ||
2215 | } | ||
2216 | }, | ||
1996 | "autoload": { | 2217 | "autoload": { |
1997 | "classmap": [ | 2218 | "classmap": [ |
1998 | "src/" | 2219 | "src/" |
@@ -2005,41 +2226,46 @@ | |||
2005 | "authors": [ | 2226 | "authors": [ |
2006 | { | 2227 | { |
2007 | "name": "Sebastian Bergmann", | 2228 | "name": "Sebastian Bergmann", |
2008 | "email": "sebastian@phpunit.de", | 2229 | "email": "sebastian@phpunit.de" |
2009 | "role": "lead" | ||
2010 | } | 2230 | } |
2011 | ], | 2231 | ], |
2012 | "description": "FinderFacade is a convenience wrapper for Symfony's Finder component.", | 2232 | "description": "Snapshotting of global state", |
2013 | "homepage": "https://github.com/sebastianbergmann/finder-facade", | 2233 | "homepage": "http://www.github.com/sebastianbergmann/global-state", |
2014 | "time": "2017-11-18T17:31:49+00:00" | 2234 | "keywords": [ |
2235 | "global state" | ||
2236 | ], | ||
2237 | "support": { | ||
2238 | "issues": "https://github.com/sebastianbergmann/global-state/issues", | ||
2239 | "source": "https://github.com/sebastianbergmann/global-state/tree/2.0.0" | ||
2240 | }, | ||
2241 | "time": "2017-04-27T15:39:26+00:00" | ||
2015 | }, | 2242 | }, |
2016 | { | 2243 | { |
2017 | "name": "sebastian/global-state", | 2244 | "name": "sebastian/object-enumerator", |
2018 | "version": "1.1.1", | 2245 | "version": "3.0.3", |
2019 | "source": { | 2246 | "source": { |
2020 | "type": "git", | 2247 | "type": "git", |
2021 | "url": "https://github.com/sebastianbergmann/global-state.git", | 2248 | "url": "https://github.com/sebastianbergmann/object-enumerator.git", |
2022 | "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4" | 2249 | "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5" |
2023 | }, | 2250 | }, |
2024 | "dist": { | 2251 | "dist": { |
2025 | "type": "zip", | 2252 | "type": "zip", |
2026 | "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4", | 2253 | "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/7cfd9e65d11ffb5af41198476395774d4c8a84c5", |
2027 | "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4", | 2254 | "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5", |
2028 | "shasum": "" | 2255 | "shasum": "" |
2029 | }, | 2256 | }, |
2030 | "require": { | 2257 | "require": { |
2031 | "php": ">=5.3.3" | 2258 | "php": "^7.0", |
2259 | "sebastian/object-reflector": "^1.1.1", | ||
2260 | "sebastian/recursion-context": "^3.0" | ||
2032 | }, | 2261 | }, |
2033 | "require-dev": { | 2262 | "require-dev": { |
2034 | "phpunit/phpunit": "~4.2" | 2263 | "phpunit/phpunit": "^6.0" |
2035 | }, | ||
2036 | "suggest": { | ||
2037 | "ext-uopz": "*" | ||
2038 | }, | 2264 | }, |
2039 | "type": "library", | 2265 | "type": "library", |
2040 | "extra": { | 2266 | "extra": { |
2041 | "branch-alias": { | 2267 | "branch-alias": { |
2042 | "dev-master": "1.0-dev" | 2268 | "dev-master": "3.0.x-dev" |
2043 | } | 2269 | } |
2044 | }, | 2270 | }, |
2045 | "autoload": { | 2271 | "autoload": { |
@@ -2057,38 +2283,38 @@ | |||
2057 | "email": "sebastian@phpunit.de" | 2283 | "email": "sebastian@phpunit.de" |
2058 | } | 2284 | } |
2059 | ], | 2285 | ], |
2060 | "description": "Snapshotting of global state", | 2286 | "description": "Traverses array structures and object graphs to enumerate all referenced objects", |
2061 | "homepage": "http://www.github.com/sebastianbergmann/global-state", | 2287 | "homepage": "https://github.com/sebastianbergmann/object-enumerator/", |
2062 | "keywords": [ | 2288 | "support": { |
2063 | "global state" | 2289 | "issues": "https://github.com/sebastianbergmann/object-enumerator/issues", |
2064 | ], | 2290 | "source": "https://github.com/sebastianbergmann/object-enumerator/tree/master" |
2065 | "time": "2015-10-12T03:26:01+00:00" | 2291 | }, |
2292 | "time": "2017-08-03T12:35:26+00:00" | ||
2066 | }, | 2293 | }, |
2067 | { | 2294 | { |
2068 | "name": "sebastian/object-enumerator", | 2295 | "name": "sebastian/object-reflector", |
2069 | "version": "2.0.1", | 2296 | "version": "1.1.1", |
2070 | "source": { | 2297 | "source": { |
2071 | "type": "git", | 2298 | "type": "git", |
2072 | "url": "https://github.com/sebastianbergmann/object-enumerator.git", | 2299 | "url": "https://github.com/sebastianbergmann/object-reflector.git", |
2073 | "reference": "1311872ac850040a79c3c058bea3e22d0f09cbb7" | 2300 | "reference": "773f97c67f28de00d397be301821b06708fca0be" |
2074 | }, | 2301 | }, |
2075 | "dist": { | 2302 | "dist": { |
2076 | "type": "zip", | 2303 | "type": "zip", |
2077 | "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/1311872ac850040a79c3c058bea3e22d0f09cbb7", | 2304 | "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/773f97c67f28de00d397be301821b06708fca0be", |
2078 | "reference": "1311872ac850040a79c3c058bea3e22d0f09cbb7", | 2305 | "reference": "773f97c67f28de00d397be301821b06708fca0be", |
2079 | "shasum": "" | 2306 | "shasum": "" |
2080 | }, | 2307 | }, |
2081 | "require": { | 2308 | "require": { |
2082 | "php": ">=5.6", | 2309 | "php": "^7.0" |
2083 | "sebastian/recursion-context": "~2.0" | ||
2084 | }, | 2310 | }, |
2085 | "require-dev": { | 2311 | "require-dev": { |
2086 | "phpunit/phpunit": "~5" | 2312 | "phpunit/phpunit": "^6.0" |
2087 | }, | 2313 | }, |
2088 | "type": "library", | 2314 | "type": "library", |
2089 | "extra": { | 2315 | "extra": { |
2090 | "branch-alias": { | 2316 | "branch-alias": { |
2091 | "dev-master": "2.0.x-dev" | 2317 | "dev-master": "1.1-dev" |
2092 | } | 2318 | } |
2093 | }, | 2319 | }, |
2094 | "autoload": { | 2320 | "autoload": { |
@@ -2106,34 +2332,38 @@ | |||
2106 | "email": "sebastian@phpunit.de" | 2332 | "email": "sebastian@phpunit.de" |
2107 | } | 2333 | } |
2108 | ], | 2334 | ], |
2109 | "description": "Traverses array structures and object graphs to enumerate all referenced objects", | 2335 | "description": "Allows reflection of object attributes, including inherited and non-public ones", |
2110 | "homepage": "https://github.com/sebastianbergmann/object-enumerator/", | 2336 | "homepage": "https://github.com/sebastianbergmann/object-reflector/", |
2111 | "time": "2017-02-18T15:18:39+00:00" | 2337 | "support": { |
2338 | "issues": "https://github.com/sebastianbergmann/object-reflector/issues", | ||
2339 | "source": "https://github.com/sebastianbergmann/object-reflector/tree/master" | ||
2340 | }, | ||
2341 | "time": "2017-03-29T09:07:27+00:00" | ||
2112 | }, | 2342 | }, |
2113 | { | 2343 | { |
2114 | "name": "sebastian/recursion-context", | 2344 | "name": "sebastian/recursion-context", |
2115 | "version": "2.0.0", | 2345 | "version": "3.0.0", |
2116 | "source": { | 2346 | "source": { |
2117 | "type": "git", | 2347 | "type": "git", |
2118 | "url": "https://github.com/sebastianbergmann/recursion-context.git", | 2348 | "url": "https://github.com/sebastianbergmann/recursion-context.git", |
2119 | "reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a" | 2349 | "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8" |
2120 | }, | 2350 | }, |
2121 | "dist": { | 2351 | "dist": { |
2122 | "type": "zip", | 2352 | "type": "zip", |
2123 | "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/2c3ba150cbec723aa057506e73a8d33bdb286c9a", | 2353 | "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8", |
2124 | "reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a", | 2354 | "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8", |
2125 | "shasum": "" | 2355 | "shasum": "" |
2126 | }, | 2356 | }, |
2127 | "require": { | 2357 | "require": { |
2128 | "php": ">=5.3.3" | 2358 | "php": "^7.0" |
2129 | }, | 2359 | }, |
2130 | "require-dev": { | 2360 | "require-dev": { |
2131 | "phpunit/phpunit": "~4.4" | 2361 | "phpunit/phpunit": "^6.0" |
2132 | }, | 2362 | }, |
2133 | "type": "library", | 2363 | "type": "library", |
2134 | "extra": { | 2364 | "extra": { |
2135 | "branch-alias": { | 2365 | "branch-alias": { |
2136 | "dev-master": "2.0.x-dev" | 2366 | "dev-master": "3.0.x-dev" |
2137 | } | 2367 | } |
2138 | }, | 2368 | }, |
2139 | "autoload": { | 2369 | "autoload": { |
@@ -2161,29 +2391,33 @@ | |||
2161 | ], | 2391 | ], |
2162 | "description": "Provides functionality to recursively process PHP variables", | 2392 | "description": "Provides functionality to recursively process PHP variables", |
2163 | "homepage": "http://www.github.com/sebastianbergmann/recursion-context", | 2393 | "homepage": "http://www.github.com/sebastianbergmann/recursion-context", |
2164 | "time": "2016-11-19T07:33:16+00:00" | 2394 | "support": { |
2395 | "issues": "https://github.com/sebastianbergmann/recursion-context/issues", | ||
2396 | "source": "https://github.com/sebastianbergmann/recursion-context/tree/master" | ||
2397 | }, | ||
2398 | "time": "2017-03-03T06:23:57+00:00" | ||
2165 | }, | 2399 | }, |
2166 | { | 2400 | { |
2167 | "name": "sebastian/resource-operations", | 2401 | "name": "sebastian/resource-operations", |
2168 | "version": "1.0.0", | 2402 | "version": "2.0.1", |
2169 | "source": { | 2403 | "source": { |
2170 | "type": "git", | 2404 | "type": "git", |
2171 | "url": "https://github.com/sebastianbergmann/resource-operations.git", | 2405 | "url": "https://github.com/sebastianbergmann/resource-operations.git", |
2172 | "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52" | 2406 | "reference": "4d7a795d35b889bf80a0cc04e08d77cedfa917a9" |
2173 | }, | 2407 | }, |
2174 | "dist": { | 2408 | "dist": { |
2175 | "type": "zip", | 2409 | "type": "zip", |
2176 | "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52", | 2410 | "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/4d7a795d35b889bf80a0cc04e08d77cedfa917a9", |
2177 | "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52", | 2411 | "reference": "4d7a795d35b889bf80a0cc04e08d77cedfa917a9", |
2178 | "shasum": "" | 2412 | "shasum": "" |
2179 | }, | 2413 | }, |
2180 | "require": { | 2414 | "require": { |
2181 | "php": ">=5.6.0" | 2415 | "php": "^7.1" |
2182 | }, | 2416 | }, |
2183 | "type": "library", | 2417 | "type": "library", |
2184 | "extra": { | 2418 | "extra": { |
2185 | "branch-alias": { | 2419 | "branch-alias": { |
2186 | "dev-master": "1.0.x-dev" | 2420 | "dev-master": "2.0-dev" |
2187 | } | 2421 | } |
2188 | }, | 2422 | }, |
2189 | "autoload": { | 2423 | "autoload": { |
@@ -2203,7 +2437,11 @@ | |||
2203 | ], | 2437 | ], |
2204 | "description": "Provides a list of PHP built-in functions that operate on resources", | 2438 | "description": "Provides a list of PHP built-in functions that operate on resources", |
2205 | "homepage": "https://www.github.com/sebastianbergmann/resource-operations", | 2439 | "homepage": "https://www.github.com/sebastianbergmann/resource-operations", |
2206 | "time": "2015-07-28T20:34:47+00:00" | 2440 | "support": { |
2441 | "issues": "https://github.com/sebastianbergmann/resource-operations/issues", | ||
2442 | "source": "https://github.com/sebastianbergmann/resource-operations/tree/master" | ||
2443 | }, | ||
2444 | "time": "2018-10-04T04:07:39+00:00" | ||
2207 | }, | 2445 | }, |
2208 | { | 2446 | { |
2209 | "name": "sebastian/version", | 2447 | "name": "sebastian/version", |
@@ -2246,68 +2484,45 @@ | |||
2246 | ], | 2484 | ], |
2247 | "description": "Library that helps with managing the version number of Git-hosted PHP projects", | 2485 | "description": "Library that helps with managing the version number of Git-hosted PHP projects", |
2248 | "homepage": "https://github.com/sebastianbergmann/version", | 2486 | "homepage": "https://github.com/sebastianbergmann/version", |
2487 | "support": { | ||
2488 | "issues": "https://github.com/sebastianbergmann/version/issues", | ||
2489 | "source": "https://github.com/sebastianbergmann/version/tree/master" | ||
2490 | }, | ||
2249 | "time": "2016-10-03T07:35:21+00:00" | 2491 | "time": "2016-10-03T07:35:21+00:00" |
2250 | }, | 2492 | }, |
2251 | { | 2493 | { |
2252 | "name": "squizlabs/php_codesniffer", | 2494 | "name": "squizlabs/php_codesniffer", |
2253 | "version": "2.9.2", | 2495 | "version": "3.5.6", |
2254 | "source": { | 2496 | "source": { |
2255 | "type": "git", | 2497 | "type": "git", |
2256 | "url": "https://github.com/squizlabs/PHP_CodeSniffer.git", | 2498 | "url": "https://github.com/squizlabs/PHP_CodeSniffer.git", |
2257 | "reference": "2acf168de78487db620ab4bc524135a13cfe6745" | 2499 | "reference": "e97627871a7eab2f70e59166072a6b767d5834e0" |
2258 | }, | 2500 | }, |
2259 | "dist": { | 2501 | "dist": { |
2260 | "type": "zip", | 2502 | "type": "zip", |
2261 | "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/2acf168de78487db620ab4bc524135a13cfe6745", | 2503 | "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/e97627871a7eab2f70e59166072a6b767d5834e0", |
2262 | "reference": "2acf168de78487db620ab4bc524135a13cfe6745", | 2504 | "reference": "e97627871a7eab2f70e59166072a6b767d5834e0", |
2263 | "shasum": "" | 2505 | "shasum": "" |
2264 | }, | 2506 | }, |
2265 | "require": { | 2507 | "require": { |
2266 | "ext-simplexml": "*", | 2508 | "ext-simplexml": "*", |
2267 | "ext-tokenizer": "*", | 2509 | "ext-tokenizer": "*", |
2268 | "ext-xmlwriter": "*", | 2510 | "ext-xmlwriter": "*", |
2269 | "php": ">=5.1.2" | 2511 | "php": ">=5.4.0" |
2270 | }, | 2512 | }, |
2271 | "require-dev": { | 2513 | "require-dev": { |
2272 | "phpunit/phpunit": "~4.0" | 2514 | "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0" |
2273 | }, | 2515 | }, |
2274 | "bin": [ | 2516 | "bin": [ |
2275 | "scripts/phpcs", | 2517 | "bin/phpcs", |
2276 | "scripts/phpcbf" | 2518 | "bin/phpcbf" |
2277 | ], | 2519 | ], |
2278 | "type": "library", | 2520 | "type": "library", |
2279 | "extra": { | 2521 | "extra": { |
2280 | "branch-alias": { | 2522 | "branch-alias": { |
2281 | "dev-master": "2.x-dev" | 2523 | "dev-master": "3.x-dev" |
2282 | } | 2524 | } |
2283 | }, | 2525 | }, |
2284 | "autoload": { | ||
2285 | "classmap": [ | ||
2286 | "CodeSniffer.php", | ||
2287 | "CodeSniffer/CLI.php", | ||
2288 | "CodeSniffer/Exception.php", | ||
2289 | "CodeSniffer/File.php", | ||
2290 | "CodeSniffer/Fixer.php", | ||
2291 | "CodeSniffer/Report.php", | ||
2292 | "CodeSniffer/Reporting.php", | ||
2293 | "CodeSniffer/Sniff.php", | ||
2294 | "CodeSniffer/Tokens.php", | ||
2295 | "CodeSniffer/Reports/", | ||
2296 | "CodeSniffer/Tokenizers/", | ||
2297 | "CodeSniffer/DocGenerators/", | ||
2298 | "CodeSniffer/Standards/AbstractPatternSniff.php", | ||
2299 | "CodeSniffer/Standards/AbstractScopeSniff.php", | ||
2300 | "CodeSniffer/Standards/AbstractVariableSniff.php", | ||
2301 | "CodeSniffer/Standards/IncorrectPatternException.php", | ||
2302 | "CodeSniffer/Standards/Generic/Sniffs/", | ||
2303 | "CodeSniffer/Standards/MySource/Sniffs/", | ||
2304 | "CodeSniffer/Standards/PEAR/Sniffs/", | ||
2305 | "CodeSniffer/Standards/PSR1/Sniffs/", | ||
2306 | "CodeSniffer/Standards/PSR2/Sniffs/", | ||
2307 | "CodeSniffer/Standards/Squiz/Sniffs/", | ||
2308 | "CodeSniffer/Standards/Zend/Sniffs/" | ||
2309 | ] | ||
2310 | }, | ||
2311 | "notification-url": "https://packagist.org/downloads/", | 2526 | "notification-url": "https://packagist.org/downloads/", |
2312 | "license": [ | 2527 | "license": [ |
2313 | "BSD-3-Clause" | 2528 | "BSD-3-Clause" |
@@ -2319,202 +2534,30 @@ | |||
2319 | } | 2534 | } |
2320 | ], | 2535 | ], |
2321 | "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.", | 2536 | "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.", |
2322 | "homepage": "http://www.squizlabs.com/php-codesniffer", | 2537 | "homepage": "https://github.com/squizlabs/PHP_CodeSniffer", |
2323 | "keywords": [ | 2538 | "keywords": [ |
2324 | "phpcs", | 2539 | "phpcs", |
2325 | "standards" | 2540 | "standards" |
2326 | ], | 2541 | ], |
2327 | "time": "2018-11-07T22:31:41+00:00" | 2542 | "support": { |
2328 | }, | 2543 | "issues": "https://github.com/squizlabs/PHP_CodeSniffer/issues", |
2329 | { | 2544 | "source": "https://github.com/squizlabs/PHP_CodeSniffer", |
2330 | "name": "symfony/console", | 2545 | "wiki": "https://github.com/squizlabs/PHP_CodeSniffer/wiki" |
2331 | "version": "v3.4.30", | ||
2332 | "source": { | ||
2333 | "type": "git", | ||
2334 | "url": "https://github.com/symfony/console.git", | ||
2335 | "reference": "12940f20a816c978860fa4925b3f1bbb27e9ac46" | ||
2336 | }, | ||
2337 | "dist": { | ||
2338 | "type": "zip", | ||
2339 | "url": "https://api.github.com/repos/symfony/console/zipball/12940f20a816c978860fa4925b3f1bbb27e9ac46", | ||
2340 | "reference": "12940f20a816c978860fa4925b3f1bbb27e9ac46", | ||
2341 | "shasum": "" | ||
2342 | }, | ||
2343 | "require": { | ||
2344 | "php": "^5.5.9|>=7.0.8", | ||
2345 | "symfony/debug": "~2.8|~3.0|~4.0", | ||
2346 | "symfony/polyfill-mbstring": "~1.0" | ||
2347 | }, | ||
2348 | "conflict": { | ||
2349 | "symfony/dependency-injection": "<3.4", | ||
2350 | "symfony/process": "<3.3" | ||
2351 | }, | ||
2352 | "provide": { | ||
2353 | "psr/log-implementation": "1.0" | ||
2354 | }, | ||
2355 | "require-dev": { | ||
2356 | "psr/log": "~1.0", | ||
2357 | "symfony/config": "~3.3|~4.0", | ||
2358 | "symfony/dependency-injection": "~3.4|~4.0", | ||
2359 | "symfony/event-dispatcher": "~2.8|~3.0|~4.0", | ||
2360 | "symfony/lock": "~3.4|~4.0", | ||
2361 | "symfony/process": "~3.3|~4.0" | ||
2362 | }, | ||
2363 | "suggest": { | ||
2364 | "psr/log": "For using the console logger", | ||
2365 | "symfony/event-dispatcher": "", | ||
2366 | "symfony/lock": "", | ||
2367 | "symfony/process": "" | ||
2368 | }, | ||
2369 | "type": "library", | ||
2370 | "extra": { | ||
2371 | "branch-alias": { | ||
2372 | "dev-master": "3.4-dev" | ||
2373 | } | ||
2374 | }, | ||
2375 | "autoload": { | ||
2376 | "psr-4": { | ||
2377 | "Symfony\\Component\\Console\\": "" | ||
2378 | }, | ||
2379 | "exclude-from-classmap": [ | ||
2380 | "/Tests/" | ||
2381 | ] | ||
2382 | }, | ||
2383 | "notification-url": "https://packagist.org/downloads/", | ||
2384 | "license": [ | ||
2385 | "MIT" | ||
2386 | ], | ||
2387 | "authors": [ | ||
2388 | { | ||
2389 | "name": "Fabien Potencier", | ||
2390 | "email": "fabien@symfony.com" | ||
2391 | }, | ||
2392 | { | ||
2393 | "name": "Symfony Community", | ||
2394 | "homepage": "https://symfony.com/contributors" | ||
2395 | } | ||
2396 | ], | ||
2397 | "description": "Symfony Console Component", | ||
2398 | "homepage": "https://symfony.com", | ||
2399 | "time": "2019-07-24T14:46:41+00:00" | ||
2400 | }, | ||
2401 | { | ||
2402 | "name": "symfony/debug", | ||
2403 | "version": "v4.3.3", | ||
2404 | "source": { | ||
2405 | "type": "git", | ||
2406 | "url": "https://github.com/symfony/debug.git", | ||
2407 | "reference": "527887c3858a2462b0137662c74837288b998ee3" | ||
2408 | }, | ||
2409 | "dist": { | ||
2410 | "type": "zip", | ||
2411 | "url": "https://api.github.com/repos/symfony/debug/zipball/527887c3858a2462b0137662c74837288b998ee3", | ||
2412 | "reference": "527887c3858a2462b0137662c74837288b998ee3", | ||
2413 | "shasum": "" | ||
2414 | }, | ||
2415 | "require": { | ||
2416 | "php": "^7.1.3", | ||
2417 | "psr/log": "~1.0" | ||
2418 | }, | ||
2419 | "conflict": { | ||
2420 | "symfony/http-kernel": "<3.4" | ||
2421 | }, | ||
2422 | "require-dev": { | ||
2423 | "symfony/http-kernel": "~3.4|~4.0" | ||
2424 | }, | ||
2425 | "type": "library", | ||
2426 | "extra": { | ||
2427 | "branch-alias": { | ||
2428 | "dev-master": "4.3-dev" | ||
2429 | } | ||
2430 | }, | ||
2431 | "autoload": { | ||
2432 | "psr-4": { | ||
2433 | "Symfony\\Component\\Debug\\": "" | ||
2434 | }, | ||
2435 | "exclude-from-classmap": [ | ||
2436 | "/Tests/" | ||
2437 | ] | ||
2438 | }, | ||
2439 | "notification-url": "https://packagist.org/downloads/", | ||
2440 | "license": [ | ||
2441 | "MIT" | ||
2442 | ], | ||
2443 | "authors": [ | ||
2444 | { | ||
2445 | "name": "Fabien Potencier", | ||
2446 | "email": "fabien@symfony.com" | ||
2447 | }, | ||
2448 | { | ||
2449 | "name": "Symfony Community", | ||
2450 | "homepage": "https://symfony.com/contributors" | ||
2451 | } | ||
2452 | ], | ||
2453 | "description": "Symfony Debug Component", | ||
2454 | "homepage": "https://symfony.com", | ||
2455 | "time": "2019-07-23T11:21:36+00:00" | ||
2456 | }, | ||
2457 | { | ||
2458 | "name": "symfony/finder", | ||
2459 | "version": "v4.3.3", | ||
2460 | "source": { | ||
2461 | "type": "git", | ||
2462 | "url": "https://github.com/symfony/finder.git", | ||
2463 | "reference": "9638d41e3729459860bb96f6247ccb61faaa45f2" | ||
2464 | }, | 2546 | }, |
2465 | "dist": { | 2547 | "time": "2020-08-10T04:50:15+00:00" |
2466 | "type": "zip", | ||
2467 | "url": "https://api.github.com/repos/symfony/finder/zipball/9638d41e3729459860bb96f6247ccb61faaa45f2", | ||
2468 | "reference": "9638d41e3729459860bb96f6247ccb61faaa45f2", | ||
2469 | "shasum": "" | ||
2470 | }, | ||
2471 | "require": { | ||
2472 | "php": "^7.1.3" | ||
2473 | }, | ||
2474 | "type": "library", | ||
2475 | "extra": { | ||
2476 | "branch-alias": { | ||
2477 | "dev-master": "4.3-dev" | ||
2478 | } | ||
2479 | }, | ||
2480 | "autoload": { | ||
2481 | "psr-4": { | ||
2482 | "Symfony\\Component\\Finder\\": "" | ||
2483 | }, | ||
2484 | "exclude-from-classmap": [ | ||
2485 | "/Tests/" | ||
2486 | ] | ||
2487 | }, | ||
2488 | "notification-url": "https://packagist.org/downloads/", | ||
2489 | "license": [ | ||
2490 | "MIT" | ||
2491 | ], | ||
2492 | "authors": [ | ||
2493 | { | ||
2494 | "name": "Fabien Potencier", | ||
2495 | "email": "fabien@symfony.com" | ||
2496 | }, | ||
2497 | { | ||
2498 | "name": "Symfony Community", | ||
2499 | "homepage": "https://symfony.com/contributors" | ||
2500 | } | ||
2501 | ], | ||
2502 | "description": "Symfony Finder Component", | ||
2503 | "homepage": "https://symfony.com", | ||
2504 | "time": "2019-06-28T13:16:30+00:00" | ||
2505 | }, | 2548 | }, |
2506 | { | 2549 | { |
2507 | "name": "symfony/polyfill-ctype", | 2550 | "name": "symfony/polyfill-ctype", |
2508 | "version": "v1.11.0", | 2551 | "version": "v1.18.1", |
2509 | "source": { | 2552 | "source": { |
2510 | "type": "git", | 2553 | "type": "git", |
2511 | "url": "https://github.com/symfony/polyfill-ctype.git", | 2554 | "url": "https://github.com/symfony/polyfill-ctype.git", |
2512 | "reference": "82ebae02209c21113908c229e9883c419720738a" | 2555 | "reference": "1c302646f6efc070cd46856e600e5e0684d6b454" |
2513 | }, | 2556 | }, |
2514 | "dist": { | 2557 | "dist": { |
2515 | "type": "zip", | 2558 | "type": "zip", |
2516 | "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/82ebae02209c21113908c229e9883c419720738a", | 2559 | "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/1c302646f6efc070cd46856e600e5e0684d6b454", |
2517 | "reference": "82ebae02209c21113908c229e9883c419720738a", | 2560 | "reference": "1c302646f6efc070cd46856e600e5e0684d6b454", |
2518 | "shasum": "" | 2561 | "shasum": "" |
2519 | }, | 2562 | }, |
2520 | "require": { | 2563 | "require": { |
@@ -2526,7 +2569,11 @@ | |||
2526 | "type": "library", | 2569 | "type": "library", |
2527 | "extra": { | 2570 | "extra": { |
2528 | "branch-alias": { | 2571 | "branch-alias": { |
2529 | "dev-master": "1.11-dev" | 2572 | "dev-master": "1.18-dev" |
2573 | }, | ||
2574 | "thanks": { | ||
2575 | "name": "symfony/polyfill", | ||
2576 | "url": "https://github.com/symfony/polyfill" | ||
2530 | } | 2577 | } |
2531 | }, | 2578 | }, |
2532 | "autoload": { | 2579 | "autoload": { |
@@ -2543,160 +2590,60 @@ | |||
2543 | ], | 2590 | ], |
2544 | "authors": [ | 2591 | "authors": [ |
2545 | { | 2592 | { |
2546 | "name": "Symfony Community", | ||
2547 | "homepage": "https://symfony.com/contributors" | ||
2548 | }, | ||
2549 | { | ||
2550 | "name": "Gert de Pagter", | 2593 | "name": "Gert de Pagter", |
2551 | "email": "BackEndTea@gmail.com" | 2594 | "email": "BackEndTea@gmail.com" |
2552 | } | ||
2553 | ], | ||
2554 | "description": "Symfony polyfill for ctype functions", | ||
2555 | "homepage": "https://symfony.com", | ||
2556 | "keywords": [ | ||
2557 | "compatibility", | ||
2558 | "ctype", | ||
2559 | "polyfill", | ||
2560 | "portable" | ||
2561 | ], | ||
2562 | "time": "2019-02-06T07:57:58+00:00" | ||
2563 | }, | ||
2564 | { | ||
2565 | "name": "symfony/polyfill-mbstring", | ||
2566 | "version": "v1.11.0", | ||
2567 | "source": { | ||
2568 | "type": "git", | ||
2569 | "url": "https://github.com/symfony/polyfill-mbstring.git", | ||
2570 | "reference": "fe5e94c604826c35a32fa832f35bd036b6799609" | ||
2571 | }, | ||
2572 | "dist": { | ||
2573 | "type": "zip", | ||
2574 | "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/fe5e94c604826c35a32fa832f35bd036b6799609", | ||
2575 | "reference": "fe5e94c604826c35a32fa832f35bd036b6799609", | ||
2576 | "shasum": "" | ||
2577 | }, | ||
2578 | "require": { | ||
2579 | "php": ">=5.3.3" | ||
2580 | }, | ||
2581 | "suggest": { | ||
2582 | "ext-mbstring": "For best performance" | ||
2583 | }, | ||
2584 | "type": "library", | ||
2585 | "extra": { | ||
2586 | "branch-alias": { | ||
2587 | "dev-master": "1.11-dev" | ||
2588 | } | ||
2589 | }, | ||
2590 | "autoload": { | ||
2591 | "psr-4": { | ||
2592 | "Symfony\\Polyfill\\Mbstring\\": "" | ||
2593 | }, | ||
2594 | "files": [ | ||
2595 | "bootstrap.php" | ||
2596 | ] | ||
2597 | }, | ||
2598 | "notification-url": "https://packagist.org/downloads/", | ||
2599 | "license": [ | ||
2600 | "MIT" | ||
2601 | ], | ||
2602 | "authors": [ | ||
2603 | { | ||
2604 | "name": "Nicolas Grekas", | ||
2605 | "email": "p@tchwork.com" | ||
2606 | }, | 2595 | }, |
2607 | { | 2596 | { |
2608 | "name": "Symfony Community", | 2597 | "name": "Symfony Community", |
2609 | "homepage": "https://symfony.com/contributors" | 2598 | "homepage": "https://symfony.com/contributors" |
2610 | } | 2599 | } |
2611 | ], | 2600 | ], |
2612 | "description": "Symfony polyfill for the Mbstring extension", | 2601 | "description": "Symfony polyfill for ctype functions", |
2613 | "homepage": "https://symfony.com", | 2602 | "homepage": "https://symfony.com", |
2614 | "keywords": [ | 2603 | "keywords": [ |
2615 | "compatibility", | 2604 | "compatibility", |
2616 | "mbstring", | 2605 | "ctype", |
2617 | "polyfill", | 2606 | "polyfill", |
2618 | "portable", | 2607 | "portable" |
2619 | "shim" | ||
2620 | ], | 2608 | ], |
2621 | "time": "2019-02-06T07:57:58+00:00" | 2609 | "support": { |
2622 | }, | 2610 | "source": "https://github.com/symfony/polyfill-ctype/tree/v1.18.0" |
2623 | { | ||
2624 | "name": "symfony/yaml", | ||
2625 | "version": "v4.3.3", | ||
2626 | "source": { | ||
2627 | "type": "git", | ||
2628 | "url": "https://github.com/symfony/yaml.git", | ||
2629 | "reference": "34d29c2acd1ad65688f58452fd48a46bd996d5a6" | ||
2630 | }, | ||
2631 | "dist": { | ||
2632 | "type": "zip", | ||
2633 | "url": "https://api.github.com/repos/symfony/yaml/zipball/34d29c2acd1ad65688f58452fd48a46bd996d5a6", | ||
2634 | "reference": "34d29c2acd1ad65688f58452fd48a46bd996d5a6", | ||
2635 | "shasum": "" | ||
2636 | }, | ||
2637 | "require": { | ||
2638 | "php": "^7.1.3", | ||
2639 | "symfony/polyfill-ctype": "~1.8" | ||
2640 | }, | ||
2641 | "conflict": { | ||
2642 | "symfony/console": "<3.4" | ||
2643 | }, | ||
2644 | "require-dev": { | ||
2645 | "symfony/console": "~3.4|~4.0" | ||
2646 | }, | 2611 | }, |
2647 | "suggest": { | 2612 | "funding": [ |
2648 | "symfony/console": "For validating YAML files using the lint command" | 2613 | { |
2649 | }, | 2614 | "url": "https://symfony.com/sponsor", |
2650 | "type": "library", | 2615 | "type": "custom" |
2651 | "extra": { | ||
2652 | "branch-alias": { | ||
2653 | "dev-master": "4.3-dev" | ||
2654 | } | ||
2655 | }, | ||
2656 | "autoload": { | ||
2657 | "psr-4": { | ||
2658 | "Symfony\\Component\\Yaml\\": "" | ||
2659 | }, | 2616 | }, |
2660 | "exclude-from-classmap": [ | ||
2661 | "/Tests/" | ||
2662 | ] | ||
2663 | }, | ||
2664 | "notification-url": "https://packagist.org/downloads/", | ||
2665 | "license": [ | ||
2666 | "MIT" | ||
2667 | ], | ||
2668 | "authors": [ | ||
2669 | { | 2617 | { |
2670 | "name": "Fabien Potencier", | 2618 | "url": "https://github.com/fabpot", |
2671 | "email": "fabien@symfony.com" | 2619 | "type": "github" |
2672 | }, | 2620 | }, |
2673 | { | 2621 | { |
2674 | "name": "Symfony Community", | 2622 | "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", |
2675 | "homepage": "https://symfony.com/contributors" | 2623 | "type": "tidelift" |
2676 | } | 2624 | } |
2677 | ], | 2625 | ], |
2678 | "description": "Symfony Yaml Component", | 2626 | "time": "2020-07-14T12:35:20+00:00" |
2679 | "homepage": "https://symfony.com", | ||
2680 | "time": "2019-07-24T14:47:54+00:00" | ||
2681 | }, | 2627 | }, |
2682 | { | 2628 | { |
2683 | "name": "theseer/fdomdocument", | 2629 | "name": "theseer/tokenizer", |
2684 | "version": "1.6.6", | 2630 | "version": "1.1.3", |
2685 | "source": { | 2631 | "source": { |
2686 | "type": "git", | 2632 | "type": "git", |
2687 | "url": "https://github.com/theseer/fDOMDocument.git", | 2633 | "url": "https://github.com/theseer/tokenizer.git", |
2688 | "reference": "6e8203e40a32a9c770bcb62fe37e68b948da6dca" | 2634 | "reference": "11336f6f84e16a720dae9d8e6ed5019efa85a0f9" |
2689 | }, | 2635 | }, |
2690 | "dist": { | 2636 | "dist": { |
2691 | "type": "zip", | 2637 | "type": "zip", |
2692 | "url": "https://api.github.com/repos/theseer/fDOMDocument/zipball/6e8203e40a32a9c770bcb62fe37e68b948da6dca", | 2638 | "url": "https://api.github.com/repos/theseer/tokenizer/zipball/11336f6f84e16a720dae9d8e6ed5019efa85a0f9", |
2693 | "reference": "6e8203e40a32a9c770bcb62fe37e68b948da6dca", | 2639 | "reference": "11336f6f84e16a720dae9d8e6ed5019efa85a0f9", |
2694 | "shasum": "" | 2640 | "shasum": "" |
2695 | }, | 2641 | }, |
2696 | "require": { | 2642 | "require": { |
2697 | "ext-dom": "*", | 2643 | "ext-dom": "*", |
2698 | "lib-libxml": "*", | 2644 | "ext-tokenizer": "*", |
2699 | "php": ">=5.3.3" | 2645 | "ext-xmlwriter": "*", |
2646 | "php": "^7.0" | ||
2700 | }, | 2647 | }, |
2701 | "type": "library", | 2648 | "type": "library", |
2702 | "autoload": { | 2649 | "autoload": { |
@@ -2712,41 +2659,42 @@ | |||
2712 | { | 2659 | { |
2713 | "name": "Arne Blankerts", | 2660 | "name": "Arne Blankerts", |
2714 | "email": "arne@blankerts.de", | 2661 | "email": "arne@blankerts.de", |
2715 | "role": "lead" | 2662 | "role": "Developer" |
2716 | } | 2663 | } |
2717 | ], | 2664 | ], |
2718 | "description": "The classes contained within this repository extend the standard DOM to use exceptions at all occasions of errors instead of PHP warnings or notices. They also add various custom methods and shortcuts for convenience and to simplify the usage of DOM.", | 2665 | "description": "A small library for converting tokenized PHP source code into XML and potentially other formats", |
2719 | "homepage": "https://github.com/theseer/fDOMDocument", | 2666 | "support": { |
2720 | "time": "2017-06-30T11:53:12+00:00" | 2667 | "issues": "https://github.com/theseer/tokenizer/issues", |
2668 | "source": "https://github.com/theseer/tokenizer/tree/master" | ||
2669 | }, | ||
2670 | "time": "2019-06-13T22:48:21+00:00" | ||
2721 | }, | 2671 | }, |
2722 | { | 2672 | { |
2723 | "name": "webmozart/assert", | 2673 | "name": "webmozart/assert", |
2724 | "version": "1.4.0", | 2674 | "version": "1.9.1", |
2725 | "source": { | 2675 | "source": { |
2726 | "type": "git", | 2676 | "type": "git", |
2727 | "url": "https://github.com/webmozart/assert.git", | 2677 | "url": "https://github.com/webmozart/assert.git", |
2728 | "reference": "83e253c8e0be5b0257b881e1827274667c5c17a9" | 2678 | "reference": "bafc69caeb4d49c39fd0779086c03a3738cbb389" |
2729 | }, | 2679 | }, |
2730 | "dist": { | 2680 | "dist": { |
2731 | "type": "zip", | 2681 | "type": "zip", |
2732 | "url": "https://api.github.com/repos/webmozart/assert/zipball/83e253c8e0be5b0257b881e1827274667c5c17a9", | 2682 | "url": "https://api.github.com/repos/webmozart/assert/zipball/bafc69caeb4d49c39fd0779086c03a3738cbb389", |
2733 | "reference": "83e253c8e0be5b0257b881e1827274667c5c17a9", | 2683 | "reference": "bafc69caeb4d49c39fd0779086c03a3738cbb389", |
2734 | "shasum": "" | 2684 | "shasum": "" |
2735 | }, | 2685 | }, |
2736 | "require": { | 2686 | "require": { |
2737 | "php": "^5.3.3 || ^7.0", | 2687 | "php": "^5.3.3 || ^7.0 || ^8.0", |
2738 | "symfony/polyfill-ctype": "^1.8" | 2688 | "symfony/polyfill-ctype": "^1.8" |
2739 | }, | 2689 | }, |
2690 | "conflict": { | ||
2691 | "phpstan/phpstan": "<0.12.20", | ||
2692 | "vimeo/psalm": "<3.9.1" | ||
2693 | }, | ||
2740 | "require-dev": { | 2694 | "require-dev": { |
2741 | "phpunit/phpunit": "^4.6", | 2695 | "phpunit/phpunit": "^4.8.36 || ^7.5.13" |
2742 | "sebastian/version": "^1.0.1" | ||
2743 | }, | 2696 | }, |
2744 | "type": "library", | 2697 | "type": "library", |
2745 | "extra": { | ||
2746 | "branch-alias": { | ||
2747 | "dev-master": "1.3-dev" | ||
2748 | } | ||
2749 | }, | ||
2750 | "autoload": { | 2698 | "autoload": { |
2751 | "psr-4": { | 2699 | "psr-4": { |
2752 | "Webmozart\\Assert\\": "src/" | 2700 | "Webmozart\\Assert\\": "src/" |
@@ -2768,7 +2716,11 @@ | |||
2768 | "check", | 2716 | "check", |
2769 | "validate" | 2717 | "validate" |
2770 | ], | 2718 | ], |
2771 | "time": "2018-12-25T11:19:39+00:00" | 2719 | "support": { |
2720 | "issues": "https://github.com/webmozart/assert/issues", | ||
2721 | "source": "https://github.com/webmozart/assert/tree/master" | ||
2722 | }, | ||
2723 | "time": "2020-07-08T17:02:28+00:00" | ||
2772 | } | 2724 | } |
2773 | ], | 2725 | ], |
2774 | "aliases": [], | 2726 | "aliases": [], |
@@ -2787,5 +2739,6 @@ | |||
2787 | "platform-dev": [], | 2739 | "platform-dev": [], |
2788 | "platform-overrides": { | 2740 | "platform-overrides": { |
2789 | "php": "7.1.29" | 2741 | "php": "7.1.29" |
2790 | } | 2742 | }, |
2743 | "plugin-api-version": "2.0.0" | ||
2791 | } | 2744 | } |