aboutsummaryrefslogtreecommitdiffhomepage
path: root/composer.lock
diff options
context:
space:
mode:
authorArthurHoaro <arthur@hoa.ro>2018-08-11 13:26:34 +0200
committerArthurHoaro <arthur@hoa.ro>2018-08-11 13:26:34 +0200
commit62f5a7581380da7885025498de10e9a20c45b358 (patch)
tree7a9da585faab41abdbfeeda63a71c2f5b778e373 /composer.lock
parentdccd62cbd6a3966e2b61d31c603fad4cc8ce4878 (diff)
downloadShaarli-62f5a7581380da7885025498de10e9a20c45b358.tar.gz
Shaarli-62f5a7581380da7885025498de10e9a20c45b358.tar.zst
Shaarli-62f5a7581380da7885025498de10e9a20c45b358.zip
Upgrade composer - web-thumbnailer v1.3.0
Diffstat (limited to 'composer.lock')
-rw-r--r--composer.lock123
1 files changed, 64 insertions, 59 deletions
diff --git a/composer.lock b/composer.lock
index 0f56338d..b5412f3d 100644
--- a/composer.lock
+++ b/composer.lock
@@ -8,19 +8,21 @@
8 "packages": [ 8 "packages": [
9 { 9 {
10 "name": "arthurhoaro/web-thumbnailer", 10 "name": "arthurhoaro/web-thumbnailer",
11 "version": "v1.2.1", 11 "version": "v1.3.0",
12 "source": { 12 "source": {
13 "type": "git", 13 "type": "git",
14 "url": "https://github.com/ArthurHoaro/web-thumbnailer.git", 14 "url": "https://github.com/ArthurHoaro/web-thumbnailer.git",
15 "reference": "a5a52f69e8e8f3c71fab9649e2a927e2d3f418f1" 15 "reference": "01ba9931ac8edc4bd9da186cb5d7f7f84bf78df3"
16 }, 16 },
17 "dist": { 17 "dist": {
18 "type": "zip", 18 "type": "zip",
19 "url": "https://api.github.com/repos/ArthurHoaro/web-thumbnailer/zipball/a5a52f69e8e8f3c71fab9649e2a927e2d3f418f1", 19 "url": "https://api.github.com/repos/ArthurHoaro/web-thumbnailer/zipball/01ba9931ac8edc4bd9da186cb5d7f7f84bf78df3",
20 "reference": "a5a52f69e8e8f3c71fab9649e2a927e2d3f418f1", 20 "reference": "01ba9931ac8edc4bd9da186cb5d7f7f84bf78df3",
21 "shasum": "" 21 "shasum": ""
22 }, 22 },
23 "require": { 23 "require": {
24 "ext-gd": "*",
25 "ext-json": "*",
24 "php": ">=5.6", 26 "php": ">=5.6",
25 "phpunit/php-text-template": "^1.2" 27 "phpunit/php-text-template": "^1.2"
26 }, 28 },
@@ -52,7 +54,7 @@
52 } 54 }
53 ], 55 ],
54 "description": "PHP library which will retrieve a thumbnail for any given URL", 56 "description": "PHP library which will retrieve a thumbnail for any given URL",
55 "time": "2018-07-17T10:21:14+00:00" 57 "time": "2018-08-11T11:24:03+00:00"
56 }, 58 },
57 { 59 {
58 "name": "container-interop/container-interop", 60 "name": "container-interop/container-interop",
@@ -1111,16 +1113,16 @@
1111 }, 1113 },
1112 { 1114 {
1113 "name": "phpspec/prophecy", 1115 "name": "phpspec/prophecy",
1114 "version": "1.7.6", 1116 "version": "1.8.0",
1115 "source": { 1117 "source": {
1116 "type": "git", 1118 "type": "git",
1117 "url": "https://github.com/phpspec/prophecy.git", 1119 "url": "https://github.com/phpspec/prophecy.git",
1118 "reference": "33a7e3c4fda54e912ff6338c48823bd5c0f0b712" 1120 "reference": "4ba436b55987b4bf311cb7c6ba82aa528aac0a06"
1119 }, 1121 },
1120 "dist": { 1122 "dist": {
1121 "type": "zip", 1123 "type": "zip",
1122 "url": "https://api.github.com/repos/phpspec/prophecy/zipball/33a7e3c4fda54e912ff6338c48823bd5c0f0b712", 1124 "url": "https://api.github.com/repos/phpspec/prophecy/zipball/4ba436b55987b4bf311cb7c6ba82aa528aac0a06",
1123 "reference": "33a7e3c4fda54e912ff6338c48823bd5c0f0b712", 1125 "reference": "4ba436b55987b4bf311cb7c6ba82aa528aac0a06",
1124 "shasum": "" 1126 "shasum": ""
1125 }, 1127 },
1126 "require": { 1128 "require": {
@@ -1132,12 +1134,12 @@
1132 }, 1134 },
1133 "require-dev": { 1135 "require-dev": {
1134 "phpspec/phpspec": "^2.5|^3.2", 1136 "phpspec/phpspec": "^2.5|^3.2",
1135 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5" 1137 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5 || ^7.1"
1136 }, 1138 },
1137 "type": "library", 1139 "type": "library",
1138 "extra": { 1140 "extra": {
1139 "branch-alias": { 1141 "branch-alias": {
1140 "dev-master": "1.7.x-dev" 1142 "dev-master": "1.8.x-dev"
1141 } 1143 }
1142 }, 1144 },
1143 "autoload": { 1145 "autoload": {
@@ -1170,7 +1172,7 @@
1170 "spy", 1172 "spy",
1171 "stub" 1173 "stub"
1172 ], 1174 ],
1173 "time": "2018-04-18T13:57:24+00:00" 1175 "time": "2018-08-05T17:53:17+00:00"
1174 }, 1176 },
1175 { 1177 {
1176 "name": "phpunit/php-code-coverage", 1178 "name": "phpunit/php-code-coverage",
@@ -2255,16 +2257,16 @@
2255 }, 2257 },
2256 { 2258 {
2257 "name": "symfony/config", 2259 "name": "symfony/config",
2258 "version": "v3.4.13", 2260 "version": "v3.4.14",
2259 "source": { 2261 "source": {
2260 "type": "git", 2262 "type": "git",
2261 "url": "https://github.com/symfony/config.git", 2263 "url": "https://github.com/symfony/config.git",
2262 "reference": "1fffdeb349ff36a25184e5564c25289b1dbfc402" 2264 "reference": "7b08223b7f6abd859651c56bcabf900d1627d085"
2263 }, 2265 },
2264 "dist": { 2266 "dist": {
2265 "type": "zip", 2267 "type": "zip",
2266 "url": "https://api.github.com/repos/symfony/config/zipball/1fffdeb349ff36a25184e5564c25289b1dbfc402", 2268 "url": "https://api.github.com/repos/symfony/config/zipball/7b08223b7f6abd859651c56bcabf900d1627d085",
2267 "reference": "1fffdeb349ff36a25184e5564c25289b1dbfc402", 2269 "reference": "7b08223b7f6abd859651c56bcabf900d1627d085",
2268 "shasum": "" 2270 "shasum": ""
2269 }, 2271 },
2270 "require": { 2272 "require": {
@@ -2315,20 +2317,20 @@
2315 ], 2317 ],
2316 "description": "Symfony Config Component", 2318 "description": "Symfony Config Component",
2317 "homepage": "https://symfony.com", 2319 "homepage": "https://symfony.com",
2318 "time": "2018-06-19T14:02:58+00:00" 2320 "time": "2018-07-26T11:19:56+00:00"
2319 }, 2321 },
2320 { 2322 {
2321 "name": "symfony/console", 2323 "name": "symfony/console",
2322 "version": "v3.4.13", 2324 "version": "v3.4.14",
2323 "source": { 2325 "source": {
2324 "type": "git", 2326 "type": "git",
2325 "url": "https://github.com/symfony/console.git", 2327 "url": "https://github.com/symfony/console.git",
2326 "reference": "e54f84c50e3b12972e7750edfc5ca84b2284c44e" 2328 "reference": "6b217594552b9323bcdcfc14f8a0ce126e84cd73"
2327 }, 2329 },
2328 "dist": { 2330 "dist": {
2329 "type": "zip", 2331 "type": "zip",
2330 "url": "https://api.github.com/repos/symfony/console/zipball/e54f84c50e3b12972e7750edfc5ca84b2284c44e", 2332 "url": "https://api.github.com/repos/symfony/console/zipball/6b217594552b9323bcdcfc14f8a0ce126e84cd73",
2331 "reference": "e54f84c50e3b12972e7750edfc5ca84b2284c44e", 2333 "reference": "6b217594552b9323bcdcfc14f8a0ce126e84cd73",
2332 "shasum": "" 2334 "shasum": ""
2333 }, 2335 },
2334 "require": { 2336 "require": {
@@ -2384,20 +2386,20 @@
2384 ], 2386 ],
2385 "description": "Symfony Console Component", 2387 "description": "Symfony Console Component",
2386 "homepage": "https://symfony.com", 2388 "homepage": "https://symfony.com",
2387 "time": "2018-07-10T14:02:11+00:00" 2389 "time": "2018-07-26T11:19:56+00:00"
2388 }, 2390 },
2389 { 2391 {
2390 "name": "symfony/debug", 2392 "name": "symfony/debug",
2391 "version": "v3.4.13", 2393 "version": "v3.4.14",
2392 "source": { 2394 "source": {
2393 "type": "git", 2395 "type": "git",
2394 "url": "https://github.com/symfony/debug.git", 2396 "url": "https://github.com/symfony/debug.git",
2395 "reference": "0e3ca9cbde90fffec8038f4d4e16fd4046bbd018" 2397 "reference": "d5a058ff6ecad26b30c1ba452241306ea34c65cc"
2396 }, 2398 },
2397 "dist": { 2399 "dist": {
2398 "type": "zip", 2400 "type": "zip",
2399 "url": "https://api.github.com/repos/symfony/debug/zipball/0e3ca9cbde90fffec8038f4d4e16fd4046bbd018", 2401 "url": "https://api.github.com/repos/symfony/debug/zipball/d5a058ff6ecad26b30c1ba452241306ea34c65cc",
2400 "reference": "0e3ca9cbde90fffec8038f4d4e16fd4046bbd018", 2402 "reference": "d5a058ff6ecad26b30c1ba452241306ea34c65cc",
2401 "shasum": "" 2403 "shasum": ""
2402 }, 2404 },
2403 "require": { 2405 "require": {
@@ -2440,20 +2442,20 @@
2440 ], 2442 ],
2441 "description": "Symfony Debug Component", 2443 "description": "Symfony Debug Component",
2442 "homepage": "https://symfony.com", 2444 "homepage": "https://symfony.com",
2443 "time": "2018-06-26T08:45:54+00:00" 2445 "time": "2018-07-26T11:19:56+00:00"
2444 }, 2446 },
2445 { 2447 {
2446 "name": "symfony/dependency-injection", 2448 "name": "symfony/dependency-injection",
2447 "version": "v3.4.13", 2449 "version": "v3.4.14",
2448 "source": { 2450 "source": {
2449 "type": "git", 2451 "type": "git",
2450 "url": "https://github.com/symfony/dependency-injection.git", 2452 "url": "https://github.com/symfony/dependency-injection.git",
2451 "reference": "3f115cc3aae4d320b26db05e9531f4e32da29b89" 2453 "reference": "1c0e679e522591fd744fdf242fec41a43d62b2b1"
2452 }, 2454 },
2453 "dist": { 2455 "dist": {
2454 "type": "zip", 2456 "type": "zip",
2455 "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/3f115cc3aae4d320b26db05e9531f4e32da29b89", 2457 "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/1c0e679e522591fd744fdf242fec41a43d62b2b1",
2456 "reference": "3f115cc3aae4d320b26db05e9531f4e32da29b89", 2458 "reference": "1c0e679e522591fd744fdf242fec41a43d62b2b1",
2457 "shasum": "" 2459 "shasum": ""
2458 }, 2460 },
2459 "require": { 2461 "require": {
@@ -2511,20 +2513,20 @@
2511 ], 2513 ],
2512 "description": "Symfony DependencyInjection Component", 2514 "description": "Symfony DependencyInjection Component",
2513 "homepage": "https://symfony.com", 2515 "homepage": "https://symfony.com",
2514 "time": "2018-07-16T13:57:19+00:00" 2516 "time": "2018-07-29T15:19:31+00:00"
2515 }, 2517 },
2516 { 2518 {
2517 "name": "symfony/filesystem", 2519 "name": "symfony/filesystem",
2518 "version": "v3.4.13", 2520 "version": "v3.4.14",
2519 "source": { 2521 "source": {
2520 "type": "git", 2522 "type": "git",
2521 "url": "https://github.com/symfony/filesystem.git", 2523 "url": "https://github.com/symfony/filesystem.git",
2522 "reference": "8dab220fec8fc904821485326b29a6c670286124" 2524 "reference": "a59f917e3c5d82332514cb4538387638f5bde2d6"
2523 }, 2525 },
2524 "dist": { 2526 "dist": {
2525 "type": "zip", 2527 "type": "zip",
2526 "url": "https://api.github.com/repos/symfony/filesystem/zipball/8dab220fec8fc904821485326b29a6c670286124", 2528 "url": "https://api.github.com/repos/symfony/filesystem/zipball/a59f917e3c5d82332514cb4538387638f5bde2d6",
2527 "reference": "8dab220fec8fc904821485326b29a6c670286124", 2529 "reference": "a59f917e3c5d82332514cb4538387638f5bde2d6",
2528 "shasum": "" 2530 "shasum": ""
2529 }, 2531 },
2530 "require": { 2532 "require": {
@@ -2561,20 +2563,20 @@
2561 ], 2563 ],
2562 "description": "Symfony Filesystem Component", 2564 "description": "Symfony Filesystem Component",
2563 "homepage": "https://symfony.com", 2565 "homepage": "https://symfony.com",
2564 "time": "2018-07-09T13:25:43+00:00" 2566 "time": "2018-07-26T11:19:56+00:00"
2565 }, 2567 },
2566 { 2568 {
2567 "name": "symfony/finder", 2569 "name": "symfony/finder",
2568 "version": "v3.4.13", 2570 "version": "v3.4.14",
2569 "source": { 2571 "source": {
2570 "type": "git", 2572 "type": "git",
2571 "url": "https://github.com/symfony/finder.git", 2573 "url": "https://github.com/symfony/finder.git",
2572 "reference": "3a8c3de91d2b2c68cd2d665cf9d00f7ef9eaa394" 2574 "reference": "8a84fcb207451df0013b2c74cbbf1b62d47b999a"
2573 }, 2575 },
2574 "dist": { 2576 "dist": {
2575 "type": "zip", 2577 "type": "zip",
2576 "url": "https://api.github.com/repos/symfony/finder/zipball/3a8c3de91d2b2c68cd2d665cf9d00f7ef9eaa394", 2578 "url": "https://api.github.com/repos/symfony/finder/zipball/8a84fcb207451df0013b2c74cbbf1b62d47b999a",
2577 "reference": "3a8c3de91d2b2c68cd2d665cf9d00f7ef9eaa394", 2579 "reference": "8a84fcb207451df0013b2c74cbbf1b62d47b999a",
2578 "shasum": "" 2580 "shasum": ""
2579 }, 2581 },
2580 "require": { 2582 "require": {
@@ -2610,29 +2612,32 @@
2610 ], 2612 ],
2611 "description": "Symfony Finder Component", 2613 "description": "Symfony Finder Component",
2612 "homepage": "https://symfony.com", 2614 "homepage": "https://symfony.com",
2613 "time": "2018-06-19T20:52:10+00:00" 2615 "time": "2018-07-26T11:19:56+00:00"
2614 }, 2616 },
2615 { 2617 {
2616 "name": "symfony/polyfill-ctype", 2618 "name": "symfony/polyfill-ctype",
2617 "version": "v1.8.0", 2619 "version": "v1.9.0",
2618 "source": { 2620 "source": {
2619 "type": "git", 2621 "type": "git",
2620 "url": "https://github.com/symfony/polyfill-ctype.git", 2622 "url": "https://github.com/symfony/polyfill-ctype.git",
2621 "reference": "7cc359f1b7b80fc25ed7796be7d96adc9b354bae" 2623 "reference": "e3d826245268269cd66f8326bd8bc066687b4a19"
2622 }, 2624 },
2623 "dist": { 2625 "dist": {
2624 "type": "zip", 2626 "type": "zip",
2625 "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/7cc359f1b7b80fc25ed7796be7d96adc9b354bae", 2627 "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/e3d826245268269cd66f8326bd8bc066687b4a19",
2626 "reference": "7cc359f1b7b80fc25ed7796be7d96adc9b354bae", 2628 "reference": "e3d826245268269cd66f8326bd8bc066687b4a19",
2627 "shasum": "" 2629 "shasum": ""
2628 }, 2630 },
2629 "require": { 2631 "require": {
2630 "php": ">=5.3.3" 2632 "php": ">=5.3.3"
2631 }, 2633 },
2634 "suggest": {
2635 "ext-ctype": "For best performance"
2636 },
2632 "type": "library", 2637 "type": "library",
2633 "extra": { 2638 "extra": {
2634 "branch-alias": { 2639 "branch-alias": {
2635 "dev-master": "1.8-dev" 2640 "dev-master": "1.9-dev"
2636 } 2641 }
2637 }, 2642 },
2638 "autoload": { 2643 "autoload": {
@@ -2665,20 +2670,20 @@
2665 "polyfill", 2670 "polyfill",
2666 "portable" 2671 "portable"
2667 ], 2672 ],
2668 "time": "2018-04-30T19:57:29+00:00" 2673 "time": "2018-08-06T14:22:27+00:00"
2669 }, 2674 },
2670 { 2675 {
2671 "name": "symfony/polyfill-mbstring", 2676 "name": "symfony/polyfill-mbstring",
2672 "version": "v1.8.0", 2677 "version": "v1.9.0",
2673 "source": { 2678 "source": {
2674 "type": "git", 2679 "type": "git",
2675 "url": "https://github.com/symfony/polyfill-mbstring.git", 2680 "url": "https://github.com/symfony/polyfill-mbstring.git",
2676 "reference": "3296adf6a6454a050679cde90f95350ad604b171" 2681 "reference": "d0cd638f4634c16d8df4508e847f14e9e43168b8"
2677 }, 2682 },
2678 "dist": { 2683 "dist": {
2679 "type": "zip", 2684 "type": "zip",
2680 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/3296adf6a6454a050679cde90f95350ad604b171", 2685 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/d0cd638f4634c16d8df4508e847f14e9e43168b8",
2681 "reference": "3296adf6a6454a050679cde90f95350ad604b171", 2686 "reference": "d0cd638f4634c16d8df4508e847f14e9e43168b8",
2682 "shasum": "" 2687 "shasum": ""
2683 }, 2688 },
2684 "require": { 2689 "require": {
@@ -2690,7 +2695,7 @@
2690 "type": "library", 2695 "type": "library",
2691 "extra": { 2696 "extra": {
2692 "branch-alias": { 2697 "branch-alias": {
2693 "dev-master": "1.8-dev" 2698 "dev-master": "1.9-dev"
2694 } 2699 }
2695 }, 2700 },
2696 "autoload": { 2701 "autoload": {
@@ -2724,20 +2729,20 @@
2724 "portable", 2729 "portable",
2725 "shim" 2730 "shim"
2726 ], 2731 ],
2727 "time": "2018-04-26T10:06:28+00:00" 2732 "time": "2018-08-06T14:22:27+00:00"
2728 }, 2733 },
2729 { 2734 {
2730 "name": "symfony/yaml", 2735 "name": "symfony/yaml",
2731 "version": "v3.4.13", 2736 "version": "v3.4.14",
2732 "source": { 2737 "source": {
2733 "type": "git", 2738 "type": "git",
2734 "url": "https://github.com/symfony/yaml.git", 2739 "url": "https://github.com/symfony/yaml.git",
2735 "reference": "c5010cc1692ce1fa328b1fb666961eb3d4a85bb0" 2740 "reference": "810af2d35fc72b6cf5c01116806d2b65ccaaf2e2"
2736 }, 2741 },
2737 "dist": { 2742 "dist": {
2738 "type": "zip", 2743 "type": "zip",
2739 "url": "https://api.github.com/repos/symfony/yaml/zipball/c5010cc1692ce1fa328b1fb666961eb3d4a85bb0", 2744 "url": "https://api.github.com/repos/symfony/yaml/zipball/810af2d35fc72b6cf5c01116806d2b65ccaaf2e2",
2740 "reference": "c5010cc1692ce1fa328b1fb666961eb3d4a85bb0", 2745 "reference": "810af2d35fc72b6cf5c01116806d2b65ccaaf2e2",
2741 "shasum": "" 2746 "shasum": ""
2742 }, 2747 },
2743 "require": { 2748 "require": {
@@ -2783,7 +2788,7 @@
2783 ], 2788 ],
2784 "description": "Symfony Yaml Component", 2789 "description": "Symfony Yaml Component",
2785 "homepage": "https://symfony.com", 2790 "homepage": "https://symfony.com",
2786 "time": "2018-05-03T23:18:14+00:00" 2791 "time": "2018-07-26T11:19:56+00:00"
2787 }, 2792 },
2788 { 2793 {
2789 "name": "theseer/fdomdocument", 2794 "name": "theseer/fdomdocument",