Commit 25aedee051d6b4c91c6bee76dd7c2b47bbfa999f
1 parent
25e0976c
Exists in
2.9
and in
8 other branches
Atualiza versão e as dependências
Showing
2 changed files
with
151 additions
and
143 deletions
Show diff stats
composer.json
composer.lock
... | ... | @@ -4,20 +4,20 @@ |
4 | 4 | "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", |
5 | 5 | "This file is @generated automatically" |
6 | 6 | ], |
7 | - "content-hash": "4cc79ab908ef762e079a9a30594974ad", | |
7 | + "content-hash": "27258c31eb97424e488b0a029354d78b", | |
8 | 8 | "packages": [ |
9 | 9 | { |
10 | 10 | "name": "cocur/slugify", |
11 | - "version": "v3.1", | |
11 | + "version": "v3.2", | |
12 | 12 | "source": { |
13 | 13 | "type": "git", |
14 | 14 | "url": "https://github.com/cocur/slugify.git", |
15 | - "reference": "b2ccf7b735f4f3df3979aef2e1ebf8e19ca772f7" | |
15 | + "reference": "d41701efe58ba2df9cae029c3d21e1518cc6780e" | |
16 | 16 | }, |
17 | 17 | "dist": { |
18 | 18 | "type": "zip", |
19 | - "url": "https://api.github.com/repos/cocur/slugify/zipball/b2ccf7b735f4f3df3979aef2e1ebf8e19ca772f7", | |
20 | - "reference": "b2ccf7b735f4f3df3979aef2e1ebf8e19ca772f7", | |
19 | + "url": "https://api.github.com/repos/cocur/slugify/zipball/d41701efe58ba2df9cae029c3d21e1518cc6780e", | |
20 | + "reference": "d41701efe58ba2df9cae029c3d21e1518cc6780e", | |
21 | 21 | "shasum": "" |
22 | 22 | }, |
23 | 23 | "require": { |
... | ... | @@ -31,13 +31,13 @@ |
31 | 31 | "mikey179/vfsstream": "~1.6", |
32 | 32 | "mockery/mockery": "~0.9", |
33 | 33 | "nette/di": "~2.2", |
34 | - "phpunit/phpunit": "~4.8|~5.2", | |
34 | + "phpunit/phpunit": "~4.8.36|~5.2", | |
35 | 35 | "pimple/pimple": "~1.1", |
36 | 36 | "plumphp/plum": "~0.1", |
37 | 37 | "silex/silex": "~1.3", |
38 | - "symfony/config": "~2.4|~3.0", | |
39 | - "symfony/dependency-injection": "~2.4|~3.0", | |
40 | - "symfony/http-kernel": "~2.4|~3.0", | |
38 | + "symfony/config": "~2.4|~3.0|~4.0", | |
39 | + "symfony/dependency-injection": "~2.4|~3.0|~4.0", | |
40 | + "symfony/http-kernel": "~2.4|~3.0|~4.0", | |
41 | 41 | "twig/twig": "~1.26|~2.0", |
42 | 42 | "zendframework/zend-modulemanager": "~2.2", |
43 | 43 | "zendframework/zend-servicemanager": "~2.2", |
... | ... | @@ -69,7 +69,7 @@ |
69 | 69 | "slug", |
70 | 70 | "slugify" |
71 | 71 | ], |
72 | - "time": "2018-01-22T09:00:48+00:00" | |
72 | + "time": "2019-01-31T20:38:55+00:00" | |
73 | 73 | }, |
74 | 74 | { |
75 | 75 | "name": "composer/semver", |
... | ... | @@ -1208,16 +1208,16 @@ |
1208 | 1208 | }, |
1209 | 1209 | { |
1210 | 1210 | "name": "laravel/framework", |
1211 | - "version": "v5.7.21", | |
1211 | + "version": "v5.7.25", | |
1212 | 1212 | "source": { |
1213 | 1213 | "type": "git", |
1214 | 1214 | "url": "https://github.com/laravel/framework.git", |
1215 | - "reference": "25f74458a242b61cc9e9c09d31f94fb13ed805f3" | |
1215 | + "reference": "f8fb354878064b94a3ff09a6ffd48ee9a8d712cf" | |
1216 | 1216 | }, |
1217 | 1217 | "dist": { |
1218 | 1218 | "type": "zip", |
1219 | - "url": "https://api.github.com/repos/laravel/framework/zipball/25f74458a242b61cc9e9c09d31f94fb13ed805f3", | |
1220 | - "reference": "25f74458a242b61cc9e9c09d31f94fb13ed805f3", | |
1219 | + "url": "https://api.github.com/repos/laravel/framework/zipball/f8fb354878064b94a3ff09a6ffd48ee9a8d712cf", | |
1220 | + "reference": "f8fb354878064b94a3ff09a6ffd48ee9a8d712cf", | |
1221 | 1221 | "shasum": "" |
1222 | 1222 | }, |
1223 | 1223 | "require": { |
... | ... | @@ -1350,7 +1350,7 @@ |
1350 | 1350 | "framework", |
1351 | 1351 | "laravel" |
1352 | 1352 | ], |
1353 | - "time": "2019-01-15T15:20:32+00:00" | |
1353 | + "time": "2019-02-05T14:28:43+00:00" | |
1354 | 1354 | }, |
1355 | 1355 | { |
1356 | 1356 | "name": "laravel/nexmo-notification-channel", |
... | ... | @@ -1589,16 +1589,16 @@ |
1589 | 1589 | }, |
1590 | 1590 | { |
1591 | 1591 | "name": "league/flysystem", |
1592 | - "version": "1.0.49", | |
1592 | + "version": "1.0.50", | |
1593 | 1593 | "source": { |
1594 | 1594 | "type": "git", |
1595 | 1595 | "url": "https://github.com/thephpleague/flysystem.git", |
1596 | - "reference": "a63cc83d8a931b271be45148fa39ba7156782ffd" | |
1596 | + "reference": "dab4e7624efa543a943be978008f439c333f2249" | |
1597 | 1597 | }, |
1598 | 1598 | "dist": { |
1599 | 1599 | "type": "zip", |
1600 | - "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/a63cc83d8a931b271be45148fa39ba7156782ffd", | |
1601 | - "reference": "a63cc83d8a931b271be45148fa39ba7156782ffd", | |
1600 | + "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/dab4e7624efa543a943be978008f439c333f2249", | |
1601 | + "reference": "dab4e7624efa543a943be978008f439c333f2249", | |
1602 | 1602 | "shasum": "" |
1603 | 1603 | }, |
1604 | 1604 | "require": { |
... | ... | @@ -1669,7 +1669,7 @@ |
1669 | 1669 | "sftp", |
1670 | 1670 | "storage" |
1671 | 1671 | ], |
1672 | - "time": "2018-11-23T23:41:29+00:00" | |
1672 | + "time": "2019-02-01T08:50:36+00:00" | |
1673 | 1673 | }, |
1674 | 1674 | { |
1675 | 1675 | "name": "monolog/monolog", |
... | ... | @@ -1809,16 +1809,16 @@ |
1809 | 1809 | }, |
1810 | 1810 | { |
1811 | 1811 | "name": "nexmo/client", |
1812 | - "version": "1.6.0", | |
1812 | + "version": "1.6.1", | |
1813 | 1813 | "source": { |
1814 | 1814 | "type": "git", |
1815 | 1815 | "url": "https://github.com/Nexmo/nexmo-php.git", |
1816 | - "reference": "01809cc1e17a5af275913c49bb5d444eb6cc06d4" | |
1816 | + "reference": "3dc03ca1dab726a23b757110897740e54304fc65" | |
1817 | 1817 | }, |
1818 | 1818 | "dist": { |
1819 | 1819 | "type": "zip", |
1820 | - "url": "https://api.github.com/repos/Nexmo/nexmo-php/zipball/01809cc1e17a5af275913c49bb5d444eb6cc06d4", | |
1821 | - "reference": "01809cc1e17a5af275913c49bb5d444eb6cc06d4", | |
1820 | + "url": "https://api.github.com/repos/Nexmo/nexmo-php/zipball/3dc03ca1dab726a23b757110897740e54304fc65", | |
1821 | + "reference": "3dc03ca1dab726a23b757110897740e54304fc65", | |
1822 | 1822 | "shasum": "" |
1823 | 1823 | }, |
1824 | 1824 | "require": { |
... | ... | @@ -1853,7 +1853,7 @@ |
1853 | 1853 | } |
1854 | 1854 | ], |
1855 | 1855 | "description": "PHP Client for using Nexmo's API.", |
1856 | - "time": "2018-12-17T10:47:50+00:00" | |
1856 | + "time": "2019-01-02T09:06:47+00:00" | |
1857 | 1857 | }, |
1858 | 1858 | { |
1859 | 1859 | "name": "nikic/php-parser", |
... | ... | @@ -2570,16 +2570,16 @@ |
2570 | 2570 | }, |
2571 | 2571 | { |
2572 | 2572 | "name": "sixlive/dotenv-editor", |
2573 | - "version": "v1.1.1", | |
2573 | + "version": "v1.2.0", | |
2574 | 2574 | "source": { |
2575 | 2575 | "type": "git", |
2576 | 2576 | "url": "https://github.com/sixlive/dotenv-editor.git", |
2577 | - "reference": "28851401f3ba75e91943200ae6fb1c5069c90ee6" | |
2577 | + "reference": "258e4fea7068c84402211a900659cda2c631bc00" | |
2578 | 2578 | }, |
2579 | 2579 | "dist": { |
2580 | 2580 | "type": "zip", |
2581 | - "url": "https://api.github.com/repos/sixlive/dotenv-editor/zipball/28851401f3ba75e91943200ae6fb1c5069c90ee6", | |
2582 | - "reference": "28851401f3ba75e91943200ae6fb1c5069c90ee6", | |
2581 | + "url": "https://api.github.com/repos/sixlive/dotenv-editor/zipball/258e4fea7068c84402211a900659cda2c631bc00", | |
2582 | + "reference": "258e4fea7068c84402211a900659cda2c631bc00", | |
2583 | 2583 | "shasum": "" |
2584 | 2584 | }, |
2585 | 2585 | "require": { |
... | ... | @@ -2616,7 +2616,7 @@ |
2616 | 2616 | "dotenv-editor", |
2617 | 2617 | "phpdotenv" |
2618 | 2618 | ], |
2619 | - "time": "2018-11-05T16:22:15+00:00" | |
2619 | + "time": "2019-01-31T13:02:04+00:00" | |
2620 | 2620 | }, |
2621 | 2621 | { |
2622 | 2622 | "name": "swiftmailer/swiftmailer", |
... | ... | @@ -2679,16 +2679,16 @@ |
2679 | 2679 | }, |
2680 | 2680 | { |
2681 | 2681 | "name": "symfony/console", |
2682 | - "version": "v4.2.2", | |
2682 | + "version": "v4.2.3", | |
2683 | 2683 | "source": { |
2684 | 2684 | "type": "git", |
2685 | 2685 | "url": "https://github.com/symfony/console.git", |
2686 | - "reference": "b0a03c1bb0fcbe288629956cf2f1dd3f1dc97522" | |
2686 | + "reference": "1f0ad51dfde4da8a6070f06adc58b4e37cbb37a4" | |
2687 | 2687 | }, |
2688 | 2688 | "dist": { |
2689 | 2689 | "type": "zip", |
2690 | - "url": "https://api.github.com/repos/symfony/console/zipball/b0a03c1bb0fcbe288629956cf2f1dd3f1dc97522", | |
2691 | - "reference": "b0a03c1bb0fcbe288629956cf2f1dd3f1dc97522", | |
2690 | + "url": "https://api.github.com/repos/symfony/console/zipball/1f0ad51dfde4da8a6070f06adc58b4e37cbb37a4", | |
2691 | + "reference": "1f0ad51dfde4da8a6070f06adc58b4e37cbb37a4", | |
2692 | 2692 | "shasum": "" |
2693 | 2693 | }, |
2694 | 2694 | "require": { |
... | ... | @@ -2700,6 +2700,9 @@ |
2700 | 2700 | "symfony/dependency-injection": "<3.4", |
2701 | 2701 | "symfony/process": "<3.3" |
2702 | 2702 | }, |
2703 | + "provide": { | |
2704 | + "psr/log-implementation": "1.0" | |
2705 | + }, | |
2703 | 2706 | "require-dev": { |
2704 | 2707 | "psr/log": "~1.0", |
2705 | 2708 | "symfony/config": "~3.4|~4.0", |
... | ... | @@ -2709,7 +2712,7 @@ |
2709 | 2712 | "symfony/process": "~3.4|~4.0" |
2710 | 2713 | }, |
2711 | 2714 | "suggest": { |
2712 | - "psr/log-implementation": "For using the console logger", | |
2715 | + "psr/log": "For using the console logger", | |
2713 | 2716 | "symfony/event-dispatcher": "", |
2714 | 2717 | "symfony/lock": "", |
2715 | 2718 | "symfony/process": "" |
... | ... | @@ -2744,7 +2747,7 @@ |
2744 | 2747 | ], |
2745 | 2748 | "description": "Symfony Console Component", |
2746 | 2749 | "homepage": "https://symfony.com", |
2747 | - "time": "2019-01-04T15:13:53+00:00" | |
2750 | + "time": "2019-01-25T14:35:16+00:00" | |
2748 | 2751 | }, |
2749 | 2752 | { |
2750 | 2753 | "name": "symfony/contracts", |
... | ... | @@ -2816,16 +2819,16 @@ |
2816 | 2819 | }, |
2817 | 2820 | { |
2818 | 2821 | "name": "symfony/css-selector", |
2819 | - "version": "v4.2.2", | |
2822 | + "version": "v4.2.3", | |
2820 | 2823 | "source": { |
2821 | 2824 | "type": "git", |
2822 | 2825 | "url": "https://github.com/symfony/css-selector.git", |
2823 | - "reference": "76dac1dbe2830213e95892c7c2ec1edd74113ea4" | |
2826 | + "reference": "48eddf66950fa57996e1be4a55916d65c10c604a" | |
2824 | 2827 | }, |
2825 | 2828 | "dist": { |
2826 | 2829 | "type": "zip", |
2827 | - "url": "https://api.github.com/repos/symfony/css-selector/zipball/76dac1dbe2830213e95892c7c2ec1edd74113ea4", | |
2828 | - "reference": "76dac1dbe2830213e95892c7c2ec1edd74113ea4", | |
2830 | + "url": "https://api.github.com/repos/symfony/css-selector/zipball/48eddf66950fa57996e1be4a55916d65c10c604a", | |
2831 | + "reference": "48eddf66950fa57996e1be4a55916d65c10c604a", | |
2829 | 2832 | "shasum": "" |
2830 | 2833 | }, |
2831 | 2834 | "require": { |
... | ... | @@ -2865,20 +2868,20 @@ |
2865 | 2868 | ], |
2866 | 2869 | "description": "Symfony CssSelector Component", |
2867 | 2870 | "homepage": "https://symfony.com", |
2868 | - "time": "2019-01-03T09:07:35+00:00" | |
2871 | + "time": "2019-01-16T20:31:39+00:00" | |
2869 | 2872 | }, |
2870 | 2873 | { |
2871 | 2874 | "name": "symfony/debug", |
2872 | - "version": "v4.2.2", | |
2875 | + "version": "v4.2.3", | |
2873 | 2876 | "source": { |
2874 | 2877 | "type": "git", |
2875 | 2878 | "url": "https://github.com/symfony/debug.git", |
2876 | - "reference": "64cb33c81e37d19b7715d4a6a4d49c1c382066dd" | |
2879 | + "reference": "cf9b2e33f757deb884ce474e06d2647c1c769b65" | |
2877 | 2880 | }, |
2878 | 2881 | "dist": { |
2879 | 2882 | "type": "zip", |
2880 | - "url": "https://api.github.com/repos/symfony/debug/zipball/64cb33c81e37d19b7715d4a6a4d49c1c382066dd", | |
2881 | - "reference": "64cb33c81e37d19b7715d4a6a4d49c1c382066dd", | |
2883 | + "url": "https://api.github.com/repos/symfony/debug/zipball/cf9b2e33f757deb884ce474e06d2647c1c769b65", | |
2884 | + "reference": "cf9b2e33f757deb884ce474e06d2647c1c769b65", | |
2882 | 2885 | "shasum": "" |
2883 | 2886 | }, |
2884 | 2887 | "require": { |
... | ... | @@ -2921,20 +2924,20 @@ |
2921 | 2924 | ], |
2922 | 2925 | "description": "Symfony Debug Component", |
2923 | 2926 | "homepage": "https://symfony.com", |
2924 | - "time": "2019-01-03T09:07:35+00:00" | |
2927 | + "time": "2019-01-25T14:35:16+00:00" | |
2925 | 2928 | }, |
2926 | 2929 | { |
2927 | 2930 | "name": "symfony/event-dispatcher", |
2928 | - "version": "v4.2.2", | |
2931 | + "version": "v4.2.3", | |
2929 | 2932 | "source": { |
2930 | 2933 | "type": "git", |
2931 | 2934 | "url": "https://github.com/symfony/event-dispatcher.git", |
2932 | - "reference": "887de6d34c86cf0cb6cbf910afb170cdb743cb5e" | |
2935 | + "reference": "bd09ad265cd50b2b9d09d65ce6aba2d29bc81fe1" | |
2933 | 2936 | }, |
2934 | 2937 | "dist": { |
2935 | 2938 | "type": "zip", |
2936 | - "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/887de6d34c86cf0cb6cbf910afb170cdb743cb5e", | |
2937 | - "reference": "887de6d34c86cf0cb6cbf910afb170cdb743cb5e", | |
2939 | + "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/bd09ad265cd50b2b9d09d65ce6aba2d29bc81fe1", | |
2940 | + "reference": "bd09ad265cd50b2b9d09d65ce6aba2d29bc81fe1", | |
2938 | 2941 | "shasum": "" |
2939 | 2942 | }, |
2940 | 2943 | "require": { |
... | ... | @@ -2985,20 +2988,20 @@ |
2985 | 2988 | ], |
2986 | 2989 | "description": "Symfony EventDispatcher Component", |
2987 | 2990 | "homepage": "https://symfony.com", |
2988 | - "time": "2019-01-05T16:37:49+00:00" | |
2991 | + "time": "2019-01-16T20:35:37+00:00" | |
2989 | 2992 | }, |
2990 | 2993 | { |
2991 | 2994 | "name": "symfony/finder", |
2992 | - "version": "v4.2.2", | |
2995 | + "version": "v4.2.3", | |
2993 | 2996 | "source": { |
2994 | 2997 | "type": "git", |
2995 | 2998 | "url": "https://github.com/symfony/finder.git", |
2996 | - "reference": "9094d69e8c6ee3fe186a0ec5a4f1401e506071ce" | |
2999 | + "reference": "ef71816cbb264988bb57fe6a73f610888b9aa70c" | |
2997 | 3000 | }, |
2998 | 3001 | "dist": { |
2999 | 3002 | "type": "zip", |
3000 | - "url": "https://api.github.com/repos/symfony/finder/zipball/9094d69e8c6ee3fe186a0ec5a4f1401e506071ce", | |
3001 | - "reference": "9094d69e8c6ee3fe186a0ec5a4f1401e506071ce", | |
3003 | + "url": "https://api.github.com/repos/symfony/finder/zipball/ef71816cbb264988bb57fe6a73f610888b9aa70c", | |
3004 | + "reference": "ef71816cbb264988bb57fe6a73f610888b9aa70c", | |
3002 | 3005 | "shasum": "" |
3003 | 3006 | }, |
3004 | 3007 | "require": { |
... | ... | @@ -3034,20 +3037,20 @@ |
3034 | 3037 | ], |
3035 | 3038 | "description": "Symfony Finder Component", |
3036 | 3039 | "homepage": "https://symfony.com", |
3037 | - "time": "2019-01-03T09:07:35+00:00" | |
3040 | + "time": "2019-01-16T20:35:37+00:00" | |
3038 | 3041 | }, |
3039 | 3042 | { |
3040 | 3043 | "name": "symfony/http-foundation", |
3041 | - "version": "v4.2.2", | |
3044 | + "version": "v4.2.3", | |
3042 | 3045 | "source": { |
3043 | 3046 | "type": "git", |
3044 | 3047 | "url": "https://github.com/symfony/http-foundation.git", |
3045 | - "reference": "a633d422a09242064ba24e44a6e1494c5126de86" | |
3048 | + "reference": "8d2318b73e0a1bc75baa699d00ebe2ae8b595a39" | |
3046 | 3049 | }, |
3047 | 3050 | "dist": { |
3048 | 3051 | "type": "zip", |
3049 | - "url": "https://api.github.com/repos/symfony/http-foundation/zipball/a633d422a09242064ba24e44a6e1494c5126de86", | |
3050 | - "reference": "a633d422a09242064ba24e44a6e1494c5126de86", | |
3052 | + "url": "https://api.github.com/repos/symfony/http-foundation/zipball/8d2318b73e0a1bc75baa699d00ebe2ae8b595a39", | |
3053 | + "reference": "8d2318b73e0a1bc75baa699d00ebe2ae8b595a39", | |
3051 | 3054 | "shasum": "" |
3052 | 3055 | }, |
3053 | 3056 | "require": { |
... | ... | @@ -3088,20 +3091,20 @@ |
3088 | 3091 | ], |
3089 | 3092 | "description": "Symfony HttpFoundation Component", |
3090 | 3093 | "homepage": "https://symfony.com", |
3091 | - "time": "2019-01-05T16:37:49+00:00" | |
3094 | + "time": "2019-01-29T09:49:29+00:00" | |
3092 | 3095 | }, |
3093 | 3096 | { |
3094 | 3097 | "name": "symfony/http-kernel", |
3095 | - "version": "v4.2.2", | |
3098 | + "version": "v4.2.3", | |
3096 | 3099 | "source": { |
3097 | 3100 | "type": "git", |
3098 | 3101 | "url": "https://github.com/symfony/http-kernel.git", |
3099 | - "reference": "83de6543328917c18d5498eeb6bb6d36f7aab31b" | |
3102 | + "reference": "d56b1706abaa771eb6acd894c6787cb88f1dc97d" | |
3100 | 3103 | }, |
3101 | 3104 | "dist": { |
3102 | 3105 | "type": "zip", |
3103 | - "url": "https://api.github.com/repos/symfony/http-kernel/zipball/83de6543328917c18d5498eeb6bb6d36f7aab31b", | |
3104 | - "reference": "83de6543328917c18d5498eeb6bb6d36f7aab31b", | |
3106 | + "url": "https://api.github.com/repos/symfony/http-kernel/zipball/d56b1706abaa771eb6acd894c6787cb88f1dc97d", | |
3107 | + "reference": "d56b1706abaa771eb6acd894c6787cb88f1dc97d", | |
3105 | 3108 | "shasum": "" |
3106 | 3109 | }, |
3107 | 3110 | "require": { |
... | ... | @@ -3177,7 +3180,7 @@ |
3177 | 3180 | ], |
3178 | 3181 | "description": "Symfony HttpKernel Component", |
3179 | 3182 | "homepage": "https://symfony.com", |
3180 | - "time": "2019-01-06T16:19:23+00:00" | |
3183 | + "time": "2019-02-03T12:47:33+00:00" | |
3181 | 3184 | }, |
3182 | 3185 | { |
3183 | 3186 | "name": "symfony/polyfill-ctype", |
... | ... | @@ -3353,16 +3356,16 @@ |
3353 | 3356 | }, |
3354 | 3357 | { |
3355 | 3358 | "name": "symfony/process", |
3356 | - "version": "v4.2.2", | |
3359 | + "version": "v4.2.3", | |
3357 | 3360 | "source": { |
3358 | 3361 | "type": "git", |
3359 | 3362 | "url": "https://github.com/symfony/process.git", |
3360 | - "reference": "ea043ab5d8ed13b467a9087d81cb876aee7f689a" | |
3363 | + "reference": "6c05edb11fbeff9e2b324b4270ecb17911a8b7ad" | |
3361 | 3364 | }, |
3362 | 3365 | "dist": { |
3363 | 3366 | "type": "zip", |
3364 | - "url": "https://api.github.com/repos/symfony/process/zipball/ea043ab5d8ed13b467a9087d81cb876aee7f689a", | |
3365 | - "reference": "ea043ab5d8ed13b467a9087d81cb876aee7f689a", | |
3367 | + "url": "https://api.github.com/repos/symfony/process/zipball/6c05edb11fbeff9e2b324b4270ecb17911a8b7ad", | |
3368 | + "reference": "6c05edb11fbeff9e2b324b4270ecb17911a8b7ad", | |
3366 | 3369 | "shasum": "" |
3367 | 3370 | }, |
3368 | 3371 | "require": { |
... | ... | @@ -3398,20 +3401,20 @@ |
3398 | 3401 | ], |
3399 | 3402 | "description": "Symfony Process Component", |
3400 | 3403 | "homepage": "https://symfony.com", |
3401 | - "time": "2019-01-03T14:48:52+00:00" | |
3404 | + "time": "2019-01-24T22:05:03+00:00" | |
3402 | 3405 | }, |
3403 | 3406 | { |
3404 | 3407 | "name": "symfony/routing", |
3405 | - "version": "v4.2.2", | |
3408 | + "version": "v4.2.3", | |
3406 | 3409 | "source": { |
3407 | 3410 | "type": "git", |
3408 | 3411 | "url": "https://github.com/symfony/routing.git", |
3409 | - "reference": "e69b7a13a0b58af378a49b49dd7084462de16cee" | |
3412 | + "reference": "7f8e44fc498972466f0841c3e48dc555f23bdf53" | |
3410 | 3413 | }, |
3411 | 3414 | "dist": { |
3412 | 3415 | "type": "zip", |
3413 | - "url": "https://api.github.com/repos/symfony/routing/zipball/e69b7a13a0b58af378a49b49dd7084462de16cee", | |
3414 | - "reference": "e69b7a13a0b58af378a49b49dd7084462de16cee", | |
3416 | + "url": "https://api.github.com/repos/symfony/routing/zipball/7f8e44fc498972466f0841c3e48dc555f23bdf53", | |
3417 | + "reference": "7f8e44fc498972466f0841c3e48dc555f23bdf53", | |
3415 | 3418 | "shasum": "" |
3416 | 3419 | }, |
3417 | 3420 | "require": { |
... | ... | @@ -3475,20 +3478,20 @@ |
3475 | 3478 | "uri", |
3476 | 3479 | "url" |
3477 | 3480 | ], |
3478 | - "time": "2019-01-03T09:07:35+00:00" | |
3481 | + "time": "2019-01-29T09:49:29+00:00" | |
3479 | 3482 | }, |
3480 | 3483 | { |
3481 | 3484 | "name": "symfony/translation", |
3482 | - "version": "v4.2.2", | |
3485 | + "version": "v4.2.3", | |
3483 | 3486 | "source": { |
3484 | 3487 | "type": "git", |
3485 | 3488 | "url": "https://github.com/symfony/translation.git", |
3486 | - "reference": "939fb792d73f2ce80e6ae9019d205fc480f1c9a0" | |
3489 | + "reference": "23fd7aac70d99a17a8e6473a41fec8fab3331050" | |
3487 | 3490 | }, |
3488 | 3491 | "dist": { |
3489 | 3492 | "type": "zip", |
3490 | - "url": "https://api.github.com/repos/symfony/translation/zipball/939fb792d73f2ce80e6ae9019d205fc480f1c9a0", | |
3491 | - "reference": "939fb792d73f2ce80e6ae9019d205fc480f1c9a0", | |
3493 | + "url": "https://api.github.com/repos/symfony/translation/zipball/23fd7aac70d99a17a8e6473a41fec8fab3331050", | |
3494 | + "reference": "23fd7aac70d99a17a8e6473a41fec8fab3331050", | |
3492 | 3495 | "shasum": "" |
3493 | 3496 | }, |
3494 | 3497 | "require": { |
... | ... | @@ -3548,20 +3551,20 @@ |
3548 | 3551 | ], |
3549 | 3552 | "description": "Symfony Translation Component", |
3550 | 3553 | "homepage": "https://symfony.com", |
3551 | - "time": "2019-01-03T09:07:35+00:00" | |
3554 | + "time": "2019-01-27T23:11:39+00:00" | |
3552 | 3555 | }, |
3553 | 3556 | { |
3554 | 3557 | "name": "symfony/var-dumper", |
3555 | - "version": "v4.2.2", | |
3558 | + "version": "v4.2.3", | |
3556 | 3559 | "source": { |
3557 | 3560 | "type": "git", |
3558 | 3561 | "url": "https://github.com/symfony/var-dumper.git", |
3559 | - "reference": "85bde661b178173d85c6f11ea9d03b61d1212bb2" | |
3562 | + "reference": "223bda89f9be41cf7033eeaf11bc61a280489c17" | |
3560 | 3563 | }, |
3561 | 3564 | "dist": { |
3562 | 3565 | "type": "zip", |
3563 | - "url": "https://api.github.com/repos/symfony/var-dumper/zipball/85bde661b178173d85c6f11ea9d03b61d1212bb2", | |
3564 | - "reference": "85bde661b178173d85c6f11ea9d03b61d1212bb2", | |
3566 | + "url": "https://api.github.com/repos/symfony/var-dumper/zipball/223bda89f9be41cf7033eeaf11bc61a280489c17", | |
3567 | + "reference": "223bda89f9be41cf7033eeaf11bc61a280489c17", | |
3565 | 3568 | "shasum": "" |
3566 | 3569 | }, |
3567 | 3570 | "require": { |
... | ... | @@ -3624,7 +3627,7 @@ |
3624 | 3627 | "debug", |
3625 | 3628 | "dump" |
3626 | 3629 | ], |
3627 | - "time": "2019-01-03T09:07:35+00:00" | |
3630 | + "time": "2019-01-30T11:44:30+00:00" | |
3628 | 3631 | }, |
3629 | 3632 | { |
3630 | 3633 | "name": "tijsverkoyen/css-to-inline-styles", |
... | ... | @@ -3675,20 +3678,21 @@ |
3675 | 3678 | }, |
3676 | 3679 | { |
3677 | 3680 | "name": "vlucas/phpdotenv", |
3678 | - "version": "v2.5.2", | |
3681 | + "version": "v2.6.1", | |
3679 | 3682 | "source": { |
3680 | 3683 | "type": "git", |
3681 | 3684 | "url": "https://github.com/vlucas/phpdotenv.git", |
3682 | - "reference": "cfd5dc225767ca154853752abc93aeec040fcf36" | |
3685 | + "reference": "2a7dcf7e3e02dc5e701004e51a6f304b713107d5" | |
3683 | 3686 | }, |
3684 | 3687 | "dist": { |
3685 | 3688 | "type": "zip", |
3686 | - "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/cfd5dc225767ca154853752abc93aeec040fcf36", | |
3687 | - "reference": "cfd5dc225767ca154853752abc93aeec040fcf36", | |
3689 | + "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/2a7dcf7e3e02dc5e701004e51a6f304b713107d5", | |
3690 | + "reference": "2a7dcf7e3e02dc5e701004e51a6f304b713107d5", | |
3688 | 3691 | "shasum": "" |
3689 | 3692 | }, |
3690 | 3693 | "require": { |
3691 | - "php": ">=5.3.9" | |
3694 | + "php": ">=5.3.9", | |
3695 | + "symfony/polyfill-ctype": "^1.9" | |
3692 | 3696 | }, |
3693 | 3697 | "require-dev": { |
3694 | 3698 | "phpunit/phpunit": "^4.8.35 || ^5.0" |
... | ... | @@ -3696,7 +3700,7 @@ |
3696 | 3700 | "type": "library", |
3697 | 3701 | "extra": { |
3698 | 3702 | "branch-alias": { |
3699 | - "dev-master": "2.5-dev" | |
3703 | + "dev-master": "2.6-dev" | |
3700 | 3704 | } |
3701 | 3705 | }, |
3702 | 3706 | "autoload": { |
... | ... | @@ -3721,7 +3725,7 @@ |
3721 | 3725 | "env", |
3722 | 3726 | "environment" |
3723 | 3727 | ], |
3724 | - "time": "2018-10-30T17:29:25+00:00" | |
3728 | + "time": "2019-01-29T11:11:52+00:00" | |
3725 | 3729 | }, |
3726 | 3730 | { |
3727 | 3731 | "name": "zendframework/zend-diactoros", |
... | ... | @@ -3852,16 +3856,16 @@ |
3852 | 3856 | }, |
3853 | 3857 | { |
3854 | 3858 | "name": "composer/xdebug-handler", |
3855 | - "version": "1.3.1", | |
3859 | + "version": "1.3.2", | |
3856 | 3860 | "source": { |
3857 | 3861 | "type": "git", |
3858 | 3862 | "url": "https://github.com/composer/xdebug-handler.git", |
3859 | - "reference": "dc523135366eb68f22268d069ea7749486458562" | |
3863 | + "reference": "d17708133b6c276d6e42ef887a877866b909d892" | |
3860 | 3864 | }, |
3861 | 3865 | "dist": { |
3862 | 3866 | "type": "zip", |
3863 | - "url": "https://api.github.com/repos/composer/xdebug-handler/zipball/dc523135366eb68f22268d069ea7749486458562", | |
3864 | - "reference": "dc523135366eb68f22268d069ea7749486458562", | |
3867 | + "url": "https://api.github.com/repos/composer/xdebug-handler/zipball/d17708133b6c276d6e42ef887a877866b909d892", | |
3868 | + "reference": "d17708133b6c276d6e42ef887a877866b909d892", | |
3865 | 3869 | "shasum": "" |
3866 | 3870 | }, |
3867 | 3871 | "require": { |
... | ... | @@ -3892,7 +3896,7 @@ |
3892 | 3896 | "Xdebug", |
3893 | 3897 | "performance" |
3894 | 3898 | ], |
3895 | - "time": "2018-11-29T10:59:02+00:00" | |
3899 | + "time": "2019-01-28T20:25:53+00:00" | |
3896 | 3900 | }, |
3897 | 3901 | { |
3898 | 3902 | "name": "doctrine/annotations", |
... | ... | @@ -4394,21 +4398,21 @@ |
4394 | 4398 | }, |
4395 | 4399 | { |
4396 | 4400 | "name": "laravel/telescope", |
4397 | - "version": "v1.0.10", | |
4401 | + "version": "v1.0.13", | |
4398 | 4402 | "source": { |
4399 | 4403 | "type": "git", |
4400 | 4404 | "url": "https://github.com/laravel/telescope.git", |
4401 | - "reference": "4962a3c3a5da71756dd01dad2ea86e55fbb86df8" | |
4405 | + "reference": "25c9e57f5000748eee371e750fe9a55e2ca10f1f" | |
4402 | 4406 | }, |
4403 | 4407 | "dist": { |
4404 | 4408 | "type": "zip", |
4405 | - "url": "https://api.github.com/repos/laravel/telescope/zipball/4962a3c3a5da71756dd01dad2ea86e55fbb86df8", | |
4406 | - "reference": "4962a3c3a5da71756dd01dad2ea86e55fbb86df8", | |
4409 | + "url": "https://api.github.com/repos/laravel/telescope/zipball/25c9e57f5000748eee371e750fe9a55e2ca10f1f", | |
4410 | + "reference": "25c9e57f5000748eee371e750fe9a55e2ca10f1f", | |
4407 | 4411 | "shasum": "" |
4408 | 4412 | }, |
4409 | 4413 | "require": { |
4410 | 4414 | "ext-json": "*", |
4411 | - "laravel/framework": "~5.7.7", | |
4415 | + "laravel/framework": "^5.7", | |
4412 | 4416 | "moontoast/math": "^1.1", |
4413 | 4417 | "php": "^7.1.3", |
4414 | 4418 | "symfony/var-dumper": "^4.1" |
... | ... | @@ -4453,7 +4457,7 @@ |
4453 | 4457 | "laravel", |
4454 | 4458 | "monitoring" |
4455 | 4459 | ], |
4456 | - "time": "2018-12-09T16:34:14+00:00" | |
4460 | + "time": "2019-01-31T19:18:34+00:00" | |
4457 | 4461 | }, |
4458 | 4462 | { |
4459 | 4463 | "name": "mikey179/vfsStream", |
... | ... | @@ -5402,16 +5406,16 @@ |
5402 | 5406 | }, |
5403 | 5407 | { |
5404 | 5408 | "name": "phpunit/phpunit", |
5405 | - "version": "7.5.2", | |
5409 | + "version": "7.5.3", | |
5406 | 5410 | "source": { |
5407 | 5411 | "type": "git", |
5408 | 5412 | "url": "https://github.com/sebastianbergmann/phpunit.git", |
5409 | - "reference": "7c89093bd00f7d5ddf0ab81dee04f801416b4944" | |
5413 | + "reference": "2cb759721e53bc05f56487f628c6b9fbb6c18746" | |
5410 | 5414 | }, |
5411 | 5415 | "dist": { |
5412 | 5416 | "type": "zip", |
5413 | - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/7c89093bd00f7d5ddf0ab81dee04f801416b4944", | |
5414 | - "reference": "7c89093bd00f7d5ddf0ab81dee04f801416b4944", | |
5417 | + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/2cb759721e53bc05f56487f628c6b9fbb6c18746", | |
5418 | + "reference": "2cb759721e53bc05f56487f628c6b9fbb6c18746", | |
5415 | 5419 | "shasum": "" |
5416 | 5420 | }, |
5417 | 5421 | "require": { |
... | ... | @@ -5482,7 +5486,7 @@ |
5482 | 5486 | "testing", |
5483 | 5487 | "xunit" |
5484 | 5488 | ], |
5485 | - "time": "2019-01-15T08:19:08+00:00" | |
5489 | + "time": "2019-02-01T05:24:07+00:00" | |
5486 | 5490 | }, |
5487 | 5491 | { |
5488 | 5492 | "name": "sebastian/code-unit-reverse-lookup", |
... | ... | @@ -5595,23 +5599,23 @@ |
5595 | 5599 | }, |
5596 | 5600 | { |
5597 | 5601 | "name": "sebastian/diff", |
5598 | - "version": "3.0.1", | |
5602 | + "version": "3.0.2", | |
5599 | 5603 | "source": { |
5600 | 5604 | "type": "git", |
5601 | 5605 | "url": "https://github.com/sebastianbergmann/diff.git", |
5602 | - "reference": "366541b989927187c4ca70490a35615d3fef2dce" | |
5606 | + "reference": "720fcc7e9b5cf384ea68d9d930d480907a0c1a29" | |
5603 | 5607 | }, |
5604 | 5608 | "dist": { |
5605 | 5609 | "type": "zip", |
5606 | - "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/366541b989927187c4ca70490a35615d3fef2dce", | |
5607 | - "reference": "366541b989927187c4ca70490a35615d3fef2dce", | |
5610 | + "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/720fcc7e9b5cf384ea68d9d930d480907a0c1a29", | |
5611 | + "reference": "720fcc7e9b5cf384ea68d9d930d480907a0c1a29", | |
5608 | 5612 | "shasum": "" |
5609 | 5613 | }, |
5610 | 5614 | "require": { |
5611 | 5615 | "php": "^7.1" |
5612 | 5616 | }, |
5613 | 5617 | "require-dev": { |
5614 | - "phpunit/phpunit": "^7.0", | |
5618 | + "phpunit/phpunit": "^7.5 || ^8.0", | |
5615 | 5619 | "symfony/process": "^2 || ^3.3 || ^4" |
5616 | 5620 | }, |
5617 | 5621 | "type": "library", |
... | ... | @@ -5647,32 +5651,35 @@ |
5647 | 5651 | "unidiff", |
5648 | 5652 | "unified diff" |
5649 | 5653 | ], |
5650 | - "time": "2018-06-10T07:54:39+00:00" | |
5654 | + "time": "2019-02-04T06:01:07+00:00" | |
5651 | 5655 | }, |
5652 | 5656 | { |
5653 | 5657 | "name": "sebastian/environment", |
5654 | - "version": "4.0.1", | |
5658 | + "version": "4.1.0", | |
5655 | 5659 | "source": { |
5656 | 5660 | "type": "git", |
5657 | 5661 | "url": "https://github.com/sebastianbergmann/environment.git", |
5658 | - "reference": "febd209a219cea7b56ad799b30ebbea34b71eb8f" | |
5662 | + "reference": "6fda8ce1974b62b14935adc02a9ed38252eca656" | |
5659 | 5663 | }, |
5660 | 5664 | "dist": { |
5661 | 5665 | "type": "zip", |
5662 | - "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/febd209a219cea7b56ad799b30ebbea34b71eb8f", | |
5663 | - "reference": "febd209a219cea7b56ad799b30ebbea34b71eb8f", | |
5666 | + "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/6fda8ce1974b62b14935adc02a9ed38252eca656", | |
5667 | + "reference": "6fda8ce1974b62b14935adc02a9ed38252eca656", | |
5664 | 5668 | "shasum": "" |
5665 | 5669 | }, |
5666 | 5670 | "require": { |
5667 | 5671 | "php": "^7.1" |
5668 | 5672 | }, |
5669 | 5673 | "require-dev": { |
5670 | - "phpunit/phpunit": "^7.4" | |
5674 | + "phpunit/phpunit": "^7.5" | |
5675 | + }, | |
5676 | + "suggest": { | |
5677 | + "ext-posix": "*" | |
5671 | 5678 | }, |
5672 | 5679 | "type": "library", |
5673 | 5680 | "extra": { |
5674 | 5681 | "branch-alias": { |
5675 | - "dev-master": "4.0-dev" | |
5682 | + "dev-master": "4.1-dev" | |
5676 | 5683 | } |
5677 | 5684 | }, |
5678 | 5685 | "autoload": { |
... | ... | @@ -5697,7 +5704,7 @@ |
5697 | 5704 | "environment", |
5698 | 5705 | "hhvm" |
5699 | 5706 | ], |
5700 | - "time": "2018-11-25T09:31:21+00:00" | |
5707 | + "time": "2019-02-01T05:27:49+00:00" | |
5701 | 5708 | }, |
5702 | 5709 | { |
5703 | 5710 | "name": "sebastian/exporter", |
... | ... | @@ -6049,16 +6056,16 @@ |
6049 | 6056 | }, |
6050 | 6057 | { |
6051 | 6058 | "name": "symfony/filesystem", |
6052 | - "version": "v4.2.2", | |
6059 | + "version": "v4.2.3", | |
6053 | 6060 | "source": { |
6054 | 6061 | "type": "git", |
6055 | 6062 | "url": "https://github.com/symfony/filesystem.git", |
6056 | - "reference": "c2ffd9a93f2d6c5be2f68a0aa7953cc229f871f8" | |
6063 | + "reference": "7c16ebc2629827d4ec915a52ac809768d060a4ee" | |
6057 | 6064 | }, |
6058 | 6065 | "dist": { |
6059 | 6066 | "type": "zip", |
6060 | - "url": "https://api.github.com/repos/symfony/filesystem/zipball/c2ffd9a93f2d6c5be2f68a0aa7953cc229f871f8", | |
6061 | - "reference": "c2ffd9a93f2d6c5be2f68a0aa7953cc229f871f8", | |
6067 | + "url": "https://api.github.com/repos/symfony/filesystem/zipball/7c16ebc2629827d4ec915a52ac809768d060a4ee", | |
6068 | + "reference": "7c16ebc2629827d4ec915a52ac809768d060a4ee", | |
6062 | 6069 | "shasum": "" |
6063 | 6070 | }, |
6064 | 6071 | "require": { |
... | ... | @@ -6095,20 +6102,20 @@ |
6095 | 6102 | ], |
6096 | 6103 | "description": "Symfony Filesystem Component", |
6097 | 6104 | "homepage": "https://symfony.com", |
6098 | - "time": "2019-01-03T09:07:35+00:00" | |
6105 | + "time": "2019-01-16T20:35:37+00:00" | |
6099 | 6106 | }, |
6100 | 6107 | { |
6101 | 6108 | "name": "symfony/options-resolver", |
6102 | - "version": "v4.2.2", | |
6109 | + "version": "v4.2.3", | |
6103 | 6110 | "source": { |
6104 | 6111 | "type": "git", |
6105 | 6112 | "url": "https://github.com/symfony/options-resolver.git", |
6106 | - "reference": "fbcb106aeee72f3450298bf73324d2cc00d083d1" | |
6113 | + "reference": "831b272963a8aa5a0613a1a7f013322d8161bbbb" | |
6107 | 6114 | }, |
6108 | 6115 | "dist": { |
6109 | 6116 | "type": "zip", |
6110 | - "url": "https://api.github.com/repos/symfony/options-resolver/zipball/fbcb106aeee72f3450298bf73324d2cc00d083d1", | |
6111 | - "reference": "fbcb106aeee72f3450298bf73324d2cc00d083d1", | |
6117 | + "url": "https://api.github.com/repos/symfony/options-resolver/zipball/831b272963a8aa5a0613a1a7f013322d8161bbbb", | |
6118 | + "reference": "831b272963a8aa5a0613a1a7f013322d8161bbbb", | |
6112 | 6119 | "shasum": "" |
6113 | 6120 | }, |
6114 | 6121 | "require": { |
... | ... | @@ -6149,7 +6156,7 @@ |
6149 | 6156 | "configuration", |
6150 | 6157 | "options" |
6151 | 6158 | ], |
6152 | - "time": "2019-01-03T09:07:35+00:00" | |
6159 | + "time": "2019-01-16T21:31:25+00:00" | |
6153 | 6160 | }, |
6154 | 6161 | { |
6155 | 6162 | "name": "symfony/polyfill-php70", |
... | ... | @@ -6212,16 +6219,16 @@ |
6212 | 6219 | }, |
6213 | 6220 | { |
6214 | 6221 | "name": "symfony/stopwatch", |
6215 | - "version": "v4.2.2", | |
6222 | + "version": "v4.2.3", | |
6216 | 6223 | "source": { |
6217 | 6224 | "type": "git", |
6218 | 6225 | "url": "https://github.com/symfony/stopwatch.git", |
6219 | - "reference": "af62b35760fc92c8dbdce659b4eebdfe0e6a0472" | |
6226 | + "reference": "b1a5f646d56a3290230dbc8edf2a0d62cda23f67" | |
6220 | 6227 | }, |
6221 | 6228 | "dist": { |
6222 | 6229 | "type": "zip", |
6223 | - "url": "https://api.github.com/repos/symfony/stopwatch/zipball/af62b35760fc92c8dbdce659b4eebdfe0e6a0472", | |
6224 | - "reference": "af62b35760fc92c8dbdce659b4eebdfe0e6a0472", | |
6230 | + "url": "https://api.github.com/repos/symfony/stopwatch/zipball/b1a5f646d56a3290230dbc8edf2a0d62cda23f67", | |
6231 | + "reference": "b1a5f646d56a3290230dbc8edf2a0d62cda23f67", | |
6225 | 6232 | "shasum": "" |
6226 | 6233 | }, |
6227 | 6234 | "require": { |
... | ... | @@ -6258,20 +6265,20 @@ |
6258 | 6265 | ], |
6259 | 6266 | "description": "Symfony Stopwatch Component", |
6260 | 6267 | "homepage": "https://symfony.com", |
6261 | - "time": "2019-01-03T09:07:35+00:00" | |
6268 | + "time": "2019-01-16T20:31:39+00:00" | |
6262 | 6269 | }, |
6263 | 6270 | { |
6264 | 6271 | "name": "symfony/yaml", |
6265 | - "version": "v4.2.2", | |
6272 | + "version": "v4.2.3", | |
6266 | 6273 | "source": { |
6267 | 6274 | "type": "git", |
6268 | 6275 | "url": "https://github.com/symfony/yaml.git", |
6269 | - "reference": "d0aa6c0ea484087927b49fd513383a7d36190ca6" | |
6276 | + "reference": "d461670ee145092b7e2a56c1da7118f19cadadb0" | |
6270 | 6277 | }, |
6271 | 6278 | "dist": { |
6272 | 6279 | "type": "zip", |
6273 | - "url": "https://api.github.com/repos/symfony/yaml/zipball/d0aa6c0ea484087927b49fd513383a7d36190ca6", | |
6274 | - "reference": "d0aa6c0ea484087927b49fd513383a7d36190ca6", | |
6280 | + "url": "https://api.github.com/repos/symfony/yaml/zipball/d461670ee145092b7e2a56c1da7118f19cadadb0", | |
6281 | + "reference": "d461670ee145092b7e2a56c1da7118f19cadadb0", | |
6275 | 6282 | "shasum": "" |
6276 | 6283 | }, |
6277 | 6284 | "require": { |
... | ... | @@ -6317,7 +6324,7 @@ |
6317 | 6324 | ], |
6318 | 6325 | "description": "Symfony Yaml Component", |
6319 | 6326 | "homepage": "https://symfony.com", |
6320 | - "time": "2019-01-03T09:07:35+00:00" | |
6327 | + "time": "2019-01-16T20:35:37+00:00" | |
6321 | 6328 | }, |
6322 | 6329 | { |
6323 | 6330 | "name": "theseer/tokenizer", |
... | ... | @@ -6418,6 +6425,7 @@ |
6418 | 6425 | "prefer-lowest": false, |
6419 | 6426 | "platform": { |
6420 | 6427 | "php": "^7.1.3", |
6428 | + "ext-json": "*", | |
6421 | 6429 | "ext-pgsql": "*" |
6422 | 6430 | }, |
6423 | 6431 | "platform-dev": [] | ... | ... |