diff options
author | ArthurHoaro <arthur@hoa.ro> | 2018-07-28 11:19:53 +0200 |
---|---|---|
committer | ArthurHoaro <arthur@hoa.ro> | 2018-07-28 11:19:53 +0200 |
commit | 7982c3ff183aa985177bdaeacda4feb22a739e00 (patch) | |
tree | 728e07251072f3a1df63c017c0dce54fa1acb390 /composer.lock | |
parent | 2075321f6569dfa610905991b315aae1956b7f78 (diff) | |
parent | ed7e1be12d65bdb1b924c7efb6a84fd591192c6c (diff) | |
download | Shaarli-7982c3ff183aa985177bdaeacda4feb22a739e00.tar.gz Shaarli-7982c3ff183aa985177bdaeacda4feb22a739e00.tar.zst Shaarli-7982c3ff183aa985177bdaeacda4feb22a739e00.zip |
Merge tag 'v0.10.0' into latest
Release v0.10.0
Diffstat (limited to 'composer.lock')
-rw-r--r-- | composer.lock | 835 |
1 files changed, 581 insertions, 254 deletions
diff --git a/composer.lock b/composer.lock index c719b2a6..0f56338d 100644 --- a/composer.lock +++ b/composer.lock | |||
@@ -1,12 +1,60 @@ | |||
1 | { | 1 | { |
2 | "_readme": [ | 2 | "_readme": [ |
3 | "This file locks the dependencies of your project to a known state", | 3 | "This file locks the dependencies of your project to a known state", |
4 | "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", | 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": "13b7e1e474fe9264b098ba86face0feb", | 7 | "content-hash": "da7a0c081b61d949154c5d2e5370cbab", |
8 | "packages": [ | 8 | "packages": [ |
9 | { | 9 | { |
10 | "name": "arthurhoaro/web-thumbnailer", | ||
11 | "version": "v1.2.1", | ||
12 | "source": { | ||
13 | "type": "git", | ||
14 | "url": "https://github.com/ArthurHoaro/web-thumbnailer.git", | ||
15 | "reference": "a5a52f69e8e8f3c71fab9649e2a927e2d3f418f1" | ||
16 | }, | ||
17 | "dist": { | ||
18 | "type": "zip", | ||
19 | "url": "https://api.github.com/repos/ArthurHoaro/web-thumbnailer/zipball/a5a52f69e8e8f3c71fab9649e2a927e2d3f418f1", | ||
20 | "reference": "a5a52f69e8e8f3c71fab9649e2a927e2d3f418f1", | ||
21 | "shasum": "" | ||
22 | }, | ||
23 | "require": { | ||
24 | "php": ">=5.6", | ||
25 | "phpunit/php-text-template": "^1.2" | ||
26 | }, | ||
27 | "conflict": { | ||
28 | "phpunit/php-timer": ">=2" | ||
29 | }, | ||
30 | "require-dev": { | ||
31 | "php-coveralls/php-coveralls": "^2.0", | ||
32 | "phpunit/phpunit": "5.2.*", | ||
33 | "squizlabs/php_codesniffer": "^3.2" | ||
34 | }, | ||
35 | "type": "library", | ||
36 | "autoload": { | ||
37 | "psr-0": { | ||
38 | "WebThumbnailer\\": [ | ||
39 | "src/", | ||
40 | "tests/" | ||
41 | ] | ||
42 | } | ||
43 | }, | ||
44 | "notification-url": "https://packagist.org/downloads/", | ||
45 | "license": [ | ||
46 | "MIT" | ||
47 | ], | ||
48 | "authors": [ | ||
49 | { | ||
50 | "name": "Arthur Hoaro", | ||
51 | "homepage": "http://hoa.ro" | ||
52 | } | ||
53 | ], | ||
54 | "description": "PHP library which will retrieve a thumbnail for any given URL", | ||
55 | "time": "2018-07-17T10:21:14+00:00" | ||
56 | }, | ||
57 | { | ||
10 | "name": "container-interop/container-interop", | 58 | "name": "container-interop/container-interop", |
11 | "version": "1.2.0", | 59 | "version": "1.2.0", |
12 | "source": { | 60 | "source": { |
@@ -39,18 +87,25 @@ | |||
39 | }, | 87 | }, |
40 | { | 88 | { |
41 | "name": "erusev/parsedown", | 89 | "name": "erusev/parsedown", |
42 | "version": "1.6.0", | 90 | "version": "1.7.1", |
43 | "source": { | 91 | "source": { |
44 | "type": "git", | 92 | "type": "git", |
45 | "url": "https://github.com/erusev/parsedown.git", | 93 | "url": "https://github.com/erusev/parsedown.git", |
46 | "reference": "3ebbd730b5c2cf5ce78bc1bf64071407fc6674b7" | 94 | "reference": "92e9c27ba0e74b8b028b111d1b6f956a15c01fc1" |
47 | }, | 95 | }, |
48 | "dist": { | 96 | "dist": { |
49 | "type": "zip", | 97 | "type": "zip", |
50 | "url": "https://api.github.com/repos/erusev/parsedown/zipball/3ebbd730b5c2cf5ce78bc1bf64071407fc6674b7", | 98 | "url": "https://api.github.com/repos/erusev/parsedown/zipball/92e9c27ba0e74b8b028b111d1b6f956a15c01fc1", |
51 | "reference": "3ebbd730b5c2cf5ce78bc1bf64071407fc6674b7", | 99 | "reference": "92e9c27ba0e74b8b028b111d1b6f956a15c01fc1", |
52 | "shasum": "" | 100 | "shasum": "" |
53 | }, | 101 | }, |
102 | "require": { | ||
103 | "ext-mbstring": "*", | ||
104 | "php": ">=5.3.0" | ||
105 | }, | ||
106 | "require-dev": { | ||
107 | "phpunit/phpunit": "^4.8.35" | ||
108 | }, | ||
54 | "type": "library", | 109 | "type": "library", |
55 | "autoload": { | 110 | "autoload": { |
56 | "psr-0": { | 111 | "psr-0": { |
@@ -74,20 +129,20 @@ | |||
74 | "markdown", | 129 | "markdown", |
75 | "parser" | 130 | "parser" |
76 | ], | 131 | ], |
77 | "time": "2015-10-04T16:44:32+00:00" | 132 | "time": "2018-03-08T01:11:30+00:00" |
78 | }, | 133 | }, |
79 | { | 134 | { |
80 | "name": "gettext/gettext", | 135 | "name": "gettext/gettext", |
81 | "version": "v4.4.3", | 136 | "version": "v4.6.0", |
82 | "source": { | 137 | "source": { |
83 | "type": "git", | 138 | "type": "git", |
84 | "url": "https://github.com/oscarotero/Gettext.git", | 139 | "url": "https://github.com/oscarotero/Gettext.git", |
85 | "reference": "4f57f004635cc6311a20815ebfdc0757cb337113" | 140 | "reference": "cae84aff39a87e07bd6e5cddb5adb720a0ffa357" |
86 | }, | 141 | }, |
87 | "dist": { | 142 | "dist": { |
88 | "type": "zip", | 143 | "type": "zip", |
89 | "url": "https://api.github.com/repos/oscarotero/Gettext/zipball/4f57f004635cc6311a20815ebfdc0757cb337113", | 144 | "url": "https://api.github.com/repos/oscarotero/Gettext/zipball/cae84aff39a87e07bd6e5cddb5adb720a0ffa357", |
90 | "reference": "4f57f004635cc6311a20815ebfdc0757cb337113", | 145 | "reference": "cae84aff39a87e07bd6e5cddb5adb720a0ffa357", |
91 | "shasum": "" | 146 | "shasum": "" |
92 | }, | 147 | }, |
93 | "require": { | 148 | "require": { |
@@ -96,7 +151,7 @@ | |||
96 | }, | 151 | }, |
97 | "require-dev": { | 152 | "require-dev": { |
98 | "illuminate/view": "*", | 153 | "illuminate/view": "*", |
99 | "phpunit/phpunit": "^4.8|^5.7", | 154 | "phpunit/phpunit": "^4.8|^5.7|^6.5", |
100 | "squizlabs/php_codesniffer": "^3.0", | 155 | "squizlabs/php_codesniffer": "^3.0", |
101 | "symfony/yaml": "~2", | 156 | "symfony/yaml": "~2", |
102 | "twig/extensions": "*", | 157 | "twig/extensions": "*", |
@@ -136,20 +191,20 @@ | |||
136 | "po", | 191 | "po", |
137 | "translation" | 192 | "translation" |
138 | ], | 193 | ], |
139 | "time": "2017-08-09T16:59:46+00:00" | 194 | "time": "2018-06-26T16:51:09+00:00" |
140 | }, | 195 | }, |
141 | { | 196 | { |
142 | "name": "gettext/languages", | 197 | "name": "gettext/languages", |
143 | "version": "2.3.0", | 198 | "version": "2.4.0", |
144 | "source": { | 199 | "source": { |
145 | "type": "git", | 200 | "type": "git", |
146 | "url": "https://github.com/mlocati/cldr-to-gettext-plural-rules.git", | 201 | "url": "https://github.com/mlocati/cldr-to-gettext-plural-rules.git", |
147 | "reference": "49c39e51569963cc917a924b489e7025bfb9d8c7" | 202 | "reference": "1b74377bd0c4cd87e8d72b948f5d8867e23505a5" |
148 | }, | 203 | }, |
149 | "dist": { | 204 | "dist": { |
150 | "type": "zip", | 205 | "type": "zip", |
151 | "url": "https://api.github.com/repos/mlocati/cldr-to-gettext-plural-rules/zipball/49c39e51569963cc917a924b489e7025bfb9d8c7", | 206 | "url": "https://api.github.com/repos/mlocati/cldr-to-gettext-plural-rules/zipball/1b74377bd0c4cd87e8d72b948f5d8867e23505a5", |
152 | "reference": "49c39e51569963cc917a924b489e7025bfb9d8c7", | 207 | "reference": "1b74377bd0c4cd87e8d72b948f5d8867e23505a5", |
153 | "shasum": "" | 208 | "shasum": "" |
154 | }, | 209 | }, |
155 | "require": { | 210 | "require": { |
@@ -197,7 +252,7 @@ | |||
197 | "translations", | 252 | "translations", |
198 | "unicode" | 253 | "unicode" |
199 | ], | 254 | ], |
200 | "time": "2017-03-23T17:02:28+00:00" | 255 | "time": "2018-06-21T15:58:36+00:00" |
201 | }, | 256 | }, |
202 | { | 257 | { |
203 | "name": "katzgrau/klogger", | 258 | "name": "katzgrau/klogger", |
@@ -251,21 +306,24 @@ | |||
251 | }, | 306 | }, |
252 | { | 307 | { |
253 | "name": "nikic/fast-route", | 308 | "name": "nikic/fast-route", |
254 | "version": "v1.2.0", | 309 | "version": "v1.3.0", |
255 | "source": { | 310 | "source": { |
256 | "type": "git", | 311 | "type": "git", |
257 | "url": "https://github.com/nikic/FastRoute.git", | 312 | "url": "https://github.com/nikic/FastRoute.git", |
258 | "reference": "b5f95749071c82a8e0f58586987627054400cdf6" | 313 | "reference": "181d480e08d9476e61381e04a71b34dc0432e812" |
259 | }, | 314 | }, |
260 | "dist": { | 315 | "dist": { |
261 | "type": "zip", | 316 | "type": "zip", |
262 | "url": "https://api.github.com/repos/nikic/FastRoute/zipball/b5f95749071c82a8e0f58586987627054400cdf6", | 317 | "url": "https://api.github.com/repos/nikic/FastRoute/zipball/181d480e08d9476e61381e04a71b34dc0432e812", |
263 | "reference": "b5f95749071c82a8e0f58586987627054400cdf6", | 318 | "reference": "181d480e08d9476e61381e04a71b34dc0432e812", |
264 | "shasum": "" | 319 | "shasum": "" |
265 | }, | 320 | }, |
266 | "require": { | 321 | "require": { |
267 | "php": ">=5.4.0" | 322 | "php": ">=5.4.0" |
268 | }, | 323 | }, |
324 | "require-dev": { | ||
325 | "phpunit/phpunit": "^4.8.35|~5.7" | ||
326 | }, | ||
269 | "type": "library", | 327 | "type": "library", |
270 | "autoload": { | 328 | "autoload": { |
271 | "psr-4": { | 329 | "psr-4": { |
@@ -290,7 +348,48 @@ | |||
290 | "router", | 348 | "router", |
291 | "routing" | 349 | "routing" |
292 | ], | 350 | ], |
293 | "time": "2017-01-19T11:35:12+00:00" | 351 | "time": "2018-02-13T20:26:39+00:00" |
352 | }, | ||
353 | { | ||
354 | "name": "phpunit/php-text-template", | ||
355 | "version": "1.2.1", | ||
356 | "source": { | ||
357 | "type": "git", | ||
358 | "url": "https://github.com/sebastianbergmann/php-text-template.git", | ||
359 | "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686" | ||
360 | }, | ||
361 | "dist": { | ||
362 | "type": "zip", | ||
363 | "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686", | ||
364 | "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686", | ||
365 | "shasum": "" | ||
366 | }, | ||
367 | "require": { | ||
368 | "php": ">=5.3.3" | ||
369 | }, | ||
370 | "type": "library", | ||
371 | "autoload": { | ||
372 | "classmap": [ | ||
373 | "src/" | ||
374 | ] | ||
375 | }, | ||
376 | "notification-url": "https://packagist.org/downloads/", | ||
377 | "license": [ | ||
378 | "BSD-3-Clause" | ||
379 | ], | ||
380 | "authors": [ | ||
381 | { | ||
382 | "name": "Sebastian Bergmann", | ||
383 | "email": "sebastian@phpunit.de", | ||
384 | "role": "lead" | ||
385 | } | ||
386 | ], | ||
387 | "description": "Simple template engine.", | ||
388 | "homepage": "https://github.com/sebastianbergmann/php-text-template/", | ||
389 | "keywords": [ | ||
390 | "template" | ||
391 | ], | ||
392 | "time": "2015-06-21T13:50:34+00:00" | ||
294 | }, | 393 | }, |
295 | { | 394 | { |
296 | "name": "pimple/pimple", | 395 | "name": "pimple/pimple", |
@@ -494,12 +593,12 @@ | |||
494 | "source": { | 593 | "source": { |
495 | "type": "git", | 594 | "type": "git", |
496 | "url": "https://github.com/pubsubhubbub/php-publisher.git", | 595 | "url": "https://github.com/pubsubhubbub/php-publisher.git", |
497 | "reference": "0d224daebd504ab61c22fee4db58f8d1fc18945f" | 596 | "reference": "5008fc529b057251b48f4d17a10fdb20047ea8f5" |
498 | }, | 597 | }, |
499 | "dist": { | 598 | "dist": { |
500 | "type": "zip", | 599 | "type": "zip", |
501 | "url": "https://api.github.com/repos/pubsubhubbub/php-publisher/zipball/0d224daebd504ab61c22fee4db58f8d1fc18945f", | 600 | "url": "https://api.github.com/repos/pubsubhubbub/php-publisher/zipball/5008fc529b057251b48f4d17a10fdb20047ea8f5", |
502 | "reference": "0d224daebd504ab61c22fee4db58f8d1fc18945f", | 601 | "reference": "5008fc529b057251b48f4d17a10fdb20047ea8f5", |
503 | "shasum": "" | 602 | "shasum": "" |
504 | }, | 603 | }, |
505 | "require": { | 604 | "require": { |
@@ -529,7 +628,7 @@ | |||
529 | "publishers", | 628 | "publishers", |
530 | "pubsubhubbub" | 629 | "pubsubhubbub" |
531 | ], | 630 | ], |
532 | "time": "2017-10-08T10:59:41+00:00" | 631 | "time": "2018-05-22T11:56:26+00:00" |
533 | }, | 632 | }, |
534 | { | 633 | { |
535 | "name": "shaarli/netscape-bookmark-parser", | 634 | "name": "shaarli/netscape-bookmark-parser", |
@@ -588,16 +687,16 @@ | |||
588 | }, | 687 | }, |
589 | { | 688 | { |
590 | "name": "slim/slim", | 689 | "name": "slim/slim", |
591 | "version": "3.9.2", | 690 | "version": "3.10.0", |
592 | "source": { | 691 | "source": { |
593 | "type": "git", | 692 | "type": "git", |
594 | "url": "https://github.com/slimphp/Slim.git", | 693 | "url": "https://github.com/slimphp/Slim.git", |
595 | "reference": "4086d0106cf5a7135c69fce4161fe355a8feb118" | 694 | "reference": "d8aabeacc3688b25e2f2dd2db91df91ec6fdd748" |
596 | }, | 695 | }, |
597 | "dist": { | 696 | "dist": { |
598 | "type": "zip", | 697 | "type": "zip", |
599 | "url": "https://api.github.com/repos/slimphp/Slim/zipball/4086d0106cf5a7135c69fce4161fe355a8feb118", | 698 | "url": "https://api.github.com/repos/slimphp/Slim/zipball/d8aabeacc3688b25e2f2dd2db91df91ec6fdd748", |
600 | "reference": "4086d0106cf5a7135c69fce4161fe355a8feb118", | 699 | "reference": "d8aabeacc3688b25e2f2dd2db91df91ec6fdd748", |
601 | "shasum": "" | 700 | "shasum": "" |
602 | }, | 701 | }, |
603 | "require": { | 702 | "require": { |
@@ -655,7 +754,7 @@ | |||
655 | "micro", | 754 | "micro", |
656 | "router" | 755 | "router" |
657 | ], | 756 | ], |
658 | "time": "2017-11-26T19:13:09+00:00" | 757 | "time": "2018-04-19T19:29:08+00:00" |
659 | } | 758 | } |
660 | ], | 759 | ], |
661 | "packages-dev": [ | 760 | "packages-dev": [ |
@@ -714,6 +813,51 @@ | |||
714 | "time": "2015-06-14T21:17:01+00:00" | 813 | "time": "2015-06-14T21:17:01+00:00" |
715 | }, | 814 | }, |
716 | { | 815 | { |
816 | "name": "myclabs/deep-copy", | ||
817 | "version": "1.7.0", | ||
818 | "source": { | ||
819 | "type": "git", | ||
820 | "url": "https://github.com/myclabs/DeepCopy.git", | ||
821 | "reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e" | ||
822 | }, | ||
823 | "dist": { | ||
824 | "type": "zip", | ||
825 | "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e", | ||
826 | "reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e", | ||
827 | "shasum": "" | ||
828 | }, | ||
829 | "require": { | ||
830 | "php": "^5.6 || ^7.0" | ||
831 | }, | ||
832 | "require-dev": { | ||
833 | "doctrine/collections": "^1.0", | ||
834 | "doctrine/common": "^2.6", | ||
835 | "phpunit/phpunit": "^4.1" | ||
836 | }, | ||
837 | "type": "library", | ||
838 | "autoload": { | ||
839 | "psr-4": { | ||
840 | "DeepCopy\\": "src/DeepCopy/" | ||
841 | }, | ||
842 | "files": [ | ||
843 | "src/DeepCopy/deep_copy.php" | ||
844 | ] | ||
845 | }, | ||
846 | "notification-url": "https://packagist.org/downloads/", | ||
847 | "license": [ | ||
848 | "MIT" | ||
849 | ], | ||
850 | "description": "Create deep copies (clones) of your objects", | ||
851 | "keywords": [ | ||
852 | "clone", | ||
853 | "copy", | ||
854 | "duplicate", | ||
855 | "object", | ||
856 | "object graph" | ||
857 | ], | ||
858 | "time": "2017-10-19T19:58:43+00:00" | ||
859 | }, | ||
860 | { | ||
717 | "name": "pdepend/pdepend", | 861 | "name": "pdepend/pdepend", |
718 | "version": "2.5.2", | 862 | "version": "2.5.2", |
719 | "source": { | 863 | "source": { |
@@ -809,22 +953,22 @@ | |||
809 | }, | 953 | }, |
810 | { | 954 | { |
811 | "name": "phpdocumentor/reflection-docblock", | 955 | "name": "phpdocumentor/reflection-docblock", |
812 | "version": "3.2.2", | 956 | "version": "3.3.2", |
813 | "source": { | 957 | "source": { |
814 | "type": "git", | 958 | "type": "git", |
815 | "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", | 959 | "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", |
816 | "reference": "4aada1f93c72c35e22fb1383b47fee43b8f1d157" | 960 | "reference": "bf329f6c1aadea3299f08ee804682b7c45b326a2" |
817 | }, | 961 | }, |
818 | "dist": { | 962 | "dist": { |
819 | "type": "zip", | 963 | "type": "zip", |
820 | "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/4aada1f93c72c35e22fb1383b47fee43b8f1d157", | 964 | "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/bf329f6c1aadea3299f08ee804682b7c45b326a2", |
821 | "reference": "4aada1f93c72c35e22fb1383b47fee43b8f1d157", | 965 | "reference": "bf329f6c1aadea3299f08ee804682b7c45b326a2", |
822 | "shasum": "" | 966 | "shasum": "" |
823 | }, | 967 | }, |
824 | "require": { | 968 | "require": { |
825 | "php": ">=5.5", | 969 | "php": "^5.6 || ^7.0", |
826 | "phpdocumentor/reflection-common": "^1.0@dev", | 970 | "phpdocumentor/reflection-common": "^1.0.0", |
827 | "phpdocumentor/type-resolver": "^0.3.0", | 971 | "phpdocumentor/type-resolver": "^0.4.0", |
828 | "webmozart/assert": "^1.0" | 972 | "webmozart/assert": "^1.0" |
829 | }, | 973 | }, |
830 | "require-dev": { | 974 | "require-dev": { |
@@ -850,20 +994,20 @@ | |||
850 | } | 994 | } |
851 | ], | 995 | ], |
852 | "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.", | 996 | "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.", |
853 | "time": "2017-08-08T06:39:58+00:00" | 997 | "time": "2017-11-10T14:09:06+00:00" |
854 | }, | 998 | }, |
855 | { | 999 | { |
856 | "name": "phpdocumentor/type-resolver", | 1000 | "name": "phpdocumentor/type-resolver", |
857 | "version": "0.3.0", | 1001 | "version": "0.4.0", |
858 | "source": { | 1002 | "source": { |
859 | "type": "git", | 1003 | "type": "git", |
860 | "url": "https://github.com/phpDocumentor/TypeResolver.git", | 1004 | "url": "https://github.com/phpDocumentor/TypeResolver.git", |
861 | "reference": "fb3933512008d8162b3cdf9e18dba9309b7c3773" | 1005 | "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7" |
862 | }, | 1006 | }, |
863 | "dist": { | 1007 | "dist": { |
864 | "type": "zip", | 1008 | "type": "zip", |
865 | "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/fb3933512008d8162b3cdf9e18dba9309b7c3773", | 1009 | "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/9c977708995954784726e25d0cd1dddf4e65b0f7", |
866 | "reference": "fb3933512008d8162b3cdf9e18dba9309b7c3773", | 1010 | "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7", |
867 | "shasum": "" | 1011 | "shasum": "" |
868 | }, | 1012 | }, |
869 | "require": { | 1013 | "require": { |
@@ -897,7 +1041,7 @@ | |||
897 | "email": "me@mikevanriel.com" | 1041 | "email": "me@mikevanriel.com" |
898 | } | 1042 | } |
899 | ], | 1043 | ], |
900 | "time": "2017-06-03T08:32:36+00:00" | 1044 | "time": "2017-07-14T14:27:02+00:00" |
901 | }, | 1045 | }, |
902 | { | 1046 | { |
903 | "name": "phpmd/phpmd", | 1047 | "name": "phpmd/phpmd", |
@@ -967,28 +1111,28 @@ | |||
967 | }, | 1111 | }, |
968 | { | 1112 | { |
969 | "name": "phpspec/prophecy", | 1113 | "name": "phpspec/prophecy", |
970 | "version": "1.7.3", | 1114 | "version": "1.7.6", |
971 | "source": { | 1115 | "source": { |
972 | "type": "git", | 1116 | "type": "git", |
973 | "url": "https://github.com/phpspec/prophecy.git", | 1117 | "url": "https://github.com/phpspec/prophecy.git", |
974 | "reference": "e4ed002c67da8eceb0eb8ddb8b3847bb53c5c2bf" | 1118 | "reference": "33a7e3c4fda54e912ff6338c48823bd5c0f0b712" |
975 | }, | 1119 | }, |
976 | "dist": { | 1120 | "dist": { |
977 | "type": "zip", | 1121 | "type": "zip", |
978 | "url": "https://api.github.com/repos/phpspec/prophecy/zipball/e4ed002c67da8eceb0eb8ddb8b3847bb53c5c2bf", | 1122 | "url": "https://api.github.com/repos/phpspec/prophecy/zipball/33a7e3c4fda54e912ff6338c48823bd5c0f0b712", |
979 | "reference": "e4ed002c67da8eceb0eb8ddb8b3847bb53c5c2bf", | 1123 | "reference": "33a7e3c4fda54e912ff6338c48823bd5c0f0b712", |
980 | "shasum": "" | 1124 | "shasum": "" |
981 | }, | 1125 | }, |
982 | "require": { | 1126 | "require": { |
983 | "doctrine/instantiator": "^1.0.2", | 1127 | "doctrine/instantiator": "^1.0.2", |
984 | "php": "^5.3|^7.0", | 1128 | "php": "^5.3|^7.0", |
985 | "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0", | 1129 | "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0", |
986 | "sebastian/comparator": "^1.1|^2.0", | 1130 | "sebastian/comparator": "^1.1|^2.0|^3.0", |
987 | "sebastian/recursion-context": "^1.0|^2.0|^3.0" | 1131 | "sebastian/recursion-context": "^1.0|^2.0|^3.0" |
988 | }, | 1132 | }, |
989 | "require-dev": { | 1133 | "require-dev": { |
990 | "phpspec/phpspec": "^2.5|^3.2", | 1134 | "phpspec/phpspec": "^2.5|^3.2", |
991 | "phpunit/phpunit": "^4.8.35 || ^5.7" | 1135 | "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5" |
992 | }, | 1136 | }, |
993 | "type": "library", | 1137 | "type": "library", |
994 | "extra": { | 1138 | "extra": { |
@@ -1026,43 +1170,44 @@ | |||
1026 | "spy", | 1170 | "spy", |
1027 | "stub" | 1171 | "stub" |
1028 | ], | 1172 | ], |
1029 | "time": "2017-11-24T13:59:53+00:00" | 1173 | "time": "2018-04-18T13:57:24+00:00" |
1030 | }, | 1174 | }, |
1031 | { | 1175 | { |
1032 | "name": "phpunit/php-code-coverage", | 1176 | "name": "phpunit/php-code-coverage", |
1033 | "version": "2.2.4", | 1177 | "version": "4.0.8", |
1034 | "source": { | 1178 | "source": { |
1035 | "type": "git", | 1179 | "type": "git", |
1036 | "url": "https://github.com/sebastianbergmann/php-code-coverage.git", | 1180 | "url": "https://github.com/sebastianbergmann/php-code-coverage.git", |
1037 | "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979" | 1181 | "reference": "ef7b2f56815df854e66ceaee8ebe9393ae36a40d" |
1038 | }, | 1182 | }, |
1039 | "dist": { | 1183 | "dist": { |
1040 | "type": "zip", | 1184 | "type": "zip", |
1041 | "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/eabf68b476ac7d0f73793aada060f1c1a9bf8979", | 1185 | "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/ef7b2f56815df854e66ceaee8ebe9393ae36a40d", |
1042 | "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979", | 1186 | "reference": "ef7b2f56815df854e66ceaee8ebe9393ae36a40d", |
1043 | "shasum": "" | 1187 | "shasum": "" |
1044 | }, | 1188 | }, |
1045 | "require": { | 1189 | "require": { |
1046 | "php": ">=5.3.3", | 1190 | "ext-dom": "*", |
1047 | "phpunit/php-file-iterator": "~1.3", | 1191 | "ext-xmlwriter": "*", |
1048 | "phpunit/php-text-template": "~1.2", | 1192 | "php": "^5.6 || ^7.0", |
1049 | "phpunit/php-token-stream": "~1.3", | 1193 | "phpunit/php-file-iterator": "^1.3", |
1050 | "sebastian/environment": "^1.3.2", | 1194 | "phpunit/php-text-template": "^1.2", |
1051 | "sebastian/version": "~1.0" | 1195 | "phpunit/php-token-stream": "^1.4.2 || ^2.0", |
1196 | "sebastian/code-unit-reverse-lookup": "^1.0", | ||
1197 | "sebastian/environment": "^1.3.2 || ^2.0", | ||
1198 | "sebastian/version": "^1.0 || ^2.0" | ||
1052 | }, | 1199 | }, |
1053 | "require-dev": { | 1200 | "require-dev": { |
1054 | "ext-xdebug": ">=2.1.4", | 1201 | "ext-xdebug": "^2.1.4", |
1055 | "phpunit/phpunit": "~4" | 1202 | "phpunit/phpunit": "^5.7" |
1056 | }, | 1203 | }, |
1057 | "suggest": { | 1204 | "suggest": { |
1058 | "ext-dom": "*", | 1205 | "ext-xdebug": "^2.5.1" |
1059 | "ext-xdebug": ">=2.2.1", | ||
1060 | "ext-xmlwriter": "*" | ||
1061 | }, | 1206 | }, |
1062 | "type": "library", | 1207 | "type": "library", |
1063 | "extra": { | 1208 | "extra": { |
1064 | "branch-alias": { | 1209 | "branch-alias": { |
1065 | "dev-master": "2.2.x-dev" | 1210 | "dev-master": "4.0.x-dev" |
1066 | } | 1211 | } |
1067 | }, | 1212 | }, |
1068 | "autoload": { | 1213 | "autoload": { |
@@ -1088,7 +1233,7 @@ | |||
1088 | "testing", | 1233 | "testing", |
1089 | "xunit" | 1234 | "xunit" |
1090 | ], | 1235 | ], |
1091 | "time": "2015-10-06T15:47:00+00:00" | 1236 | "time": "2017-04-02T07:44:40+00:00" |
1092 | }, | 1237 | }, |
1093 | { | 1238 | { |
1094 | "name": "phpunit/php-file-iterator", | 1239 | "name": "phpunit/php-file-iterator", |
@@ -1138,47 +1283,6 @@ | |||
1138 | "time": "2017-11-27T13:52:08+00:00" | 1283 | "time": "2017-11-27T13:52:08+00:00" |
1139 | }, | 1284 | }, |
1140 | { | 1285 | { |
1141 | "name": "phpunit/php-text-template", | ||
1142 | "version": "1.2.1", | ||
1143 | "source": { | ||
1144 | "type": "git", | ||
1145 | "url": "https://github.com/sebastianbergmann/php-text-template.git", | ||
1146 | "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686" | ||
1147 | }, | ||
1148 | "dist": { | ||
1149 | "type": "zip", | ||
1150 | "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686", | ||
1151 | "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686", | ||
1152 | "shasum": "" | ||
1153 | }, | ||
1154 | "require": { | ||
1155 | "php": ">=5.3.3" | ||
1156 | }, | ||
1157 | "type": "library", | ||
1158 | "autoload": { | ||
1159 | "classmap": [ | ||
1160 | "src/" | ||
1161 | ] | ||
1162 | }, | ||
1163 | "notification-url": "https://packagist.org/downloads/", | ||
1164 | "license": [ | ||
1165 | "BSD-3-Clause" | ||
1166 | ], | ||
1167 | "authors": [ | ||
1168 | { | ||
1169 | "name": "Sebastian Bergmann", | ||
1170 | "email": "sebastian@phpunit.de", | ||
1171 | "role": "lead" | ||
1172 | } | ||
1173 | ], | ||
1174 | "description": "Simple template engine.", | ||
1175 | "homepage": "https://github.com/sebastianbergmann/php-text-template/", | ||
1176 | "keywords": [ | ||
1177 | "template" | ||
1178 | ], | ||
1179 | "time": "2015-06-21T13:50:34+00:00" | ||
1180 | }, | ||
1181 | { | ||
1182 | "name": "phpunit/php-timer", | 1286 | "name": "phpunit/php-timer", |
1183 | "version": "1.0.9", | 1287 | "version": "1.0.9", |
1184 | "source": { | 1288 | "source": { |
@@ -1278,26 +1382,26 @@ | |||
1278 | }, | 1382 | }, |
1279 | { | 1383 | { |
1280 | "name": "phpunit/phpcov", | 1384 | "name": "phpunit/phpcov", |
1281 | "version": "2.0.2", | 1385 | "version": "3.1.0", |
1282 | "source": { | 1386 | "source": { |
1283 | "type": "git", | 1387 | "type": "git", |
1284 | "url": "https://github.com/sebastianbergmann/phpcov.git", | 1388 | "url": "https://github.com/sebastianbergmann/phpcov.git", |
1285 | "reference": "9ef291483ff65eefd8639584d61bbfb044d747f3" | 1389 | "reference": "2005bd90c2c8aae6d93ec82d9cda9d55dca96c3d" |
1286 | }, | 1390 | }, |
1287 | "dist": { | 1391 | "dist": { |
1288 | "type": "zip", | 1392 | "type": "zip", |
1289 | "url": "https://api.github.com/repos/sebastianbergmann/phpcov/zipball/9ef291483ff65eefd8639584d61bbfb044d747f3", | 1393 | "url": "https://api.github.com/repos/sebastianbergmann/phpcov/zipball/2005bd90c2c8aae6d93ec82d9cda9d55dca96c3d", |
1290 | "reference": "9ef291483ff65eefd8639584d61bbfb044d747f3", | 1394 | "reference": "2005bd90c2c8aae6d93ec82d9cda9d55dca96c3d", |
1291 | "shasum": "" | 1395 | "shasum": "" |
1292 | }, | 1396 | }, |
1293 | "require": { | 1397 | "require": { |
1294 | "php": ">=5.3.3", | 1398 | "php": "^5.6 || ^7.0", |
1295 | "phpunit/php-code-coverage": "~2.0", | 1399 | "phpunit/php-code-coverage": "^4.0", |
1296 | "phpunit/phpunit": ">=4.1", | 1400 | "phpunit/phpunit": "^5.0", |
1297 | "sebastian/diff": "~1.1", | 1401 | "sebastian/diff": "^1.1", |
1298 | "sebastian/finder-facade": "~1.1", | 1402 | "sebastian/finder-facade": "^1.1", |
1299 | "sebastian/version": "~1.0", | 1403 | "sebastian/version": "^1.0|^2.0", |
1300 | "symfony/console": "~2.2" | 1404 | "symfony/console": "^2|^3" |
1301 | }, | 1405 | }, |
1302 | "bin": [ | 1406 | "bin": [ |
1303 | "phpcov" | 1407 | "phpcov" |
@@ -1305,7 +1409,7 @@ | |||
1305 | "type": "library", | 1409 | "type": "library", |
1306 | "extra": { | 1410 | "extra": { |
1307 | "branch-alias": { | 1411 | "branch-alias": { |
1308 | "dev-master": "2.0.x-dev" | 1412 | "dev-master": "3.1.x-dev" |
1309 | } | 1413 | } |
1310 | }, | 1414 | }, |
1311 | "autoload": { | 1415 | "autoload": { |
@@ -1326,44 +1430,54 @@ | |||
1326 | ], | 1430 | ], |
1327 | "description": "CLI frontend for PHP_CodeCoverage", | 1431 | "description": "CLI frontend for PHP_CodeCoverage", |
1328 | "homepage": "https://github.com/sebastianbergmann/phpcov", | 1432 | "homepage": "https://github.com/sebastianbergmann/phpcov", |
1329 | "time": "2015-10-05T09:24:23+00:00" | 1433 | "time": "2016-06-03T07:01:55+00:00" |
1330 | }, | 1434 | }, |
1331 | { | 1435 | { |
1332 | "name": "phpunit/phpunit", | 1436 | "name": "phpunit/phpunit", |
1333 | "version": "4.8.36", | 1437 | "version": "5.7.27", |
1334 | "source": { | 1438 | "source": { |
1335 | "type": "git", | 1439 | "type": "git", |
1336 | "url": "https://github.com/sebastianbergmann/phpunit.git", | 1440 | "url": "https://github.com/sebastianbergmann/phpunit.git", |
1337 | "reference": "46023de9a91eec7dfb06cc56cb4e260017298517" | 1441 | "reference": "b7803aeca3ccb99ad0a506fa80b64cd6a56bbc0c" |
1338 | }, | 1442 | }, |
1339 | "dist": { | 1443 | "dist": { |
1340 | "type": "zip", | 1444 | "type": "zip", |
1341 | "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/46023de9a91eec7dfb06cc56cb4e260017298517", | 1445 | "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/b7803aeca3ccb99ad0a506fa80b64cd6a56bbc0c", |
1342 | "reference": "46023de9a91eec7dfb06cc56cb4e260017298517", | 1446 | "reference": "b7803aeca3ccb99ad0a506fa80b64cd6a56bbc0c", |
1343 | "shasum": "" | 1447 | "shasum": "" |
1344 | }, | 1448 | }, |
1345 | "require": { | 1449 | "require": { |
1346 | "ext-dom": "*", | 1450 | "ext-dom": "*", |
1347 | "ext-json": "*", | 1451 | "ext-json": "*", |
1348 | "ext-pcre": "*", | 1452 | "ext-libxml": "*", |
1349 | "ext-reflection": "*", | 1453 | "ext-mbstring": "*", |
1350 | "ext-spl": "*", | 1454 | "ext-xml": "*", |
1351 | "php": ">=5.3.3", | 1455 | "myclabs/deep-copy": "~1.3", |
1352 | "phpspec/prophecy": "^1.3.1", | 1456 | "php": "^5.6 || ^7.0", |
1353 | "phpunit/php-code-coverage": "~2.1", | 1457 | "phpspec/prophecy": "^1.6.2", |
1458 | "phpunit/php-code-coverage": "^4.0.4", | ||
1354 | "phpunit/php-file-iterator": "~1.4", | 1459 | "phpunit/php-file-iterator": "~1.4", |
1355 | "phpunit/php-text-template": "~1.2", | 1460 | "phpunit/php-text-template": "~1.2", |
1356 | "phpunit/php-timer": "^1.0.6", | 1461 | "phpunit/php-timer": "^1.0.6", |
1357 | "phpunit/phpunit-mock-objects": "~2.3", | 1462 | "phpunit/phpunit-mock-objects": "^3.2", |
1358 | "sebastian/comparator": "~1.2.2", | 1463 | "sebastian/comparator": "^1.2.4", |
1359 | "sebastian/diff": "~1.2", | 1464 | "sebastian/diff": "^1.4.3", |
1360 | "sebastian/environment": "~1.3", | 1465 | "sebastian/environment": "^1.3.4 || ^2.0", |
1361 | "sebastian/exporter": "~1.2", | 1466 | "sebastian/exporter": "~2.0", |
1362 | "sebastian/global-state": "~1.0", | 1467 | "sebastian/global-state": "^1.1", |
1363 | "sebastian/version": "~1.0", | 1468 | "sebastian/object-enumerator": "~2.0", |
1364 | "symfony/yaml": "~2.1|~3.0" | 1469 | "sebastian/resource-operations": "~1.0", |
1470 | "sebastian/version": "^1.0.6|^2.0.1", | ||
1471 | "symfony/yaml": "~2.1|~3.0|~4.0" | ||
1472 | }, | ||
1473 | "conflict": { | ||
1474 | "phpdocumentor/reflection-docblock": "3.0.2" | ||
1475 | }, | ||
1476 | "require-dev": { | ||
1477 | "ext-pdo": "*" | ||
1365 | }, | 1478 | }, |
1366 | "suggest": { | 1479 | "suggest": { |
1480 | "ext-xdebug": "*", | ||
1367 | "phpunit/php-invoker": "~1.1" | 1481 | "phpunit/php-invoker": "~1.1" |
1368 | }, | 1482 | }, |
1369 | "bin": [ | 1483 | "bin": [ |
@@ -1372,7 +1486,7 @@ | |||
1372 | "type": "library", | 1486 | "type": "library", |
1373 | "extra": { | 1487 | "extra": { |
1374 | "branch-alias": { | 1488 | "branch-alias": { |
1375 | "dev-master": "4.8.x-dev" | 1489 | "dev-master": "5.7.x-dev" |
1376 | } | 1490 | } |
1377 | }, | 1491 | }, |
1378 | "autoload": { | 1492 | "autoload": { |
@@ -1398,30 +1512,33 @@ | |||
1398 | "testing", | 1512 | "testing", |
1399 | "xunit" | 1513 | "xunit" |
1400 | ], | 1514 | ], |
1401 | "time": "2017-06-21T08:07:12+00:00" | 1515 | "time": "2018-02-01T05:50:59+00:00" |
1402 | }, | 1516 | }, |
1403 | { | 1517 | { |
1404 | "name": "phpunit/phpunit-mock-objects", | 1518 | "name": "phpunit/phpunit-mock-objects", |
1405 | "version": "2.3.8", | 1519 | "version": "3.4.4", |
1406 | "source": { | 1520 | "source": { |
1407 | "type": "git", | 1521 | "type": "git", |
1408 | "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git", | 1522 | "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git", |
1409 | "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983" | 1523 | "reference": "a23b761686d50a560cc56233b9ecf49597cc9118" |
1410 | }, | 1524 | }, |
1411 | "dist": { | 1525 | "dist": { |
1412 | "type": "zip", | 1526 | "type": "zip", |
1413 | "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/ac8e7a3db35738d56ee9a76e78a4e03d97628983", | 1527 | "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/a23b761686d50a560cc56233b9ecf49597cc9118", |
1414 | "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983", | 1528 | "reference": "a23b761686d50a560cc56233b9ecf49597cc9118", |
1415 | "shasum": "" | 1529 | "shasum": "" |
1416 | }, | 1530 | }, |
1417 | "require": { | 1531 | "require": { |
1418 | "doctrine/instantiator": "^1.0.2", | 1532 | "doctrine/instantiator": "^1.0.2", |
1419 | "php": ">=5.3.3", | 1533 | "php": "^5.6 || ^7.0", |
1420 | "phpunit/php-text-template": "~1.2", | 1534 | "phpunit/php-text-template": "^1.2", |
1421 | "sebastian/exporter": "~1.2" | 1535 | "sebastian/exporter": "^1.2 || ^2.0" |
1536 | }, | ||
1537 | "conflict": { | ||
1538 | "phpunit/phpunit": "<5.4.0" | ||
1422 | }, | 1539 | }, |
1423 | "require-dev": { | 1540 | "require-dev": { |
1424 | "phpunit/phpunit": "~4.4" | 1541 | "phpunit/phpunit": "^5.4" |
1425 | }, | 1542 | }, |
1426 | "suggest": { | 1543 | "suggest": { |
1427 | "ext-soap": "*" | 1544 | "ext-soap": "*" |
@@ -1429,7 +1546,7 @@ | |||
1429 | "type": "library", | 1546 | "type": "library", |
1430 | "extra": { | 1547 | "extra": { |
1431 | "branch-alias": { | 1548 | "branch-alias": { |
1432 | "dev-master": "2.3.x-dev" | 1549 | "dev-master": "3.2.x-dev" |
1433 | } | 1550 | } |
1434 | }, | 1551 | }, |
1435 | "autoload": { | 1552 | "autoload": { |
@@ -1454,7 +1571,52 @@ | |||
1454 | "mock", | 1571 | "mock", |
1455 | "xunit" | 1572 | "xunit" |
1456 | ], | 1573 | ], |
1457 | "time": "2015-10-02T06:51:40+00:00" | 1574 | "time": "2017-06-30T09:13:00+00:00" |
1575 | }, | ||
1576 | { | ||
1577 | "name": "sebastian/code-unit-reverse-lookup", | ||
1578 | "version": "1.0.1", | ||
1579 | "source": { | ||
1580 | "type": "git", | ||
1581 | "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git", | ||
1582 | "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18" | ||
1583 | }, | ||
1584 | "dist": { | ||
1585 | "type": "zip", | ||
1586 | "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18", | ||
1587 | "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18", | ||
1588 | "shasum": "" | ||
1589 | }, | ||
1590 | "require": { | ||
1591 | "php": "^5.6 || ^7.0" | ||
1592 | }, | ||
1593 | "require-dev": { | ||
1594 | "phpunit/phpunit": "^5.7 || ^6.0" | ||
1595 | }, | ||
1596 | "type": "library", | ||
1597 | "extra": { | ||
1598 | "branch-alias": { | ||
1599 | "dev-master": "1.0.x-dev" | ||
1600 | } | ||
1601 | }, | ||
1602 | "autoload": { | ||
1603 | "classmap": [ | ||
1604 | "src/" | ||
1605 | ] | ||
1606 | }, | ||
1607 | "notification-url": "https://packagist.org/downloads/", | ||
1608 | "license": [ | ||
1609 | "BSD-3-Clause" | ||
1610 | ], | ||
1611 | "authors": [ | ||
1612 | { | ||
1613 | "name": "Sebastian Bergmann", | ||
1614 | "email": "sebastian@phpunit.de" | ||
1615 | } | ||
1616 | ], | ||
1617 | "description": "Looks up which function or method a line of code belongs to", | ||
1618 | "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/", | ||
1619 | "time": "2017-03-04T06:30:41+00:00" | ||
1458 | }, | 1620 | }, |
1459 | { | 1621 | { |
1460 | "name": "sebastian/comparator", | 1622 | "name": "sebastian/comparator", |
@@ -1574,28 +1736,28 @@ | |||
1574 | }, | 1736 | }, |
1575 | { | 1737 | { |
1576 | "name": "sebastian/environment", | 1738 | "name": "sebastian/environment", |
1577 | "version": "1.3.8", | 1739 | "version": "2.0.0", |
1578 | "source": { | 1740 | "source": { |
1579 | "type": "git", | 1741 | "type": "git", |
1580 | "url": "https://github.com/sebastianbergmann/environment.git", | 1742 | "url": "https://github.com/sebastianbergmann/environment.git", |
1581 | "reference": "be2c607e43ce4c89ecd60e75c6a85c126e754aea" | 1743 | "reference": "5795ffe5dc5b02460c3e34222fee8cbe245d8fac" |
1582 | }, | 1744 | }, |
1583 | "dist": { | 1745 | "dist": { |
1584 | "type": "zip", | 1746 | "type": "zip", |
1585 | "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/be2c607e43ce4c89ecd60e75c6a85c126e754aea", | 1747 | "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/5795ffe5dc5b02460c3e34222fee8cbe245d8fac", |
1586 | "reference": "be2c607e43ce4c89ecd60e75c6a85c126e754aea", | 1748 | "reference": "5795ffe5dc5b02460c3e34222fee8cbe245d8fac", |
1587 | "shasum": "" | 1749 | "shasum": "" |
1588 | }, | 1750 | }, |
1589 | "require": { | 1751 | "require": { |
1590 | "php": "^5.3.3 || ^7.0" | 1752 | "php": "^5.6 || ^7.0" |
1591 | }, | 1753 | }, |
1592 | "require-dev": { | 1754 | "require-dev": { |
1593 | "phpunit/phpunit": "^4.8 || ^5.0" | 1755 | "phpunit/phpunit": "^5.0" |
1594 | }, | 1756 | }, |
1595 | "type": "library", | 1757 | "type": "library", |
1596 | "extra": { | 1758 | "extra": { |
1597 | "branch-alias": { | 1759 | "branch-alias": { |
1598 | "dev-master": "1.3.x-dev" | 1760 | "dev-master": "2.0.x-dev" |
1599 | } | 1761 | } |
1600 | }, | 1762 | }, |
1601 | "autoload": { | 1763 | "autoload": { |
@@ -1620,25 +1782,25 @@ | |||
1620 | "environment", | 1782 | "environment", |
1621 | "hhvm" | 1783 | "hhvm" |
1622 | ], | 1784 | ], |
1623 | "time": "2016-08-18T05:49:44+00:00" | 1785 | "time": "2016-11-26T07:53:53+00:00" |
1624 | }, | 1786 | }, |
1625 | { | 1787 | { |
1626 | "name": "sebastian/exporter", | 1788 | "name": "sebastian/exporter", |
1627 | "version": "1.2.2", | 1789 | "version": "2.0.0", |
1628 | "source": { | 1790 | "source": { |
1629 | "type": "git", | 1791 | "type": "git", |
1630 | "url": "https://github.com/sebastianbergmann/exporter.git", | 1792 | "url": "https://github.com/sebastianbergmann/exporter.git", |
1631 | "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4" | 1793 | "reference": "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4" |
1632 | }, | 1794 | }, |
1633 | "dist": { | 1795 | "dist": { |
1634 | "type": "zip", | 1796 | "type": "zip", |
1635 | "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/42c4c2eec485ee3e159ec9884f95b431287edde4", | 1797 | "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4", |
1636 | "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4", | 1798 | "reference": "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4", |
1637 | "shasum": "" | 1799 | "shasum": "" |
1638 | }, | 1800 | }, |
1639 | "require": { | 1801 | "require": { |
1640 | "php": ">=5.3.3", | 1802 | "php": ">=5.3.3", |
1641 | "sebastian/recursion-context": "~1.0" | 1803 | "sebastian/recursion-context": "~2.0" |
1642 | }, | 1804 | }, |
1643 | "require-dev": { | 1805 | "require-dev": { |
1644 | "ext-mbstring": "*", | 1806 | "ext-mbstring": "*", |
@@ -1647,7 +1809,7 @@ | |||
1647 | "type": "library", | 1809 | "type": "library", |
1648 | "extra": { | 1810 | "extra": { |
1649 | "branch-alias": { | 1811 | "branch-alias": { |
1650 | "dev-master": "1.3.x-dev" | 1812 | "dev-master": "2.0.x-dev" |
1651 | } | 1813 | } |
1652 | }, | 1814 | }, |
1653 | "autoload": { | 1815 | "autoload": { |
@@ -1687,7 +1849,7 @@ | |||
1687 | "export", | 1849 | "export", |
1688 | "exporter" | 1850 | "exporter" |
1689 | ], | 1851 | ], |
1690 | "time": "2016-06-17T09:04:28+00:00" | 1852 | "time": "2016-11-19T08:54:04+00:00" |
1691 | }, | 1853 | }, |
1692 | { | 1854 | { |
1693 | "name": "sebastian/finder-facade", | 1855 | "name": "sebastian/finder-facade", |
@@ -1780,26 +1942,71 @@ | |||
1780 | "time": "2015-10-12T03:26:01+00:00" | 1942 | "time": "2015-10-12T03:26:01+00:00" |
1781 | }, | 1943 | }, |
1782 | { | 1944 | { |
1945 | "name": "sebastian/object-enumerator", | ||
1946 | "version": "2.0.1", | ||
1947 | "source": { | ||
1948 | "type": "git", | ||
1949 | "url": "https://github.com/sebastianbergmann/object-enumerator.git", | ||
1950 | "reference": "1311872ac850040a79c3c058bea3e22d0f09cbb7" | ||
1951 | }, | ||
1952 | "dist": { | ||
1953 | "type": "zip", | ||
1954 | "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/1311872ac850040a79c3c058bea3e22d0f09cbb7", | ||
1955 | "reference": "1311872ac850040a79c3c058bea3e22d0f09cbb7", | ||
1956 | "shasum": "" | ||
1957 | }, | ||
1958 | "require": { | ||
1959 | "php": ">=5.6", | ||
1960 | "sebastian/recursion-context": "~2.0" | ||
1961 | }, | ||
1962 | "require-dev": { | ||
1963 | "phpunit/phpunit": "~5" | ||
1964 | }, | ||
1965 | "type": "library", | ||
1966 | "extra": { | ||
1967 | "branch-alias": { | ||
1968 | "dev-master": "2.0.x-dev" | ||
1969 | } | ||
1970 | }, | ||
1971 | "autoload": { | ||
1972 | "classmap": [ | ||
1973 | "src/" | ||
1974 | ] | ||
1975 | }, | ||
1976 | "notification-url": "https://packagist.org/downloads/", | ||
1977 | "license": [ | ||
1978 | "BSD-3-Clause" | ||
1979 | ], | ||
1980 | "authors": [ | ||
1981 | { | ||
1982 | "name": "Sebastian Bergmann", | ||
1983 | "email": "sebastian@phpunit.de" | ||
1984 | } | ||
1985 | ], | ||
1986 | "description": "Traverses array structures and object graphs to enumerate all referenced objects", | ||
1987 | "homepage": "https://github.com/sebastianbergmann/object-enumerator/", | ||
1988 | "time": "2017-02-18T15:18:39+00:00" | ||
1989 | }, | ||
1990 | { | ||
1783 | "name": "sebastian/phpcpd", | 1991 | "name": "sebastian/phpcpd", |
1784 | "version": "2.0.4", | 1992 | "version": "3.0.1", |
1785 | "source": { | 1993 | "source": { |
1786 | "type": "git", | 1994 | "type": "git", |
1787 | "url": "https://github.com/sebastianbergmann/phpcpd.git", | 1995 | "url": "https://github.com/sebastianbergmann/phpcpd.git", |
1788 | "reference": "24d9a880deadb0b8c9680e9cfe78e30b704225db" | 1996 | "reference": "dfed51c1288790fc957c9433e2f49ab152e8a564" |
1789 | }, | 1997 | }, |
1790 | "dist": { | 1998 | "dist": { |
1791 | "type": "zip", | 1999 | "type": "zip", |
1792 | "url": "https://api.github.com/repos/sebastianbergmann/phpcpd/zipball/24d9a880deadb0b8c9680e9cfe78e30b704225db", | 2000 | "url": "https://api.github.com/repos/sebastianbergmann/phpcpd/zipball/dfed51c1288790fc957c9433e2f49ab152e8a564", |
1793 | "reference": "24d9a880deadb0b8c9680e9cfe78e30b704225db", | 2001 | "reference": "dfed51c1288790fc957c9433e2f49ab152e8a564", |
1794 | "shasum": "" | 2002 | "shasum": "" |
1795 | }, | 2003 | }, |
1796 | "require": { | 2004 | "require": { |
1797 | "php": ">=5.3.3", | 2005 | "php": "^5.6|^7.0", |
1798 | "phpunit/php-timer": ">=1.0.6", | 2006 | "phpunit/php-timer": "^1.0.6", |
1799 | "sebastian/finder-facade": "~1.1", | 2007 | "sebastian/finder-facade": "^1.1", |
1800 | "sebastian/version": "~1.0|~2.0", | 2008 | "sebastian/version": "^1.0|^2.0", |
1801 | "symfony/console": "~2.7|^3.0", | 2009 | "symfony/console": "^2.7|^3.0|^4.0" |
1802 | "theseer/fdomdocument": "~1.4" | ||
1803 | }, | 2010 | }, |
1804 | "bin": [ | 2011 | "bin": [ |
1805 | "phpcpd" | 2012 | "phpcpd" |
@@ -1807,7 +2014,7 @@ | |||
1807 | "type": "library", | 2014 | "type": "library", |
1808 | "extra": { | 2015 | "extra": { |
1809 | "branch-alias": { | 2016 | "branch-alias": { |
1810 | "dev-master": "2.0-dev" | 2017 | "dev-master": "3.0-dev" |
1811 | } | 2018 | } |
1812 | }, | 2019 | }, |
1813 | "autoload": { | 2020 | "autoload": { |
@@ -1828,20 +2035,20 @@ | |||
1828 | ], | 2035 | ], |
1829 | "description": "Copy/Paste Detector (CPD) for PHP code.", | 2036 | "description": "Copy/Paste Detector (CPD) for PHP code.", |
1830 | "homepage": "https://github.com/sebastianbergmann/phpcpd", | 2037 | "homepage": "https://github.com/sebastianbergmann/phpcpd", |
1831 | "time": "2016-04-17T19:32:49+00:00" | 2038 | "time": "2017-11-16T08:49:28+00:00" |
1832 | }, | 2039 | }, |
1833 | { | 2040 | { |
1834 | "name": "sebastian/recursion-context", | 2041 | "name": "sebastian/recursion-context", |
1835 | "version": "1.0.5", | 2042 | "version": "2.0.0", |
1836 | "source": { | 2043 | "source": { |
1837 | "type": "git", | 2044 | "type": "git", |
1838 | "url": "https://github.com/sebastianbergmann/recursion-context.git", | 2045 | "url": "https://github.com/sebastianbergmann/recursion-context.git", |
1839 | "reference": "b19cc3298482a335a95f3016d2f8a6950f0fbcd7" | 2046 | "reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a" |
1840 | }, | 2047 | }, |
1841 | "dist": { | 2048 | "dist": { |
1842 | "type": "zip", | 2049 | "type": "zip", |
1843 | "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/b19cc3298482a335a95f3016d2f8a6950f0fbcd7", | 2050 | "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/2c3ba150cbec723aa057506e73a8d33bdb286c9a", |
1844 | "reference": "b19cc3298482a335a95f3016d2f8a6950f0fbcd7", | 2051 | "reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a", |
1845 | "shasum": "" | 2052 | "shasum": "" |
1846 | }, | 2053 | }, |
1847 | "require": { | 2054 | "require": { |
@@ -1853,7 +2060,7 @@ | |||
1853 | "type": "library", | 2060 | "type": "library", |
1854 | "extra": { | 2061 | "extra": { |
1855 | "branch-alias": { | 2062 | "branch-alias": { |
1856 | "dev-master": "1.0.x-dev" | 2063 | "dev-master": "2.0.x-dev" |
1857 | } | 2064 | } |
1858 | }, | 2065 | }, |
1859 | "autoload": { | 2066 | "autoload": { |
@@ -1881,23 +2088,73 @@ | |||
1881 | ], | 2088 | ], |
1882 | "description": "Provides functionality to recursively process PHP variables", | 2089 | "description": "Provides functionality to recursively process PHP variables", |
1883 | "homepage": "http://www.github.com/sebastianbergmann/recursion-context", | 2090 | "homepage": "http://www.github.com/sebastianbergmann/recursion-context", |
1884 | "time": "2016-10-03T07:41:43+00:00" | 2091 | "time": "2016-11-19T07:33:16+00:00" |
2092 | }, | ||
2093 | { | ||
2094 | "name": "sebastian/resource-operations", | ||
2095 | "version": "1.0.0", | ||
2096 | "source": { | ||
2097 | "type": "git", | ||
2098 | "url": "https://github.com/sebastianbergmann/resource-operations.git", | ||
2099 | "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52" | ||
2100 | }, | ||
2101 | "dist": { | ||
2102 | "type": "zip", | ||
2103 | "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52", | ||
2104 | "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52", | ||
2105 | "shasum": "" | ||
2106 | }, | ||
2107 | "require": { | ||
2108 | "php": ">=5.6.0" | ||
2109 | }, | ||
2110 | "type": "library", | ||
2111 | "extra": { | ||
2112 | "branch-alias": { | ||
2113 | "dev-master": "1.0.x-dev" | ||
2114 | } | ||
2115 | }, | ||
2116 | "autoload": { | ||
2117 | "classmap": [ | ||
2118 | "src/" | ||
2119 | ] | ||
2120 | }, | ||
2121 | "notification-url": "https://packagist.org/downloads/", | ||
2122 | "license": [ | ||
2123 | "BSD-3-Clause" | ||
2124 | ], | ||
2125 | "authors": [ | ||
2126 | { | ||
2127 | "name": "Sebastian Bergmann", | ||
2128 | "email": "sebastian@phpunit.de" | ||
2129 | } | ||
2130 | ], | ||
2131 | "description": "Provides a list of PHP built-in functions that operate on resources", | ||
2132 | "homepage": "https://www.github.com/sebastianbergmann/resource-operations", | ||
2133 | "time": "2015-07-28T20:34:47+00:00" | ||
1885 | }, | 2134 | }, |
1886 | { | 2135 | { |
1887 | "name": "sebastian/version", | 2136 | "name": "sebastian/version", |
1888 | "version": "1.0.6", | 2137 | "version": "2.0.1", |
1889 | "source": { | 2138 | "source": { |
1890 | "type": "git", | 2139 | "type": "git", |
1891 | "url": "https://github.com/sebastianbergmann/version.git", | 2140 | "url": "https://github.com/sebastianbergmann/version.git", |
1892 | "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6" | 2141 | "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019" |
1893 | }, | 2142 | }, |
1894 | "dist": { | 2143 | "dist": { |
1895 | "type": "zip", | 2144 | "type": "zip", |
1896 | "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/58b3a85e7999757d6ad81c787a1fbf5ff6c628c6", | 2145 | "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019", |
1897 | "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6", | 2146 | "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019", |
1898 | "shasum": "" | 2147 | "shasum": "" |
1899 | }, | 2148 | }, |
2149 | "require": { | ||
2150 | "php": ">=5.6" | ||
2151 | }, | ||
1900 | "type": "library", | 2152 | "type": "library", |
2153 | "extra": { | ||
2154 | "branch-alias": { | ||
2155 | "dev-master": "2.0.x-dev" | ||
2156 | } | ||
2157 | }, | ||
1901 | "autoload": { | 2158 | "autoload": { |
1902 | "classmap": [ | 2159 | "classmap": [ |
1903 | "src/" | 2160 | "src/" |
@@ -1916,7 +2173,7 @@ | |||
1916 | ], | 2173 | ], |
1917 | "description": "Library that helps with managing the version number of Git-hosted PHP projects", | 2174 | "description": "Library that helps with managing the version number of Git-hosted PHP projects", |
1918 | "homepage": "https://github.com/sebastianbergmann/version", | 2175 | "homepage": "https://github.com/sebastianbergmann/version", |
1919 | "time": "2015-06-21T13:59:46+00:00" | 2176 | "time": "2016-10-03T07:35:21+00:00" |
1920 | }, | 2177 | }, |
1921 | { | 2178 | { |
1922 | "name": "squizlabs/php_codesniffer", | 2179 | "name": "squizlabs/php_codesniffer", |
@@ -1998,21 +2255,22 @@ | |||
1998 | }, | 2255 | }, |
1999 | { | 2256 | { |
2000 | "name": "symfony/config", | 2257 | "name": "symfony/config", |
2001 | "version": "v3.4.4", | 2258 | "version": "v3.4.13", |
2002 | "source": { | 2259 | "source": { |
2003 | "type": "git", | 2260 | "type": "git", |
2004 | "url": "https://github.com/symfony/config.git", | 2261 | "url": "https://github.com/symfony/config.git", |
2005 | "reference": "72689b934d6c6ecf73eca874e98933bf055313c9" | 2262 | "reference": "1fffdeb349ff36a25184e5564c25289b1dbfc402" |
2006 | }, | 2263 | }, |
2007 | "dist": { | 2264 | "dist": { |
2008 | "type": "zip", | 2265 | "type": "zip", |
2009 | "url": "https://api.github.com/repos/symfony/config/zipball/72689b934d6c6ecf73eca874e98933bf055313c9", | 2266 | "url": "https://api.github.com/repos/symfony/config/zipball/1fffdeb349ff36a25184e5564c25289b1dbfc402", |
2010 | "reference": "72689b934d6c6ecf73eca874e98933bf055313c9", | 2267 | "reference": "1fffdeb349ff36a25184e5564c25289b1dbfc402", |
2011 | "shasum": "" | 2268 | "shasum": "" |
2012 | }, | 2269 | }, |
2013 | "require": { | 2270 | "require": { |
2014 | "php": "^5.5.9|>=7.0.8", | 2271 | "php": "^5.5.9|>=7.0.8", |
2015 | "symfony/filesystem": "~2.8|~3.0|~4.0" | 2272 | "symfony/filesystem": "~2.8|~3.0|~4.0", |
2273 | "symfony/polyfill-ctype": "~1.8" | ||
2016 | }, | 2274 | }, |
2017 | "conflict": { | 2275 | "conflict": { |
2018 | "symfony/dependency-injection": "<3.3", | 2276 | "symfony/dependency-injection": "<3.3", |
@@ -2020,6 +2278,7 @@ | |||
2020 | }, | 2278 | }, |
2021 | "require-dev": { | 2279 | "require-dev": { |
2022 | "symfony/dependency-injection": "~3.3|~4.0", | 2280 | "symfony/dependency-injection": "~3.3|~4.0", |
2281 | "symfony/event-dispatcher": "~3.3|~4.0", | ||
2023 | "symfony/finder": "~3.3|~4.0", | 2282 | "symfony/finder": "~3.3|~4.0", |
2024 | "symfony/yaml": "~3.0|~4.0" | 2283 | "symfony/yaml": "~3.0|~4.0" |
2025 | }, | 2284 | }, |
@@ -2056,41 +2315,49 @@ | |||
2056 | ], | 2315 | ], |
2057 | "description": "Symfony Config Component", | 2316 | "description": "Symfony Config Component", |
2058 | "homepage": "https://symfony.com", | 2317 | "homepage": "https://symfony.com", |
2059 | "time": "2018-01-21T19:05:02+00:00" | 2318 | "time": "2018-06-19T14:02:58+00:00" |
2060 | }, | 2319 | }, |
2061 | { | 2320 | { |
2062 | "name": "symfony/console", | 2321 | "name": "symfony/console", |
2063 | "version": "v2.8.34", | 2322 | "version": "v3.4.13", |
2064 | "source": { | 2323 | "source": { |
2065 | "type": "git", | 2324 | "type": "git", |
2066 | "url": "https://github.com/symfony/console.git", | 2325 | "url": "https://github.com/symfony/console.git", |
2067 | "reference": "162ca7d0ea597599967aa63b23418e747da0896b" | 2326 | "reference": "e54f84c50e3b12972e7750edfc5ca84b2284c44e" |
2068 | }, | 2327 | }, |
2069 | "dist": { | 2328 | "dist": { |
2070 | "type": "zip", | 2329 | "type": "zip", |
2071 | "url": "https://api.github.com/repos/symfony/console/zipball/162ca7d0ea597599967aa63b23418e747da0896b", | 2330 | "url": "https://api.github.com/repos/symfony/console/zipball/e54f84c50e3b12972e7750edfc5ca84b2284c44e", |
2072 | "reference": "162ca7d0ea597599967aa63b23418e747da0896b", | 2331 | "reference": "e54f84c50e3b12972e7750edfc5ca84b2284c44e", |
2073 | "shasum": "" | 2332 | "shasum": "" |
2074 | }, | 2333 | }, |
2075 | "require": { | 2334 | "require": { |
2076 | "php": ">=5.3.9", | 2335 | "php": "^5.5.9|>=7.0.8", |
2077 | "symfony/debug": "^2.7.2|~3.0.0", | 2336 | "symfony/debug": "~2.8|~3.0|~4.0", |
2078 | "symfony/polyfill-mbstring": "~1.0" | 2337 | "symfony/polyfill-mbstring": "~1.0" |
2079 | }, | 2338 | }, |
2339 | "conflict": { | ||
2340 | "symfony/dependency-injection": "<3.4", | ||
2341 | "symfony/process": "<3.3" | ||
2342 | }, | ||
2080 | "require-dev": { | 2343 | "require-dev": { |
2081 | "psr/log": "~1.0", | 2344 | "psr/log": "~1.0", |
2082 | "symfony/event-dispatcher": "~2.1|~3.0.0", | 2345 | "symfony/config": "~3.3|~4.0", |
2083 | "symfony/process": "~2.1|~3.0.0" | 2346 | "symfony/dependency-injection": "~3.4|~4.0", |
2347 | "symfony/event-dispatcher": "~2.8|~3.0|~4.0", | ||
2348 | "symfony/lock": "~3.4|~4.0", | ||
2349 | "symfony/process": "~3.3|~4.0" | ||
2084 | }, | 2350 | }, |
2085 | "suggest": { | 2351 | "suggest": { |
2086 | "psr/log": "For using the console logger", | 2352 | "psr/log-implementation": "For using the console logger", |
2087 | "symfony/event-dispatcher": "", | 2353 | "symfony/event-dispatcher": "", |
2354 | "symfony/lock": "", | ||
2088 | "symfony/process": "" | 2355 | "symfony/process": "" |
2089 | }, | 2356 | }, |
2090 | "type": "library", | 2357 | "type": "library", |
2091 | "extra": { | 2358 | "extra": { |
2092 | "branch-alias": { | 2359 | "branch-alias": { |
2093 | "dev-master": "2.8-dev" | 2360 | "dev-master": "3.4-dev" |
2094 | } | 2361 | } |
2095 | }, | 2362 | }, |
2096 | "autoload": { | 2363 | "autoload": { |
@@ -2117,37 +2384,36 @@ | |||
2117 | ], | 2384 | ], |
2118 | "description": "Symfony Console Component", | 2385 | "description": "Symfony Console Component", |
2119 | "homepage": "https://symfony.com", | 2386 | "homepage": "https://symfony.com", |
2120 | "time": "2018-01-29T08:54:45+00:00" | 2387 | "time": "2018-07-10T14:02:11+00:00" |
2121 | }, | 2388 | }, |
2122 | { | 2389 | { |
2123 | "name": "symfony/debug", | 2390 | "name": "symfony/debug", |
2124 | "version": "v3.0.9", | 2391 | "version": "v3.4.13", |
2125 | "source": { | 2392 | "source": { |
2126 | "type": "git", | 2393 | "type": "git", |
2127 | "url": "https://github.com/symfony/debug.git", | 2394 | "url": "https://github.com/symfony/debug.git", |
2128 | "reference": "697c527acd9ea1b2d3efac34d9806bf255278b0a" | 2395 | "reference": "0e3ca9cbde90fffec8038f4d4e16fd4046bbd018" |
2129 | }, | 2396 | }, |
2130 | "dist": { | 2397 | "dist": { |
2131 | "type": "zip", | 2398 | "type": "zip", |
2132 | "url": "https://api.github.com/repos/symfony/debug/zipball/697c527acd9ea1b2d3efac34d9806bf255278b0a", | 2399 | "url": "https://api.github.com/repos/symfony/debug/zipball/0e3ca9cbde90fffec8038f4d4e16fd4046bbd018", |
2133 | "reference": "697c527acd9ea1b2d3efac34d9806bf255278b0a", | 2400 | "reference": "0e3ca9cbde90fffec8038f4d4e16fd4046bbd018", |
2134 | "shasum": "" | 2401 | "shasum": "" |
2135 | }, | 2402 | }, |
2136 | "require": { | 2403 | "require": { |
2137 | "php": ">=5.5.9", | 2404 | "php": "^5.5.9|>=7.0.8", |
2138 | "psr/log": "~1.0" | 2405 | "psr/log": "~1.0" |
2139 | }, | 2406 | }, |
2140 | "conflict": { | 2407 | "conflict": { |
2141 | "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2" | 2408 | "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2" |
2142 | }, | 2409 | }, |
2143 | "require-dev": { | 2410 | "require-dev": { |
2144 | "symfony/class-loader": "~2.8|~3.0", | 2411 | "symfony/http-kernel": "~2.8|~3.0|~4.0" |
2145 | "symfony/http-kernel": "~2.8|~3.0" | ||
2146 | }, | 2412 | }, |
2147 | "type": "library", | 2413 | "type": "library", |
2148 | "extra": { | 2414 | "extra": { |
2149 | "branch-alias": { | 2415 | "branch-alias": { |
2150 | "dev-master": "3.0-dev" | 2416 | "dev-master": "3.4-dev" |
2151 | } | 2417 | } |
2152 | }, | 2418 | }, |
2153 | "autoload": { | 2419 | "autoload": { |
@@ -2174,20 +2440,20 @@ | |||
2174 | ], | 2440 | ], |
2175 | "description": "Symfony Debug Component", | 2441 | "description": "Symfony Debug Component", |
2176 | "homepage": "https://symfony.com", | 2442 | "homepage": "https://symfony.com", |
2177 | "time": "2016-07-30T07:22:48+00:00" | 2443 | "time": "2018-06-26T08:45:54+00:00" |
2178 | }, | 2444 | }, |
2179 | { | 2445 | { |
2180 | "name": "symfony/dependency-injection", | 2446 | "name": "symfony/dependency-injection", |
2181 | "version": "v3.3.16", | 2447 | "version": "v3.4.13", |
2182 | "source": { | 2448 | "source": { |
2183 | "type": "git", | 2449 | "type": "git", |
2184 | "url": "https://github.com/symfony/dependency-injection.git", | 2450 | "url": "https://github.com/symfony/dependency-injection.git", |
2185 | "reference": "54243abc4e1a1a15e274e391bd6f7090b44711f1" | 2451 | "reference": "3f115cc3aae4d320b26db05e9531f4e32da29b89" |
2186 | }, | 2452 | }, |
2187 | "dist": { | 2453 | "dist": { |
2188 | "type": "zip", | 2454 | "type": "zip", |
2189 | "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/54243abc4e1a1a15e274e391bd6f7090b44711f1", | 2455 | "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/3f115cc3aae4d320b26db05e9531f4e32da29b89", |
2190 | "reference": "54243abc4e1a1a15e274e391bd6f7090b44711f1", | 2456 | "reference": "3f115cc3aae4d320b26db05e9531f4e32da29b89", |
2191 | "shasum": "" | 2457 | "shasum": "" |
2192 | }, | 2458 | }, |
2193 | "require": { | 2459 | "require": { |
@@ -2197,15 +2463,16 @@ | |||
2197 | "conflict": { | 2463 | "conflict": { |
2198 | "symfony/config": "<3.3.7", | 2464 | "symfony/config": "<3.3.7", |
2199 | "symfony/finder": "<3.3", | 2465 | "symfony/finder": "<3.3", |
2200 | "symfony/yaml": "<3.3" | 2466 | "symfony/proxy-manager-bridge": "<3.4", |
2467 | "symfony/yaml": "<3.4" | ||
2201 | }, | 2468 | }, |
2202 | "provide": { | 2469 | "provide": { |
2203 | "psr/container-implementation": "1.0" | 2470 | "psr/container-implementation": "1.0" |
2204 | }, | 2471 | }, |
2205 | "require-dev": { | 2472 | "require-dev": { |
2206 | "symfony/config": "~3.3", | 2473 | "symfony/config": "~3.3|~4.0", |
2207 | "symfony/expression-language": "~2.8|~3.0", | 2474 | "symfony/expression-language": "~2.8|~3.0|~4.0", |
2208 | "symfony/yaml": "~3.3" | 2475 | "symfony/yaml": "~3.4|~4.0" |
2209 | }, | 2476 | }, |
2210 | "suggest": { | 2477 | "suggest": { |
2211 | "symfony/config": "", | 2478 | "symfony/config": "", |
@@ -2217,7 +2484,7 @@ | |||
2217 | "type": "library", | 2484 | "type": "library", |
2218 | "extra": { | 2485 | "extra": { |
2219 | "branch-alias": { | 2486 | "branch-alias": { |
2220 | "dev-master": "3.3-dev" | 2487 | "dev-master": "3.4-dev" |
2221 | } | 2488 | } |
2222 | }, | 2489 | }, |
2223 | "autoload": { | 2490 | "autoload": { |
@@ -2244,24 +2511,25 @@ | |||
2244 | ], | 2511 | ], |
2245 | "description": "Symfony DependencyInjection Component", | 2512 | "description": "Symfony DependencyInjection Component", |
2246 | "homepage": "https://symfony.com", | 2513 | "homepage": "https://symfony.com", |
2247 | "time": "2018-01-29T09:02:23+00:00" | 2514 | "time": "2018-07-16T13:57:19+00:00" |
2248 | }, | 2515 | }, |
2249 | { | 2516 | { |
2250 | "name": "symfony/filesystem", | 2517 | "name": "symfony/filesystem", |
2251 | "version": "v3.4.4", | 2518 | "version": "v3.4.13", |
2252 | "source": { | 2519 | "source": { |
2253 | "type": "git", | 2520 | "type": "git", |
2254 | "url": "https://github.com/symfony/filesystem.git", | 2521 | "url": "https://github.com/symfony/filesystem.git", |
2255 | "reference": "e078773ad6354af38169faf31c21df0f18ace03d" | 2522 | "reference": "8dab220fec8fc904821485326b29a6c670286124" |
2256 | }, | 2523 | }, |
2257 | "dist": { | 2524 | "dist": { |
2258 | "type": "zip", | 2525 | "type": "zip", |
2259 | "url": "https://api.github.com/repos/symfony/filesystem/zipball/e078773ad6354af38169faf31c21df0f18ace03d", | 2526 | "url": "https://api.github.com/repos/symfony/filesystem/zipball/8dab220fec8fc904821485326b29a6c670286124", |
2260 | "reference": "e078773ad6354af38169faf31c21df0f18ace03d", | 2527 | "reference": "8dab220fec8fc904821485326b29a6c670286124", |
2261 | "shasum": "" | 2528 | "shasum": "" |
2262 | }, | 2529 | }, |
2263 | "require": { | 2530 | "require": { |
2264 | "php": "^5.5.9|>=7.0.8" | 2531 | "php": "^5.5.9|>=7.0.8", |
2532 | "symfony/polyfill-ctype": "~1.8" | ||
2265 | }, | 2533 | }, |
2266 | "type": "library", | 2534 | "type": "library", |
2267 | "extra": { | 2535 | "extra": { |
@@ -2293,20 +2561,20 @@ | |||
2293 | ], | 2561 | ], |
2294 | "description": "Symfony Filesystem Component", | 2562 | "description": "Symfony Filesystem Component", |
2295 | "homepage": "https://symfony.com", | 2563 | "homepage": "https://symfony.com", |
2296 | "time": "2018-01-03T07:37:34+00:00" | 2564 | "time": "2018-07-09T13:25:43+00:00" |
2297 | }, | 2565 | }, |
2298 | { | 2566 | { |
2299 | "name": "symfony/finder", | 2567 | "name": "symfony/finder", |
2300 | "version": "v3.4.4", | 2568 | "version": "v3.4.13", |
2301 | "source": { | 2569 | "source": { |
2302 | "type": "git", | 2570 | "type": "git", |
2303 | "url": "https://github.com/symfony/finder.git", | 2571 | "url": "https://github.com/symfony/finder.git", |
2304 | "reference": "613e26310776f49a1773b6737c6bd554b8bc8c6f" | 2572 | "reference": "3a8c3de91d2b2c68cd2d665cf9d00f7ef9eaa394" |
2305 | }, | 2573 | }, |
2306 | "dist": { | 2574 | "dist": { |
2307 | "type": "zip", | 2575 | "type": "zip", |
2308 | "url": "https://api.github.com/repos/symfony/finder/zipball/613e26310776f49a1773b6737c6bd554b8bc8c6f", | 2576 | "url": "https://api.github.com/repos/symfony/finder/zipball/3a8c3de91d2b2c68cd2d665cf9d00f7ef9eaa394", |
2309 | "reference": "613e26310776f49a1773b6737c6bd554b8bc8c6f", | 2577 | "reference": "3a8c3de91d2b2c68cd2d665cf9d00f7ef9eaa394", |
2310 | "shasum": "" | 2578 | "shasum": "" |
2311 | }, | 2579 | }, |
2312 | "require": { | 2580 | "require": { |
@@ -2342,20 +2610,75 @@ | |||
2342 | ], | 2610 | ], |
2343 | "description": "Symfony Finder Component", | 2611 | "description": "Symfony Finder Component", |
2344 | "homepage": "https://symfony.com", | 2612 | "homepage": "https://symfony.com", |
2345 | "time": "2018-01-03T07:37:34+00:00" | 2613 | "time": "2018-06-19T20:52:10+00:00" |
2614 | }, | ||
2615 | { | ||
2616 | "name": "symfony/polyfill-ctype", | ||
2617 | "version": "v1.8.0", | ||
2618 | "source": { | ||
2619 | "type": "git", | ||
2620 | "url": "https://github.com/symfony/polyfill-ctype.git", | ||
2621 | "reference": "7cc359f1b7b80fc25ed7796be7d96adc9b354bae" | ||
2622 | }, | ||
2623 | "dist": { | ||
2624 | "type": "zip", | ||
2625 | "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/7cc359f1b7b80fc25ed7796be7d96adc9b354bae", | ||
2626 | "reference": "7cc359f1b7b80fc25ed7796be7d96adc9b354bae", | ||
2627 | "shasum": "" | ||
2628 | }, | ||
2629 | "require": { | ||
2630 | "php": ">=5.3.3" | ||
2631 | }, | ||
2632 | "type": "library", | ||
2633 | "extra": { | ||
2634 | "branch-alias": { | ||
2635 | "dev-master": "1.8-dev" | ||
2636 | } | ||
2637 | }, | ||
2638 | "autoload": { | ||
2639 | "psr-4": { | ||
2640 | "Symfony\\Polyfill\\Ctype\\": "" | ||
2641 | }, | ||
2642 | "files": [ | ||
2643 | "bootstrap.php" | ||
2644 | ] | ||
2645 | }, | ||
2646 | "notification-url": "https://packagist.org/downloads/", | ||
2647 | "license": [ | ||
2648 | "MIT" | ||
2649 | ], | ||
2650 | "authors": [ | ||
2651 | { | ||
2652 | "name": "Symfony Community", | ||
2653 | "homepage": "https://symfony.com/contributors" | ||
2654 | }, | ||
2655 | { | ||
2656 | "name": "Gert de Pagter", | ||
2657 | "email": "BackEndTea@gmail.com" | ||
2658 | } | ||
2659 | ], | ||
2660 | "description": "Symfony polyfill for ctype functions", | ||
2661 | "homepage": "https://symfony.com", | ||
2662 | "keywords": [ | ||
2663 | "compatibility", | ||
2664 | "ctype", | ||
2665 | "polyfill", | ||
2666 | "portable" | ||
2667 | ], | ||
2668 | "time": "2018-04-30T19:57:29+00:00" | ||
2346 | }, | 2669 | }, |
2347 | { | 2670 | { |
2348 | "name": "symfony/polyfill-mbstring", | 2671 | "name": "symfony/polyfill-mbstring", |
2349 | "version": "v1.6.0", | 2672 | "version": "v1.8.0", |
2350 | "source": { | 2673 | "source": { |
2351 | "type": "git", | 2674 | "type": "git", |
2352 | "url": "https://github.com/symfony/polyfill-mbstring.git", | 2675 | "url": "https://github.com/symfony/polyfill-mbstring.git", |
2353 | "reference": "2ec8b39c38cb16674bbf3fea2b6ce5bf117e1296" | 2676 | "reference": "3296adf6a6454a050679cde90f95350ad604b171" |
2354 | }, | 2677 | }, |
2355 | "dist": { | 2678 | "dist": { |
2356 | "type": "zip", | 2679 | "type": "zip", |
2357 | "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/2ec8b39c38cb16674bbf3fea2b6ce5bf117e1296", | 2680 | "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/3296adf6a6454a050679cde90f95350ad604b171", |
2358 | "reference": "2ec8b39c38cb16674bbf3fea2b6ce5bf117e1296", | 2681 | "reference": "3296adf6a6454a050679cde90f95350ad604b171", |
2359 | "shasum": "" | 2682 | "shasum": "" |
2360 | }, | 2683 | }, |
2361 | "require": { | 2684 | "require": { |
@@ -2367,7 +2690,7 @@ | |||
2367 | "type": "library", | 2690 | "type": "library", |
2368 | "extra": { | 2691 | "extra": { |
2369 | "branch-alias": { | 2692 | "branch-alias": { |
2370 | "dev-master": "1.6-dev" | 2693 | "dev-master": "1.8-dev" |
2371 | } | 2694 | } |
2372 | }, | 2695 | }, |
2373 | "autoload": { | 2696 | "autoload": { |
@@ -2401,27 +2724,31 @@ | |||
2401 | "portable", | 2724 | "portable", |
2402 | "shim" | 2725 | "shim" |
2403 | ], | 2726 | ], |
2404 | "time": "2017-10-11T12:05:26+00:00" | 2727 | "time": "2018-04-26T10:06:28+00:00" |
2405 | }, | 2728 | }, |
2406 | { | 2729 | { |
2407 | "name": "symfony/yaml", | 2730 | "name": "symfony/yaml", |
2408 | "version": "v3.3.16", | 2731 | "version": "v3.4.13", |
2409 | "source": { | 2732 | "source": { |
2410 | "type": "git", | 2733 | "type": "git", |
2411 | "url": "https://github.com/symfony/yaml.git", | 2734 | "url": "https://github.com/symfony/yaml.git", |
2412 | "reference": "af615970e265543a26ee712c958404eb9b7ac93d" | 2735 | "reference": "c5010cc1692ce1fa328b1fb666961eb3d4a85bb0" |
2413 | }, | 2736 | }, |
2414 | "dist": { | 2737 | "dist": { |
2415 | "type": "zip", | 2738 | "type": "zip", |
2416 | "url": "https://api.github.com/repos/symfony/yaml/zipball/af615970e265543a26ee712c958404eb9b7ac93d", | 2739 | "url": "https://api.github.com/repos/symfony/yaml/zipball/c5010cc1692ce1fa328b1fb666961eb3d4a85bb0", |
2417 | "reference": "af615970e265543a26ee712c958404eb9b7ac93d", | 2740 | "reference": "c5010cc1692ce1fa328b1fb666961eb3d4a85bb0", |
2418 | "shasum": "" | 2741 | "shasum": "" |
2419 | }, | 2742 | }, |
2420 | "require": { | 2743 | "require": { |
2421 | "php": "^5.5.9|>=7.0.8" | 2744 | "php": "^5.5.9|>=7.0.8", |
2745 | "symfony/polyfill-ctype": "~1.8" | ||
2746 | }, | ||
2747 | "conflict": { | ||
2748 | "symfony/console": "<3.4" | ||
2422 | }, | 2749 | }, |
2423 | "require-dev": { | 2750 | "require-dev": { |
2424 | "symfony/console": "~2.8|~3.0" | 2751 | "symfony/console": "~3.4|~4.0" |
2425 | }, | 2752 | }, |
2426 | "suggest": { | 2753 | "suggest": { |
2427 | "symfony/console": "For validating YAML files using the lint command" | 2754 | "symfony/console": "For validating YAML files using the lint command" |
@@ -2429,7 +2756,7 @@ | |||
2429 | "type": "library", | 2756 | "type": "library", |
2430 | "extra": { | 2757 | "extra": { |
2431 | "branch-alias": { | 2758 | "branch-alias": { |
2432 | "dev-master": "3.3-dev" | 2759 | "dev-master": "3.4-dev" |
2433 | } | 2760 | } |
2434 | }, | 2761 | }, |
2435 | "autoload": { | 2762 | "autoload": { |
@@ -2456,7 +2783,7 @@ | |||
2456 | ], | 2783 | ], |
2457 | "description": "Symfony Yaml Component", | 2784 | "description": "Symfony Yaml Component", |
2458 | "homepage": "https://symfony.com", | 2785 | "homepage": "https://symfony.com", |
2459 | "time": "2018-01-20T15:04:53+00:00" | 2786 | "time": "2018-05-03T23:18:14+00:00" |
2460 | }, | 2787 | }, |
2461 | { | 2788 | { |
2462 | "name": "theseer/fdomdocument", | 2789 | "name": "theseer/fdomdocument", |
@@ -2558,10 +2885,10 @@ | |||
2558 | "prefer-stable": false, | 2885 | "prefer-stable": false, |
2559 | "prefer-lowest": false, | 2886 | "prefer-lowest": false, |
2560 | "platform": { | 2887 | "platform": { |
2561 | "php": ">=5.5" | 2888 | "php": ">=5.6" |
2562 | }, | 2889 | }, |
2563 | "platform-dev": [], | 2890 | "platform-dev": [], |
2564 | "platform-overrides": { | 2891 | "platform-overrides": { |
2565 | "php": "5.5.38" | 2892 | "php": "5.6.31" |
2566 | } | 2893 | } |
2567 | } | 2894 | } |