diff options
author | ArthurHoaro <arthur@hoa.ro> | 2018-07-28 09:41:29 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-28 09:41:29 +0200 |
commit | ad5f47adbaee1eef85e90950ab8a45fe82959924 (patch) | |
tree | d23a186661db00d36cb2b2287a7bf890fbc62cfb /composer.lock | |
parent | 8fdd65b88412a0db28c723a486650c434fe5668c (diff) | |
parent | 7b4fea0e39be9e74e9aef13e73af9bbd2b1a6397 (diff) | |
download | Shaarli-ad5f47adbaee1eef85e90950ab8a45fe82959924.tar.gz Shaarli-ad5f47adbaee1eef85e90950ab8a45fe82959924.tar.zst Shaarli-ad5f47adbaee1eef85e90950ab8a45fe82959924.zip |
Merge pull request #687 from ArthurHoaro/web-thumb
Use web-thumbnailer to retrieve thumbnails
Diffstat (limited to 'composer.lock')
-rw-r--r-- | composer.lock | 334 |
1 files changed, 220 insertions, 114 deletions
diff --git a/composer.lock b/composer.lock index ee762c0e..08e915cf 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": "308a35eab91602fbb449f2c669c445ed", | 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": { |
@@ -85,16 +133,16 @@ | |||
85 | }, | 133 | }, |
86 | { | 134 | { |
87 | "name": "gettext/gettext", | 135 | "name": "gettext/gettext", |
88 | "version": "v4.4.4", | 136 | "version": "v4.6.0", |
89 | "source": { | 137 | "source": { |
90 | "type": "git", | 138 | "type": "git", |
91 | "url": "https://github.com/oscarotero/Gettext.git", | 139 | "url": "https://github.com/oscarotero/Gettext.git", |
92 | "reference": "ab5e863de2f60806d02e6e6081e21efd45249168" | 140 | "reference": "cae84aff39a87e07bd6e5cddb5adb720a0ffa357" |
93 | }, | 141 | }, |
94 | "dist": { | 142 | "dist": { |
95 | "type": "zip", | 143 | "type": "zip", |
96 | "url": "https://api.github.com/repos/oscarotero/Gettext/zipball/ab5e863de2f60806d02e6e6081e21efd45249168", | 144 | "url": "https://api.github.com/repos/oscarotero/Gettext/zipball/cae84aff39a87e07bd6e5cddb5adb720a0ffa357", |
97 | "reference": "ab5e863de2f60806d02e6e6081e21efd45249168", | 145 | "reference": "cae84aff39a87e07bd6e5cddb5adb720a0ffa357", |
98 | "shasum": "" | 146 | "shasum": "" |
99 | }, | 147 | }, |
100 | "require": { | 148 | "require": { |
@@ -103,7 +151,7 @@ | |||
103 | }, | 151 | }, |
104 | "require-dev": { | 152 | "require-dev": { |
105 | "illuminate/view": "*", | 153 | "illuminate/view": "*", |
106 | "phpunit/phpunit": "^4.8|^5.7", | 154 | "phpunit/phpunit": "^4.8|^5.7|^6.5", |
107 | "squizlabs/php_codesniffer": "^3.0", | 155 | "squizlabs/php_codesniffer": "^3.0", |
108 | "symfony/yaml": "~2", | 156 | "symfony/yaml": "~2", |
109 | "twig/extensions": "*", | 157 | "twig/extensions": "*", |
@@ -143,20 +191,20 @@ | |||
143 | "po", | 191 | "po", |
144 | "translation" | 192 | "translation" |
145 | ], | 193 | ], |
146 | "time": "2018-02-21T18:49:59+00:00" | 194 | "time": "2018-06-26T16:51:09+00:00" |
147 | }, | 195 | }, |
148 | { | 196 | { |
149 | "name": "gettext/languages", | 197 | "name": "gettext/languages", |
150 | "version": "2.3.0", | 198 | "version": "2.4.0", |
151 | "source": { | 199 | "source": { |
152 | "type": "git", | 200 | "type": "git", |
153 | "url": "https://github.com/mlocati/cldr-to-gettext-plural-rules.git", | 201 | "url": "https://github.com/mlocati/cldr-to-gettext-plural-rules.git", |
154 | "reference": "49c39e51569963cc917a924b489e7025bfb9d8c7" | 202 | "reference": "1b74377bd0c4cd87e8d72b948f5d8867e23505a5" |
155 | }, | 203 | }, |
156 | "dist": { | 204 | "dist": { |
157 | "type": "zip", | 205 | "type": "zip", |
158 | "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", |
159 | "reference": "49c39e51569963cc917a924b489e7025bfb9d8c7", | 207 | "reference": "1b74377bd0c4cd87e8d72b948f5d8867e23505a5", |
160 | "shasum": "" | 208 | "shasum": "" |
161 | }, | 209 | }, |
162 | "require": { | 210 | "require": { |
@@ -204,7 +252,7 @@ | |||
204 | "translations", | 252 | "translations", |
205 | "unicode" | 253 | "unicode" |
206 | ], | 254 | ], |
207 | "time": "2017-03-23T17:02:28+00:00" | 255 | "time": "2018-06-21T15:58:36+00:00" |
208 | }, | 256 | }, |
209 | { | 257 | { |
210 | "name": "katzgrau/klogger", | 258 | "name": "katzgrau/klogger", |
@@ -303,6 +351,47 @@ | |||
303 | "time": "2018-02-13T20:26:39+00:00" | 351 | "time": "2018-02-13T20:26:39+00:00" |
304 | }, | 352 | }, |
305 | { | 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" | ||
393 | }, | ||
394 | { | ||
306 | "name": "pimple/pimple", | 395 | "name": "pimple/pimple", |
307 | "version": "v3.2.3", | 396 | "version": "v3.2.3", |
308 | "source": { | 397 | "source": { |
@@ -504,12 +593,12 @@ | |||
504 | "source": { | 593 | "source": { |
505 | "type": "git", | 594 | "type": "git", |
506 | "url": "https://github.com/pubsubhubbub/php-publisher.git", | 595 | "url": "https://github.com/pubsubhubbub/php-publisher.git", |
507 | "reference": "0d224daebd504ab61c22fee4db58f8d1fc18945f" | 596 | "reference": "5008fc529b057251b48f4d17a10fdb20047ea8f5" |
508 | }, | 597 | }, |
509 | "dist": { | 598 | "dist": { |
510 | "type": "zip", | 599 | "type": "zip", |
511 | "url": "https://api.github.com/repos/pubsubhubbub/php-publisher/zipball/0d224daebd504ab61c22fee4db58f8d1fc18945f", | 600 | "url": "https://api.github.com/repos/pubsubhubbub/php-publisher/zipball/5008fc529b057251b48f4d17a10fdb20047ea8f5", |
512 | "reference": "0d224daebd504ab61c22fee4db58f8d1fc18945f", | 601 | "reference": "5008fc529b057251b48f4d17a10fdb20047ea8f5", |
513 | "shasum": "" | 602 | "shasum": "" |
514 | }, | 603 | }, |
515 | "require": { | 604 | "require": { |
@@ -539,7 +628,7 @@ | |||
539 | "publishers", | 628 | "publishers", |
540 | "pubsubhubbub" | 629 | "pubsubhubbub" |
541 | ], | 630 | ], |
542 | "time": "2017-10-08T10:59:41+00:00" | 631 | "time": "2018-05-22T11:56:26+00:00" |
543 | }, | 632 | }, |
544 | { | 633 | { |
545 | "name": "shaarli/netscape-bookmark-parser", | 634 | "name": "shaarli/netscape-bookmark-parser", |
@@ -598,16 +687,16 @@ | |||
598 | }, | 687 | }, |
599 | { | 688 | { |
600 | "name": "slim/slim", | 689 | "name": "slim/slim", |
601 | "version": "3.9.2", | 690 | "version": "3.10.0", |
602 | "source": { | 691 | "source": { |
603 | "type": "git", | 692 | "type": "git", |
604 | "url": "https://github.com/slimphp/Slim.git", | 693 | "url": "https://github.com/slimphp/Slim.git", |
605 | "reference": "4086d0106cf5a7135c69fce4161fe355a8feb118" | 694 | "reference": "d8aabeacc3688b25e2f2dd2db91df91ec6fdd748" |
606 | }, | 695 | }, |
607 | "dist": { | 696 | "dist": { |
608 | "type": "zip", | 697 | "type": "zip", |
609 | "url": "https://api.github.com/repos/slimphp/Slim/zipball/4086d0106cf5a7135c69fce4161fe355a8feb118", | 698 | "url": "https://api.github.com/repos/slimphp/Slim/zipball/d8aabeacc3688b25e2f2dd2db91df91ec6fdd748", |
610 | "reference": "4086d0106cf5a7135c69fce4161fe355a8feb118", | 699 | "reference": "d8aabeacc3688b25e2f2dd2db91df91ec6fdd748", |
611 | "shasum": "" | 700 | "shasum": "" |
612 | }, | 701 | }, |
613 | "require": { | 702 | "require": { |
@@ -665,7 +754,7 @@ | |||
665 | "micro", | 754 | "micro", |
666 | "router" | 755 | "router" |
667 | ], | 756 | ], |
668 | "time": "2017-11-26T19:13:09+00:00" | 757 | "time": "2018-04-19T19:29:08+00:00" |
669 | } | 758 | } |
670 | ], | 759 | ], |
671 | "packages-dev": [ | 760 | "packages-dev": [ |
@@ -1022,23 +1111,23 @@ | |||
1022 | }, | 1111 | }, |
1023 | { | 1112 | { |
1024 | "name": "phpspec/prophecy", | 1113 | "name": "phpspec/prophecy", |
1025 | "version": "1.7.5", | 1114 | "version": "1.7.6", |
1026 | "source": { | 1115 | "source": { |
1027 | "type": "git", | 1116 | "type": "git", |
1028 | "url": "https://github.com/phpspec/prophecy.git", | 1117 | "url": "https://github.com/phpspec/prophecy.git", |
1029 | "reference": "dfd6be44111a7c41c2e884a336cc4f461b3b2401" | 1118 | "reference": "33a7e3c4fda54e912ff6338c48823bd5c0f0b712" |
1030 | }, | 1119 | }, |
1031 | "dist": { | 1120 | "dist": { |
1032 | "type": "zip", | 1121 | "type": "zip", |
1033 | "url": "https://api.github.com/repos/phpspec/prophecy/zipball/dfd6be44111a7c41c2e884a336cc4f461b3b2401", | 1122 | "url": "https://api.github.com/repos/phpspec/prophecy/zipball/33a7e3c4fda54e912ff6338c48823bd5c0f0b712", |
1034 | "reference": "dfd6be44111a7c41c2e884a336cc4f461b3b2401", | 1123 | "reference": "33a7e3c4fda54e912ff6338c48823bd5c0f0b712", |
1035 | "shasum": "" | 1124 | "shasum": "" |
1036 | }, | 1125 | }, |
1037 | "require": { | 1126 | "require": { |
1038 | "doctrine/instantiator": "^1.0.2", | 1127 | "doctrine/instantiator": "^1.0.2", |
1039 | "php": "^5.3|^7.0", | 1128 | "php": "^5.3|^7.0", |
1040 | "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0", | 1129 | "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0", |
1041 | "sebastian/comparator": "^1.1|^2.0", | 1130 | "sebastian/comparator": "^1.1|^2.0|^3.0", |
1042 | "sebastian/recursion-context": "^1.0|^2.0|^3.0" | 1131 | "sebastian/recursion-context": "^1.0|^2.0|^3.0" |
1043 | }, | 1132 | }, |
1044 | "require-dev": { | 1133 | "require-dev": { |
@@ -1081,7 +1170,7 @@ | |||
1081 | "spy", | 1170 | "spy", |
1082 | "stub" | 1171 | "stub" |
1083 | ], | 1172 | ], |
1084 | "time": "2018-02-19T10:16:54+00:00" | 1173 | "time": "2018-04-18T13:57:24+00:00" |
1085 | }, | 1174 | }, |
1086 | { | 1175 | { |
1087 | "name": "phpunit/php-code-coverage", | 1176 | "name": "phpunit/php-code-coverage", |
@@ -1194,47 +1283,6 @@ | |||
1194 | "time": "2017-11-27T13:52:08+00:00" | 1283 | "time": "2017-11-27T13:52:08+00:00" |
1195 | }, | 1284 | }, |
1196 | { | 1285 | { |
1197 | "name": "phpunit/php-text-template", | ||
1198 | "version": "1.2.1", | ||
1199 | "source": { | ||
1200 | "type": "git", | ||
1201 | "url": "https://github.com/sebastianbergmann/php-text-template.git", | ||
1202 | "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686" | ||
1203 | }, | ||
1204 | "dist": { | ||
1205 | "type": "zip", | ||
1206 | "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686", | ||
1207 | "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686", | ||
1208 | "shasum": "" | ||
1209 | }, | ||
1210 | "require": { | ||
1211 | "php": ">=5.3.3" | ||
1212 | }, | ||
1213 | "type": "library", | ||
1214 | "autoload": { | ||
1215 | "classmap": [ | ||
1216 | "src/" | ||
1217 | ] | ||
1218 | }, | ||
1219 | "notification-url": "https://packagist.org/downloads/", | ||
1220 | "license": [ | ||
1221 | "BSD-3-Clause" | ||
1222 | ], | ||
1223 | "authors": [ | ||
1224 | { | ||
1225 | "name": "Sebastian Bergmann", | ||
1226 | "email": "sebastian@phpunit.de", | ||
1227 | "role": "lead" | ||
1228 | } | ||
1229 | ], | ||
1230 | "description": "Simple template engine.", | ||
1231 | "homepage": "https://github.com/sebastianbergmann/php-text-template/", | ||
1232 | "keywords": [ | ||
1233 | "template" | ||
1234 | ], | ||
1235 | "time": "2015-06-21T13:50:34+00:00" | ||
1236 | }, | ||
1237 | { | ||
1238 | "name": "phpunit/php-timer", | 1286 | "name": "phpunit/php-timer", |
1239 | "version": "1.0.9", | 1287 | "version": "1.0.9", |
1240 | "source": { | 1288 | "source": { |
@@ -2207,21 +2255,22 @@ | |||
2207 | }, | 2255 | }, |
2208 | { | 2256 | { |
2209 | "name": "symfony/config", | 2257 | "name": "symfony/config", |
2210 | "version": "v3.4.6", | 2258 | "version": "v3.4.12", |
2211 | "source": { | 2259 | "source": { |
2212 | "type": "git", | 2260 | "type": "git", |
2213 | "url": "https://github.com/symfony/config.git", | 2261 | "url": "https://github.com/symfony/config.git", |
2214 | "reference": "05e10567b529476a006b00746c5f538f1636810e" | 2262 | "reference": "1fffdeb349ff36a25184e5564c25289b1dbfc402" |
2215 | }, | 2263 | }, |
2216 | "dist": { | 2264 | "dist": { |
2217 | "type": "zip", | 2265 | "type": "zip", |
2218 | "url": "https://api.github.com/repos/symfony/config/zipball/05e10567b529476a006b00746c5f538f1636810e", | 2266 | "url": "https://api.github.com/repos/symfony/config/zipball/1fffdeb349ff36a25184e5564c25289b1dbfc402", |
2219 | "reference": "05e10567b529476a006b00746c5f538f1636810e", | 2267 | "reference": "1fffdeb349ff36a25184e5564c25289b1dbfc402", |
2220 | "shasum": "" | 2268 | "shasum": "" |
2221 | }, | 2269 | }, |
2222 | "require": { | 2270 | "require": { |
2223 | "php": "^5.5.9|>=7.0.8", | 2271 | "php": "^5.5.9|>=7.0.8", |
2224 | "symfony/filesystem": "~2.8|~3.0|~4.0" | 2272 | "symfony/filesystem": "~2.8|~3.0|~4.0", |
2273 | "symfony/polyfill-ctype": "~1.8" | ||
2225 | }, | 2274 | }, |
2226 | "conflict": { | 2275 | "conflict": { |
2227 | "symfony/dependency-injection": "<3.3", | 2276 | "symfony/dependency-injection": "<3.3", |
@@ -2266,20 +2315,20 @@ | |||
2266 | ], | 2315 | ], |
2267 | "description": "Symfony Config Component", | 2316 | "description": "Symfony Config Component", |
2268 | "homepage": "https://symfony.com", | 2317 | "homepage": "https://symfony.com", |
2269 | "time": "2018-02-14T10:03:57+00:00" | 2318 | "time": "2018-06-19T14:02:58+00:00" |
2270 | }, | 2319 | }, |
2271 | { | 2320 | { |
2272 | "name": "symfony/console", | 2321 | "name": "symfony/console", |
2273 | "version": "v3.4.6", | 2322 | "version": "v3.4.12", |
2274 | "source": { | 2323 | "source": { |
2275 | "type": "git", | 2324 | "type": "git", |
2276 | "url": "https://github.com/symfony/console.git", | 2325 | "url": "https://github.com/symfony/console.git", |
2277 | "reference": "067339e9b8ec30d5f19f5950208893ff026b94f7" | 2326 | "reference": "1b97071a26d028c9bd4588264e101e14f6e7cd00" |
2278 | }, | 2327 | }, |
2279 | "dist": { | 2328 | "dist": { |
2280 | "type": "zip", | 2329 | "type": "zip", |
2281 | "url": "https://api.github.com/repos/symfony/console/zipball/067339e9b8ec30d5f19f5950208893ff026b94f7", | 2330 | "url": "https://api.github.com/repos/symfony/console/zipball/1b97071a26d028c9bd4588264e101e14f6e7cd00", |
2282 | "reference": "067339e9b8ec30d5f19f5950208893ff026b94f7", | 2331 | "reference": "1b97071a26d028c9bd4588264e101e14f6e7cd00", |
2283 | "shasum": "" | 2332 | "shasum": "" |
2284 | }, | 2333 | }, |
2285 | "require": { | 2334 | "require": { |
@@ -2300,7 +2349,7 @@ | |||
2300 | "symfony/process": "~3.3|~4.0" | 2349 | "symfony/process": "~3.3|~4.0" |
2301 | }, | 2350 | }, |
2302 | "suggest": { | 2351 | "suggest": { |
2303 | "psr/log": "For using the console logger", | 2352 | "psr/log-implementation": "For using the console logger", |
2304 | "symfony/event-dispatcher": "", | 2353 | "symfony/event-dispatcher": "", |
2305 | "symfony/lock": "", | 2354 | "symfony/lock": "", |
2306 | "symfony/process": "" | 2355 | "symfony/process": "" |
@@ -2335,20 +2384,20 @@ | |||
2335 | ], | 2384 | ], |
2336 | "description": "Symfony Console Component", | 2385 | "description": "Symfony Console Component", |
2337 | "homepage": "https://symfony.com", | 2386 | "homepage": "https://symfony.com", |
2338 | "time": "2018-02-26T15:46:28+00:00" | 2387 | "time": "2018-05-23T05:02:55+00:00" |
2339 | }, | 2388 | }, |
2340 | { | 2389 | { |
2341 | "name": "symfony/debug", | 2390 | "name": "symfony/debug", |
2342 | "version": "v3.4.6", | 2391 | "version": "v3.4.12", |
2343 | "source": { | 2392 | "source": { |
2344 | "type": "git", | 2393 | "type": "git", |
2345 | "url": "https://github.com/symfony/debug.git", | 2394 | "url": "https://github.com/symfony/debug.git", |
2346 | "reference": "9b1071f86e79e1999b3d3675d2e0e7684268b9bc" | 2395 | "reference": "47e6788c5b151cf0cfdf3329116bf33800632d75" |
2347 | }, | 2396 | }, |
2348 | "dist": { | 2397 | "dist": { |
2349 | "type": "zip", | 2398 | "type": "zip", |
2350 | "url": "https://api.github.com/repos/symfony/debug/zipball/9b1071f86e79e1999b3d3675d2e0e7684268b9bc", | 2399 | "url": "https://api.github.com/repos/symfony/debug/zipball/47e6788c5b151cf0cfdf3329116bf33800632d75", |
2351 | "reference": "9b1071f86e79e1999b3d3675d2e0e7684268b9bc", | 2400 | "reference": "47e6788c5b151cf0cfdf3329116bf33800632d75", |
2352 | "shasum": "" | 2401 | "shasum": "" |
2353 | }, | 2402 | }, |
2354 | "require": { | 2403 | "require": { |
@@ -2391,20 +2440,20 @@ | |||
2391 | ], | 2440 | ], |
2392 | "description": "Symfony Debug Component", | 2441 | "description": "Symfony Debug Component", |
2393 | "homepage": "https://symfony.com", | 2442 | "homepage": "https://symfony.com", |
2394 | "time": "2018-02-28T21:49:22+00:00" | 2443 | "time": "2018-06-25T11:10:40+00:00" |
2395 | }, | 2444 | }, |
2396 | { | 2445 | { |
2397 | "name": "symfony/dependency-injection", | 2446 | "name": "symfony/dependency-injection", |
2398 | "version": "v3.4.6", | 2447 | "version": "v3.4.12", |
2399 | "source": { | 2448 | "source": { |
2400 | "type": "git", | 2449 | "type": "git", |
2401 | "url": "https://github.com/symfony/dependency-injection.git", | 2450 | "url": "https://github.com/symfony/dependency-injection.git", |
2402 | "reference": "12e901abc1cb0d637a0e5abe9923471361d96b07" | 2451 | "reference": "a0be80e3f8c11aca506e250c00bb100c04c35d10" |
2403 | }, | 2452 | }, |
2404 | "dist": { | 2453 | "dist": { |
2405 | "type": "zip", | 2454 | "type": "zip", |
2406 | "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/12e901abc1cb0d637a0e5abe9923471361d96b07", | 2455 | "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/a0be80e3f8c11aca506e250c00bb100c04c35d10", |
2407 | "reference": "12e901abc1cb0d637a0e5abe9923471361d96b07", | 2456 | "reference": "a0be80e3f8c11aca506e250c00bb100c04c35d10", |
2408 | "shasum": "" | 2457 | "shasum": "" |
2409 | }, | 2458 | }, |
2410 | "require": { | 2459 | "require": { |
@@ -2462,24 +2511,25 @@ | |||
2462 | ], | 2511 | ], |
2463 | "description": "Symfony DependencyInjection Component", | 2512 | "description": "Symfony DependencyInjection Component", |
2464 | "homepage": "https://symfony.com", | 2513 | "homepage": "https://symfony.com", |
2465 | "time": "2018-03-04T03:54:53+00:00" | 2514 | "time": "2018-06-25T08:36:56+00:00" |
2466 | }, | 2515 | }, |
2467 | { | 2516 | { |
2468 | "name": "symfony/filesystem", | 2517 | "name": "symfony/filesystem", |
2469 | "version": "v3.4.6", | 2518 | "version": "v3.4.12", |
2470 | "source": { | 2519 | "source": { |
2471 | "type": "git", | 2520 | "type": "git", |
2472 | "url": "https://github.com/symfony/filesystem.git", | 2521 | "url": "https://github.com/symfony/filesystem.git", |
2473 | "reference": "253a4490b528597aa14d2bf5aeded6f5e5e4a541" | 2522 | "reference": "8a721a5f2553c6c3482b1c5b22ed60fe94dd63ed" |
2474 | }, | 2523 | }, |
2475 | "dist": { | 2524 | "dist": { |
2476 | "type": "zip", | 2525 | "type": "zip", |
2477 | "url": "https://api.github.com/repos/symfony/filesystem/zipball/253a4490b528597aa14d2bf5aeded6f5e5e4a541", | 2526 | "url": "https://api.github.com/repos/symfony/filesystem/zipball/8a721a5f2553c6c3482b1c5b22ed60fe94dd63ed", |
2478 | "reference": "253a4490b528597aa14d2bf5aeded6f5e5e4a541", | 2527 | "reference": "8a721a5f2553c6c3482b1c5b22ed60fe94dd63ed", |
2479 | "shasum": "" | 2528 | "shasum": "" |
2480 | }, | 2529 | }, |
2481 | "require": { | 2530 | "require": { |
2482 | "php": "^5.5.9|>=7.0.8" | 2531 | "php": "^5.5.9|>=7.0.8", |
2532 | "symfony/polyfill-ctype": "~1.8" | ||
2483 | }, | 2533 | }, |
2484 | "type": "library", | 2534 | "type": "library", |
2485 | "extra": { | 2535 | "extra": { |
@@ -2511,20 +2561,20 @@ | |||
2511 | ], | 2561 | ], |
2512 | "description": "Symfony Filesystem Component", | 2562 | "description": "Symfony Filesystem Component", |
2513 | "homepage": "https://symfony.com", | 2563 | "homepage": "https://symfony.com", |
2514 | "time": "2018-02-22T10:48:49+00:00" | 2564 | "time": "2018-06-21T11:10:19+00:00" |
2515 | }, | 2565 | }, |
2516 | { | 2566 | { |
2517 | "name": "symfony/finder", | 2567 | "name": "symfony/finder", |
2518 | "version": "v3.4.6", | 2568 | "version": "v3.4.12", |
2519 | "source": { | 2569 | "source": { |
2520 | "type": "git", | 2570 | "type": "git", |
2521 | "url": "https://github.com/symfony/finder.git", | 2571 | "url": "https://github.com/symfony/finder.git", |
2522 | "reference": "a479817ce0a9e4adfd7d39c6407c95d97c254625" | 2572 | "reference": "3a8c3de91d2b2c68cd2d665cf9d00f7ef9eaa394" |
2523 | }, | 2573 | }, |
2524 | "dist": { | 2574 | "dist": { |
2525 | "type": "zip", | 2575 | "type": "zip", |
2526 | "url": "https://api.github.com/repos/symfony/finder/zipball/a479817ce0a9e4adfd7d39c6407c95d97c254625", | 2576 | "url": "https://api.github.com/repos/symfony/finder/zipball/3a8c3de91d2b2c68cd2d665cf9d00f7ef9eaa394", |
2527 | "reference": "a479817ce0a9e4adfd7d39c6407c95d97c254625", | 2577 | "reference": "3a8c3de91d2b2c68cd2d665cf9d00f7ef9eaa394", |
2528 | "shasum": "" | 2578 | "shasum": "" |
2529 | }, | 2579 | }, |
2530 | "require": { | 2580 | "require": { |
@@ -2560,20 +2610,75 @@ | |||
2560 | ], | 2610 | ], |
2561 | "description": "Symfony Finder Component", | 2611 | "description": "Symfony Finder Component", |
2562 | "homepage": "https://symfony.com", | 2612 | "homepage": "https://symfony.com", |
2563 | "time": "2018-03-05T18:28:11+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" | ||
2564 | }, | 2669 | }, |
2565 | { | 2670 | { |
2566 | "name": "symfony/polyfill-mbstring", | 2671 | "name": "symfony/polyfill-mbstring", |
2567 | "version": "v1.7.0", | 2672 | "version": "v1.8.0", |
2568 | "source": { | 2673 | "source": { |
2569 | "type": "git", | 2674 | "type": "git", |
2570 | "url": "https://github.com/symfony/polyfill-mbstring.git", | 2675 | "url": "https://github.com/symfony/polyfill-mbstring.git", |
2571 | "reference": "78be803ce01e55d3491c1397cf1c64beb9c1b63b" | 2676 | "reference": "3296adf6a6454a050679cde90f95350ad604b171" |
2572 | }, | 2677 | }, |
2573 | "dist": { | 2678 | "dist": { |
2574 | "type": "zip", | 2679 | "type": "zip", |
2575 | "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/78be803ce01e55d3491c1397cf1c64beb9c1b63b", | 2680 | "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/3296adf6a6454a050679cde90f95350ad604b171", |
2576 | "reference": "78be803ce01e55d3491c1397cf1c64beb9c1b63b", | 2681 | "reference": "3296adf6a6454a050679cde90f95350ad604b171", |
2577 | "shasum": "" | 2682 | "shasum": "" |
2578 | }, | 2683 | }, |
2579 | "require": { | 2684 | "require": { |
@@ -2585,7 +2690,7 @@ | |||
2585 | "type": "library", | 2690 | "type": "library", |
2586 | "extra": { | 2691 | "extra": { |
2587 | "branch-alias": { | 2692 | "branch-alias": { |
2588 | "dev-master": "1.7-dev" | 2693 | "dev-master": "1.8-dev" |
2589 | } | 2694 | } |
2590 | }, | 2695 | }, |
2591 | "autoload": { | 2696 | "autoload": { |
@@ -2619,24 +2724,25 @@ | |||
2619 | "portable", | 2724 | "portable", |
2620 | "shim" | 2725 | "shim" |
2621 | ], | 2726 | ], |
2622 | "time": "2018-01-30T19:27:44+00:00" | 2727 | "time": "2018-04-26T10:06:28+00:00" |
2623 | }, | 2728 | }, |
2624 | { | 2729 | { |
2625 | "name": "symfony/yaml", | 2730 | "name": "symfony/yaml", |
2626 | "version": "v3.4.6", | 2731 | "version": "v3.4.12", |
2627 | "source": { | 2732 | "source": { |
2628 | "type": "git", | 2733 | "type": "git", |
2629 | "url": "https://github.com/symfony/yaml.git", | 2734 | "url": "https://github.com/symfony/yaml.git", |
2630 | "reference": "6af42631dcf89e9c616242c900d6c52bd53bd1bb" | 2735 | "reference": "c5010cc1692ce1fa328b1fb666961eb3d4a85bb0" |
2631 | }, | 2736 | }, |
2632 | "dist": { | 2737 | "dist": { |
2633 | "type": "zip", | 2738 | "type": "zip", |
2634 | "url": "https://api.github.com/repos/symfony/yaml/zipball/6af42631dcf89e9c616242c900d6c52bd53bd1bb", | 2739 | "url": "https://api.github.com/repos/symfony/yaml/zipball/c5010cc1692ce1fa328b1fb666961eb3d4a85bb0", |
2635 | "reference": "6af42631dcf89e9c616242c900d6c52bd53bd1bb", | 2740 | "reference": "c5010cc1692ce1fa328b1fb666961eb3d4a85bb0", |
2636 | "shasum": "" | 2741 | "shasum": "" |
2637 | }, | 2742 | }, |
2638 | "require": { | 2743 | "require": { |
2639 | "php": "^5.5.9|>=7.0.8" | 2744 | "php": "^5.5.9|>=7.0.8", |
2745 | "symfony/polyfill-ctype": "~1.8" | ||
2640 | }, | 2746 | }, |
2641 | "conflict": { | 2747 | "conflict": { |
2642 | "symfony/console": "<3.4" | 2748 | "symfony/console": "<3.4" |
@@ -2677,7 +2783,7 @@ | |||
2677 | ], | 2783 | ], |
2678 | "description": "Symfony Yaml Component", | 2784 | "description": "Symfony Yaml Component", |
2679 | "homepage": "https://symfony.com", | 2785 | "homepage": "https://symfony.com", |
2680 | "time": "2018-02-16T09:50:28+00:00" | 2786 | "time": "2018-05-03T23:18:14+00:00" |
2681 | }, | 2787 | }, |
2682 | { | 2788 | { |
2683 | "name": "theseer/fdomdocument", | 2789 | "name": "theseer/fdomdocument", |