diff options
-rw-r--r-- | composer.lock | 192 |
1 files changed, 96 insertions, 96 deletions
diff --git a/composer.lock b/composer.lock index 6c0d66bc..b67ff0df 100644 --- a/composer.lock +++ b/composer.lock | |||
@@ -412,16 +412,16 @@ | |||
412 | }, | 412 | }, |
413 | { | 413 | { |
414 | "name": "doctrine/cache", | 414 | "name": "doctrine/cache", |
415 | "version": "1.9.1", | 415 | "version": "1.10.0", |
416 | "source": { | 416 | "source": { |
417 | "type": "git", | 417 | "type": "git", |
418 | "url": "https://github.com/doctrine/cache.git", | 418 | "url": "https://github.com/doctrine/cache.git", |
419 | "reference": "89a5c76c39c292f7798f964ab3c836c3f8192a55" | 419 | "reference": "382e7f4db9a12dc6c19431743a2b096041bcdd62" |
420 | }, | 420 | }, |
421 | "dist": { | 421 | "dist": { |
422 | "type": "zip", | 422 | "type": "zip", |
423 | "url": "https://api.github.com/repos/doctrine/cache/zipball/89a5c76c39c292f7798f964ab3c836c3f8192a55", | 423 | "url": "https://api.github.com/repos/doctrine/cache/zipball/382e7f4db9a12dc6c19431743a2b096041bcdd62", |
424 | "reference": "89a5c76c39c292f7798f964ab3c836c3f8192a55", | 424 | "reference": "382e7f4db9a12dc6c19431743a2b096041bcdd62", |
425 | "shasum": "" | 425 | "shasum": "" |
426 | }, | 426 | }, |
427 | "require": { | 427 | "require": { |
@@ -488,10 +488,9 @@ | |||
488 | "memcached", | 488 | "memcached", |
489 | "php", | 489 | "php", |
490 | "redis", | 490 | "redis", |
491 | "riak", | ||
492 | "xcache" | 491 | "xcache" |
493 | ], | 492 | ], |
494 | "time": "2019-11-15T14:31:57+00:00" | 493 | "time": "2019-11-29T15:36:20+00:00" |
495 | }, | 494 | }, |
496 | { | 495 | { |
497 | "name": "doctrine/collections", | 496 | "name": "doctrine/collections", |
@@ -820,39 +819,39 @@ | |||
820 | }, | 819 | }, |
821 | { | 820 | { |
822 | "name": "doctrine/doctrine-cache-bundle", | 821 | "name": "doctrine/doctrine-cache-bundle", |
823 | "version": "1.3.5", | 822 | "version": "1.4.0", |
824 | "source": { | 823 | "source": { |
825 | "type": "git", | 824 | "type": "git", |
826 | "url": "https://github.com/doctrine/DoctrineCacheBundle.git", | 825 | "url": "https://github.com/doctrine/DoctrineCacheBundle.git", |
827 | "reference": "5514c90d9fb595e1095e6d66ebb98ce9ef049927" | 826 | "reference": "6bee2f9b339847e8a984427353670bad4e7bdccb" |
828 | }, | 827 | }, |
829 | "dist": { | 828 | "dist": { |
830 | "type": "zip", | 829 | "type": "zip", |
831 | "url": "https://api.github.com/repos/doctrine/DoctrineCacheBundle/zipball/5514c90d9fb595e1095e6d66ebb98ce9ef049927", | 830 | "url": "https://api.github.com/repos/doctrine/DoctrineCacheBundle/zipball/6bee2f9b339847e8a984427353670bad4e7bdccb", |
832 | "reference": "5514c90d9fb595e1095e6d66ebb98ce9ef049927", | 831 | "reference": "6bee2f9b339847e8a984427353670bad4e7bdccb", |
833 | "shasum": "" | 832 | "shasum": "" |
834 | }, | 833 | }, |
835 | "require": { | 834 | "require": { |
836 | "doctrine/cache": "^1.4.2", | 835 | "doctrine/cache": "^1.4.2", |
837 | "doctrine/inflector": "~1.0", | 836 | "doctrine/inflector": "^1.0", |
838 | "php": ">=5.3.2", | 837 | "php": "^7.1", |
839 | "symfony/doctrine-bridge": "~2.7|~3.3|~4.0" | 838 | "symfony/doctrine-bridge": "^3.4|^4.0" |
840 | }, | 839 | }, |
841 | "require-dev": { | 840 | "require-dev": { |
842 | "instaclick/coding-standard": "~1.1", | 841 | "instaclick/coding-standard": "~1.1", |
843 | "instaclick/object-calisthenics-sniffs": "dev-master", | 842 | "instaclick/object-calisthenics-sniffs": "dev-master", |
844 | "instaclick/symfony2-coding-standard": "dev-remaster", | 843 | "instaclick/symfony2-coding-standard": "dev-remaster", |
845 | "phpunit/phpunit": "~4.8.36|~5.6|~6.5|~7.0", | 844 | "phpunit/phpunit": "^7.0", |
846 | "predis/predis": "~0.8", | 845 | "predis/predis": "~0.8", |
847 | "satooshi/php-coveralls": "^1.0", | 846 | "satooshi/php-coveralls": "^1.0", |
848 | "squizlabs/php_codesniffer": "~1.5", | 847 | "squizlabs/php_codesniffer": "~1.5", |
849 | "symfony/console": "~2.7|~3.3|~4.0", | 848 | "symfony/console": "^3.4|^4.0", |
850 | "symfony/finder": "~2.7|~3.3|~4.0", | 849 | "symfony/finder": "^3.4|^4.0", |
851 | "symfony/framework-bundle": "~2.7|~3.3|~4.0", | 850 | "symfony/framework-bundle": "^3.4|^4.0", |
852 | "symfony/phpunit-bridge": "~2.7|~3.3|~4.0", | 851 | "symfony/phpunit-bridge": "^3.4|^4.0", |
853 | "symfony/security-acl": "~2.7|~3.3", | 852 | "symfony/security-acl": "^2.8", |
854 | "symfony/validator": "~2.7|~3.3|~4.0", | 853 | "symfony/validator": "^3.4|^4.0", |
855 | "symfony/yaml": "~2.7|~3.3|~4.0" | 854 | "symfony/yaml": "^3.4|^4.0" |
856 | }, | 855 | }, |
857 | "suggest": { | 856 | "suggest": { |
858 | "symfony/security-acl": "For using this bundle to cache ACLs" | 857 | "symfony/security-acl": "For using this bundle to cache ACLs" |
@@ -860,7 +859,7 @@ | |||
860 | "type": "symfony-bundle", | 859 | "type": "symfony-bundle", |
861 | "extra": { | 860 | "extra": { |
862 | "branch-alias": { | 861 | "branch-alias": { |
863 | "dev-master": "1.3.x-dev" | 862 | "dev-master": "1.4.x-dev" |
864 | } | 863 | } |
865 | }, | 864 | }, |
866 | "autoload": { | 865 | "autoload": { |
@@ -877,8 +876,8 @@ | |||
877 | ], | 876 | ], |
878 | "authors": [ | 877 | "authors": [ |
879 | { | 878 | { |
880 | "name": "Symfony Community", | 879 | "name": "Fabien Potencier", |
881 | "homepage": "http://symfony.com/contributors" | 880 | "email": "fabien@symfony.com" |
882 | }, | 881 | }, |
883 | { | 882 | { |
884 | "name": "Benjamin Eberlei", | 883 | "name": "Benjamin Eberlei", |
@@ -893,12 +892,12 @@ | |||
893 | "email": "guilhermeblanco@hotmail.com" | 892 | "email": "guilhermeblanco@hotmail.com" |
894 | }, | 893 | }, |
895 | { | 894 | { |
896 | "name": "Doctrine Project", | 895 | "name": "Symfony Community", |
897 | "homepage": "http://www.doctrine-project.org/" | 896 | "homepage": "http://symfony.com/contributors" |
898 | }, | 897 | }, |
899 | { | 898 | { |
900 | "name": "Fabien Potencier", | 899 | "name": "Doctrine Project", |
901 | "email": "fabien@symfony.com" | 900 | "homepage": "http://www.doctrine-project.org/" |
902 | } | 901 | } |
903 | ], | 902 | ], |
904 | "description": "Symfony Bundle for Doctrine Cache", | 903 | "description": "Symfony Bundle for Doctrine Cache", |
@@ -907,7 +906,7 @@ | |||
907 | "cache", | 906 | "cache", |
908 | "caching" | 907 | "caching" |
909 | ], | 908 | ], |
910 | "time": "2018-11-09T06:25:35+00:00" | 909 | "time": "2019-11-29T11:22:01+00:00" |
911 | }, | 910 | }, |
912 | { | 911 | { |
913 | "name": "doctrine/doctrine-migrations-bundle", | 912 | "name": "doctrine/doctrine-migrations-bundle", |
@@ -1756,27 +1755,27 @@ | |||
1756 | }, | 1755 | }, |
1757 | { | 1756 | { |
1758 | "name": "friendsofsymfony/jsrouting-bundle", | 1757 | "name": "friendsofsymfony/jsrouting-bundle", |
1759 | "version": "2.4.0", | 1758 | "version": "2.5.1", |
1760 | "source": { | 1759 | "source": { |
1761 | "type": "git", | 1760 | "type": "git", |
1762 | "url": "https://github.com/FriendsOfSymfony/FOSJsRoutingBundle.git", | 1761 | "url": "https://github.com/FriendsOfSymfony/FOSJsRoutingBundle.git", |
1763 | "reference": "e42ed450eac2b61d5fcba9cd834c294a429e9a40" | 1762 | "reference": "81cf14bf3db5e6fe3ef0442fc762891422005d3b" |
1764 | }, | 1763 | }, |
1765 | "dist": { | 1764 | "dist": { |
1766 | "type": "zip", | 1765 | "type": "zip", |
1767 | "url": "https://api.github.com/repos/FriendsOfSymfony/FOSJsRoutingBundle/zipball/e42ed450eac2b61d5fcba9cd834c294a429e9a40", | 1766 | "url": "https://api.github.com/repos/FriendsOfSymfony/FOSJsRoutingBundle/zipball/81cf14bf3db5e6fe3ef0442fc762891422005d3b", |
1768 | "reference": "e42ed450eac2b61d5fcba9cd834c294a429e9a40", | 1767 | "reference": "81cf14bf3db5e6fe3ef0442fc762891422005d3b", |
1769 | "shasum": "" | 1768 | "shasum": "" |
1770 | }, | 1769 | }, |
1771 | "require": { | 1770 | "require": { |
1772 | "php": "^5.3.9|^7.0", | 1771 | "php": "^7.1", |
1773 | "symfony/console": "~2.7||~3.0|^4.0", | 1772 | "symfony/console": "~3.3|^4.0|^5.0", |
1774 | "symfony/framework-bundle": "~2.7||~3.0|^4.0", | 1773 | "symfony/framework-bundle": "~3.3|^4.0|^5.0", |
1775 | "symfony/serializer": "~2.7||~3.0|^4.0", | 1774 | "symfony/serializer": "~3.3|^4.0|^5.0", |
1776 | "willdurand/jsonp-callback-validator": "~1.0" | 1775 | "willdurand/jsonp-callback-validator": "~1.0" |
1777 | }, | 1776 | }, |
1778 | "require-dev": { | 1777 | "require-dev": { |
1779 | "symfony/expression-language": "~2.7||~3.0|^4.0", | 1778 | "symfony/expression-language": "~3.3|^4.0|^5.0", |
1780 | "symfony/phpunit-bridge": "^3.3|^4.0" | 1779 | "symfony/phpunit-bridge": "^3.3|^4.0" |
1781 | }, | 1780 | }, |
1782 | "type": "symfony-bundle", | 1781 | "type": "symfony-bundle", |
@@ -1814,7 +1813,7 @@ | |||
1814 | "javascript", | 1813 | "javascript", |
1815 | "routing" | 1814 | "routing" |
1816 | ], | 1815 | ], |
1817 | "time": "2019-08-10T15:40:05+00:00" | 1816 | "time": "2019-12-02T08:01:22+00:00" |
1818 | }, | 1817 | }, |
1819 | { | 1818 | { |
1820 | "name": "friendsofsymfony/oauth-server-bundle", | 1819 | "name": "friendsofsymfony/oauth-server-bundle", |
@@ -8278,16 +8277,16 @@ | |||
8278 | }, | 8277 | }, |
8279 | { | 8278 | { |
8280 | "name": "symfony/polyfill-apcu", | 8279 | "name": "symfony/polyfill-apcu", |
8281 | "version": "v1.12.0", | 8280 | "version": "v1.13.1", |
8282 | "source": { | 8281 | "source": { |
8283 | "type": "git", | 8282 | "type": "git", |
8284 | "url": "https://github.com/symfony/polyfill-apcu.git", | 8283 | "url": "https://github.com/symfony/polyfill-apcu.git", |
8285 | "reference": "71ce80635d5dcd67772b4dda00b86068595f64d5" | 8284 | "reference": "a8e961c841b9ec52927a87914f8820a1ad8f8116" |
8286 | }, | 8285 | }, |
8287 | "dist": { | 8286 | "dist": { |
8288 | "type": "zip", | 8287 | "type": "zip", |
8289 | "url": "https://api.github.com/repos/symfony/polyfill-apcu/zipball/71ce80635d5dcd67772b4dda00b86068595f64d5", | 8288 | "url": "https://api.github.com/repos/symfony/polyfill-apcu/zipball/a8e961c841b9ec52927a87914f8820a1ad8f8116", |
8290 | "reference": "71ce80635d5dcd67772b4dda00b86068595f64d5", | 8289 | "reference": "a8e961c841b9ec52927a87914f8820a1ad8f8116", |
8291 | "shasum": "" | 8290 | "shasum": "" |
8292 | }, | 8291 | }, |
8293 | "require": { | 8292 | "require": { |
@@ -8296,7 +8295,7 @@ | |||
8296 | "type": "library", | 8295 | "type": "library", |
8297 | "extra": { | 8296 | "extra": { |
8298 | "branch-alias": { | 8297 | "branch-alias": { |
8299 | "dev-master": "1.12-dev" | 8298 | "dev-master": "1.13-dev" |
8300 | } | 8299 | } |
8301 | }, | 8300 | }, |
8302 | "autoload": { | 8301 | "autoload": { |
@@ -8330,20 +8329,20 @@ | |||
8330 | "portable", | 8329 | "portable", |
8331 | "shim" | 8330 | "shim" |
8332 | ], | 8331 | ], |
8333 | "time": "2019-08-06T08:03:45+00:00" | 8332 | "time": "2019-11-27T13:56:44+00:00" |
8334 | }, | 8333 | }, |
8335 | { | 8334 | { |
8336 | "name": "symfony/polyfill-ctype", | 8335 | "name": "symfony/polyfill-ctype", |
8337 | "version": "v1.12.0", | 8336 | "version": "v1.13.1", |
8338 | "source": { | 8337 | "source": { |
8339 | "type": "git", | 8338 | "type": "git", |
8340 | "url": "https://github.com/symfony/polyfill-ctype.git", | 8339 | "url": "https://github.com/symfony/polyfill-ctype.git", |
8341 | "reference": "550ebaac289296ce228a706d0867afc34687e3f4" | 8340 | "reference": "f8f0b461be3385e56d6de3dbb5a0df24c0c275e3" |
8342 | }, | 8341 | }, |
8343 | "dist": { | 8342 | "dist": { |
8344 | "type": "zip", | 8343 | "type": "zip", |
8345 | "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/550ebaac289296ce228a706d0867afc34687e3f4", | 8344 | "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/f8f0b461be3385e56d6de3dbb5a0df24c0c275e3", |
8346 | "reference": "550ebaac289296ce228a706d0867afc34687e3f4", | 8345 | "reference": "f8f0b461be3385e56d6de3dbb5a0df24c0c275e3", |
8347 | "shasum": "" | 8346 | "shasum": "" |
8348 | }, | 8347 | }, |
8349 | "require": { | 8348 | "require": { |
@@ -8355,7 +8354,7 @@ | |||
8355 | "type": "library", | 8354 | "type": "library", |
8356 | "extra": { | 8355 | "extra": { |
8357 | "branch-alias": { | 8356 | "branch-alias": { |
8358 | "dev-master": "1.12-dev" | 8357 | "dev-master": "1.13-dev" |
8359 | } | 8358 | } |
8360 | }, | 8359 | }, |
8361 | "autoload": { | 8360 | "autoload": { |
@@ -8388,7 +8387,7 @@ | |||
8388 | "polyfill", | 8387 | "polyfill", |
8389 | "portable" | 8388 | "portable" |
8390 | ], | 8389 | ], |
8391 | "time": "2019-08-06T08:03:45+00:00" | 8390 | "time": "2019-11-27T13:56:44+00:00" |
8392 | }, | 8391 | }, |
8393 | { | 8392 | { |
8394 | "name": "symfony/polyfill-iconv", | 8393 | "name": "symfony/polyfill-iconv", |
@@ -8451,16 +8450,16 @@ | |||
8451 | }, | 8450 | }, |
8452 | { | 8451 | { |
8453 | "name": "symfony/polyfill-intl-icu", | 8452 | "name": "symfony/polyfill-intl-icu", |
8454 | "version": "v1.12.0", | 8453 | "version": "v1.13.1", |
8455 | "source": { | 8454 | "source": { |
8456 | "type": "git", | 8455 | "type": "git", |
8457 | "url": "https://github.com/symfony/polyfill-intl-icu.git", | 8456 | "url": "https://github.com/symfony/polyfill-intl-icu.git", |
8458 | "reference": "66810b9d6eb4af54d543867909d65ab9af654d7e" | 8457 | "reference": "b3dffd68afa61ca70f2327f2dd9bbeb6aa53d70b" |
8459 | }, | 8458 | }, |
8460 | "dist": { | 8459 | "dist": { |
8461 | "type": "zip", | 8460 | "type": "zip", |
8462 | "url": "https://api.github.com/repos/symfony/polyfill-intl-icu/zipball/66810b9d6eb4af54d543867909d65ab9af654d7e", | 8461 | "url": "https://api.github.com/repos/symfony/polyfill-intl-icu/zipball/b3dffd68afa61ca70f2327f2dd9bbeb6aa53d70b", |
8463 | "reference": "66810b9d6eb4af54d543867909d65ab9af654d7e", | 8462 | "reference": "b3dffd68afa61ca70f2327f2dd9bbeb6aa53d70b", |
8464 | "shasum": "" | 8463 | "shasum": "" |
8465 | }, | 8464 | }, |
8466 | "require": { | 8465 | "require": { |
@@ -8473,7 +8472,7 @@ | |||
8473 | "type": "library", | 8472 | "type": "library", |
8474 | "extra": { | 8473 | "extra": { |
8475 | "branch-alias": { | 8474 | "branch-alias": { |
8476 | "dev-master": "1.12-dev" | 8475 | "dev-master": "1.13-dev" |
8477 | } | 8476 | } |
8478 | }, | 8477 | }, |
8479 | "autoload": { | 8478 | "autoload": { |
@@ -8505,7 +8504,7 @@ | |||
8505 | "portable", | 8504 | "portable", |
8506 | "shim" | 8505 | "shim" |
8507 | ], | 8506 | ], |
8508 | "time": "2019-08-06T08:03:45+00:00" | 8507 | "time": "2019-11-27T13:56:44+00:00" |
8509 | }, | 8508 | }, |
8510 | { | 8509 | { |
8511 | "name": "symfony/polyfill-intl-idn", | 8510 | "name": "symfony/polyfill-intl-idn", |
@@ -8571,16 +8570,16 @@ | |||
8571 | }, | 8570 | }, |
8572 | { | 8571 | { |
8573 | "name": "symfony/polyfill-mbstring", | 8572 | "name": "symfony/polyfill-mbstring", |
8574 | "version": "v1.12.0", | 8573 | "version": "v1.13.1", |
8575 | "source": { | 8574 | "source": { |
8576 | "type": "git", | 8575 | "type": "git", |
8577 | "url": "https://github.com/symfony/polyfill-mbstring.git", | 8576 | "url": "https://github.com/symfony/polyfill-mbstring.git", |
8578 | "reference": "b42a2f66e8f1b15ccf25652c3424265923eb4f17" | 8577 | "reference": "7b4aab9743c30be783b73de055d24a39cf4b954f" |
8579 | }, | 8578 | }, |
8580 | "dist": { | 8579 | "dist": { |
8581 | "type": "zip", | 8580 | "type": "zip", |
8582 | "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/b42a2f66e8f1b15ccf25652c3424265923eb4f17", | 8581 | "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/7b4aab9743c30be783b73de055d24a39cf4b954f", |
8583 | "reference": "b42a2f66e8f1b15ccf25652c3424265923eb4f17", | 8582 | "reference": "7b4aab9743c30be783b73de055d24a39cf4b954f", |
8584 | "shasum": "" | 8583 | "shasum": "" |
8585 | }, | 8584 | }, |
8586 | "require": { | 8585 | "require": { |
@@ -8592,7 +8591,7 @@ | |||
8592 | "type": "library", | 8591 | "type": "library", |
8593 | "extra": { | 8592 | "extra": { |
8594 | "branch-alias": { | 8593 | "branch-alias": { |
8595 | "dev-master": "1.12-dev" | 8594 | "dev-master": "1.13-dev" |
8596 | } | 8595 | } |
8597 | }, | 8596 | }, |
8598 | "autoload": { | 8597 | "autoload": { |
@@ -8626,20 +8625,20 @@ | |||
8626 | "portable", | 8625 | "portable", |
8627 | "shim" | 8626 | "shim" |
8628 | ], | 8627 | ], |
8629 | "time": "2019-08-06T08:03:45+00:00" | 8628 | "time": "2019-11-27T14:18:11+00:00" |
8630 | }, | 8629 | }, |
8631 | { | 8630 | { |
8632 | "name": "symfony/polyfill-php56", | 8631 | "name": "symfony/polyfill-php56", |
8633 | "version": "v1.12.0", | 8632 | "version": "v1.13.1", |
8634 | "source": { | 8633 | "source": { |
8635 | "type": "git", | 8634 | "type": "git", |
8636 | "url": "https://github.com/symfony/polyfill-php56.git", | 8635 | "url": "https://github.com/symfony/polyfill-php56.git", |
8637 | "reference": "0e3b212e96a51338639d8ce175c046d7729c3403" | 8636 | "reference": "53dd1cdf3cb986893ccf2b96665b25b3abb384f4" |
8638 | }, | 8637 | }, |
8639 | "dist": { | 8638 | "dist": { |
8640 | "type": "zip", | 8639 | "type": "zip", |
8641 | "url": "https://api.github.com/repos/symfony/polyfill-php56/zipball/0e3b212e96a51338639d8ce175c046d7729c3403", | 8640 | "url": "https://api.github.com/repos/symfony/polyfill-php56/zipball/53dd1cdf3cb986893ccf2b96665b25b3abb384f4", |
8642 | "reference": "0e3b212e96a51338639d8ce175c046d7729c3403", | 8641 | "reference": "53dd1cdf3cb986893ccf2b96665b25b3abb384f4", |
8643 | "shasum": "" | 8642 | "shasum": "" |
8644 | }, | 8643 | }, |
8645 | "require": { | 8644 | "require": { |
@@ -8649,7 +8648,7 @@ | |||
8649 | "type": "library", | 8648 | "type": "library", |
8650 | "extra": { | 8649 | "extra": { |
8651 | "branch-alias": { | 8650 | "branch-alias": { |
8652 | "dev-master": "1.12-dev" | 8651 | "dev-master": "1.13-dev" |
8653 | } | 8652 | } |
8654 | }, | 8653 | }, |
8655 | "autoload": { | 8654 | "autoload": { |
@@ -8682,20 +8681,20 @@ | |||
8682 | "portable", | 8681 | "portable", |
8683 | "shim" | 8682 | "shim" |
8684 | ], | 8683 | ], |
8685 | "time": "2019-08-06T08:03:45+00:00" | 8684 | "time": "2019-11-27T13:56:44+00:00" |
8686 | }, | 8685 | }, |
8687 | { | 8686 | { |
8688 | "name": "symfony/polyfill-php70", | 8687 | "name": "symfony/polyfill-php70", |
8689 | "version": "v1.12.0", | 8688 | "version": "v1.13.1", |
8690 | "source": { | 8689 | "source": { |
8691 | "type": "git", | 8690 | "type": "git", |
8692 | "url": "https://github.com/symfony/polyfill-php70.git", | 8691 | "url": "https://github.com/symfony/polyfill-php70.git", |
8693 | "reference": "54b4c428a0054e254223797d2713c31e08610831" | 8692 | "reference": "af23c7bb26a73b850840823662dda371484926c4" |
8694 | }, | 8693 | }, |
8695 | "dist": { | 8694 | "dist": { |
8696 | "type": "zip", | 8695 | "type": "zip", |
8697 | "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/54b4c428a0054e254223797d2713c31e08610831", | 8696 | "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/af23c7bb26a73b850840823662dda371484926c4", |
8698 | "reference": "54b4c428a0054e254223797d2713c31e08610831", | 8697 | "reference": "af23c7bb26a73b850840823662dda371484926c4", |
8699 | "shasum": "" | 8698 | "shasum": "" |
8700 | }, | 8699 | }, |
8701 | "require": { | 8700 | "require": { |
@@ -8705,7 +8704,7 @@ | |||
8705 | "type": "library", | 8704 | "type": "library", |
8706 | "extra": { | 8705 | "extra": { |
8707 | "branch-alias": { | 8706 | "branch-alias": { |
8708 | "dev-master": "1.12-dev" | 8707 | "dev-master": "1.13-dev" |
8709 | } | 8708 | } |
8710 | }, | 8709 | }, |
8711 | "autoload": { | 8710 | "autoload": { |
@@ -8741,7 +8740,7 @@ | |||
8741 | "portable", | 8740 | "portable", |
8742 | "shim" | 8741 | "shim" |
8743 | ], | 8742 | ], |
8744 | "time": "2019-08-06T08:03:45+00:00" | 8743 | "time": "2019-11-27T13:56:44+00:00" |
8745 | }, | 8744 | }, |
8746 | { | 8745 | { |
8747 | "name": "symfony/polyfill-php72", | 8746 | "name": "symfony/polyfill-php72", |
@@ -8858,16 +8857,16 @@ | |||
8858 | }, | 8857 | }, |
8859 | { | 8858 | { |
8860 | "name": "symfony/polyfill-util", | 8859 | "name": "symfony/polyfill-util", |
8861 | "version": "v1.12.0", | 8860 | "version": "v1.13.1", |
8862 | "source": { | 8861 | "source": { |
8863 | "type": "git", | 8862 | "type": "git", |
8864 | "url": "https://github.com/symfony/polyfill-util.git", | 8863 | "url": "https://github.com/symfony/polyfill-util.git", |
8865 | "reference": "4317de1386717b4c22caed7725350a8887ab205c" | 8864 | "reference": "964a67f293b66b95883a5ed918a65354fcd2258f" |
8866 | }, | 8865 | }, |
8867 | "dist": { | 8866 | "dist": { |
8868 | "type": "zip", | 8867 | "type": "zip", |
8869 | "url": "https://api.github.com/repos/symfony/polyfill-util/zipball/4317de1386717b4c22caed7725350a8887ab205c", | 8868 | "url": "https://api.github.com/repos/symfony/polyfill-util/zipball/964a67f293b66b95883a5ed918a65354fcd2258f", |
8870 | "reference": "4317de1386717b4c22caed7725350a8887ab205c", | 8869 | "reference": "964a67f293b66b95883a5ed918a65354fcd2258f", |
8871 | "shasum": "" | 8870 | "shasum": "" |
8872 | }, | 8871 | }, |
8873 | "require": { | 8872 | "require": { |
@@ -8876,7 +8875,7 @@ | |||
8876 | "type": "library", | 8875 | "type": "library", |
8877 | "extra": { | 8876 | "extra": { |
8878 | "branch-alias": { | 8877 | "branch-alias": { |
8879 | "dev-master": "1.12-dev" | 8878 | "dev-master": "1.13-dev" |
8880 | } | 8879 | } |
8881 | }, | 8880 | }, |
8882 | "autoload": { | 8881 | "autoload": { |
@@ -8906,7 +8905,7 @@ | |||
8906 | "polyfill", | 8905 | "polyfill", |
8907 | "shim" | 8906 | "shim" |
8908 | ], | 8907 | ], |
8909 | "time": "2019-08-06T08:03:45+00:00" | 8908 | "time": "2019-11-27T13:56:44+00:00" |
8910 | }, | 8909 | }, |
8911 | { | 8910 | { |
8912 | "name": "symfony/swiftmailer-bundle", | 8911 | "name": "symfony/swiftmailer-bundle", |
@@ -8975,16 +8974,16 @@ | |||
8975 | }, | 8974 | }, |
8976 | { | 8975 | { |
8977 | "name": "symfony/symfony", | 8976 | "name": "symfony/symfony", |
8978 | "version": "v3.4.35", | 8977 | "version": "v3.4.36", |
8979 | "source": { | 8978 | "source": { |
8980 | "type": "git", | 8979 | "type": "git", |
8981 | "url": "https://github.com/symfony/symfony.git", | 8980 | "url": "https://github.com/symfony/symfony.git", |
8982 | "reference": "2adc85d49cbe14e346068fa7e9c2e1f08ab31de6" | 8981 | "reference": "0a6fccb5772ad2467253e6849d589bd09d9eb195" |
8983 | }, | 8982 | }, |
8984 | "dist": { | 8983 | "dist": { |
8985 | "type": "zip", | 8984 | "type": "zip", |
8986 | "url": "https://api.github.com/repos/symfony/symfony/zipball/2adc85d49cbe14e346068fa7e9c2e1f08ab31de6", | 8985 | "url": "https://api.github.com/repos/symfony/symfony/zipball/0a6fccb5772ad2467253e6849d589bd09d9eb195", |
8987 | "reference": "2adc85d49cbe14e346068fa7e9c2e1f08ab31de6", | 8986 | "reference": "0a6fccb5772ad2467253e6849d589bd09d9eb195", |
8988 | "shasum": "" | 8987 | "shasum": "" |
8989 | }, | 8988 | }, |
8990 | "require": { | 8989 | "require": { |
@@ -9006,6 +9005,7 @@ | |||
9006 | "twig/twig": "^1.41|^2.10" | 9005 | "twig/twig": "^1.41|^2.10" |
9007 | }, | 9006 | }, |
9008 | "conflict": { | 9007 | "conflict": { |
9008 | "monolog/monolog": ">=2", | ||
9009 | "phpdocumentor/reflection-docblock": "<3.0||>=3.2.0,<3.2.2", | 9009 | "phpdocumentor/reflection-docblock": "<3.0||>=3.2.0,<3.2.2", |
9010 | "phpdocumentor/type-resolver": "<0.3.0", | 9010 | "phpdocumentor/type-resolver": "<0.3.0", |
9011 | "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0" | 9011 | "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0" |
@@ -9126,7 +9126,7 @@ | |||
9126 | "keywords": [ | 9126 | "keywords": [ |
9127 | "framework" | 9127 | "framework" |
9128 | ], | 9128 | ], |
9129 | "time": "2019-11-13T08:45:05+00:00" | 9129 | "time": "2019-12-01T13:50:53+00:00" |
9130 | }, | 9130 | }, |
9131 | { | 9131 | { |
9132 | "name": "true/punycode", | 9132 | "name": "true/punycode", |
@@ -9414,16 +9414,16 @@ | |||
9414 | }, | 9414 | }, |
9415 | { | 9415 | { |
9416 | "name": "white-october/pagerfanta-bundle", | 9416 | "name": "white-october/pagerfanta-bundle", |
9417 | "version": "v1.3.1", | 9417 | "version": "v1.3.2", |
9418 | "source": { | 9418 | "source": { |
9419 | "type": "git", | 9419 | "type": "git", |
9420 | "url": "https://github.com/whiteoctober/WhiteOctoberPagerfantaBundle.git", | 9420 | "url": "https://github.com/whiteoctober/WhiteOctoberPagerfantaBundle.git", |
9421 | "reference": "5421d5e79b72495b34b745d37e4d341e6fa2190d" | 9421 | "reference": "6df560869b5e09a3acf920890ab40598998b30ae" |
9422 | }, | 9422 | }, |
9423 | "dist": { | 9423 | "dist": { |
9424 | "type": "zip", | 9424 | "type": "zip", |
9425 | "url": "https://api.github.com/repos/whiteoctober/WhiteOctoberPagerfantaBundle/zipball/5421d5e79b72495b34b745d37e4d341e6fa2190d", | 9425 | "url": "https://api.github.com/repos/whiteoctober/WhiteOctoberPagerfantaBundle/zipball/6df560869b5e09a3acf920890ab40598998b30ae", |
9426 | "reference": "5421d5e79b72495b34b745d37e4d341e6fa2190d", | 9426 | "reference": "6df560869b5e09a3acf920890ab40598998b30ae", |
9427 | "shasum": "" | 9427 | "shasum": "" |
9428 | }, | 9428 | }, |
9429 | "require": { | 9429 | "require": { |
@@ -9471,7 +9471,7 @@ | |||
9471 | "page", | 9471 | "page", |
9472 | "paging" | 9472 | "paging" |
9473 | ], | 9473 | ], |
9474 | "time": "2019-11-21T17:13:04+00:00" | 9474 | "time": "2019-12-02T14:19:37+00:00" |
9475 | }, | 9475 | }, |
9476 | { | 9476 | { |
9477 | "name": "willdurand/hateoas", | 9477 | "name": "willdurand/hateoas", |
@@ -11345,16 +11345,16 @@ | |||
11345 | }, | 11345 | }, |
11346 | { | 11346 | { |
11347 | "name": "symfony/phpunit-bridge", | 11347 | "name": "symfony/phpunit-bridge", |
11348 | "version": "v4.3.8", | 11348 | "version": "v4.3.9", |
11349 | "source": { | 11349 | "source": { |
11350 | "type": "git", | 11350 | "type": "git", |
11351 | "url": "https://github.com/symfony/phpunit-bridge.git", | 11351 | "url": "https://github.com/symfony/phpunit-bridge.git", |
11352 | "reference": "c216b32261358a820bb4217eb3a20e3f437a484e" | 11352 | "reference": "e1ce1695430a3c8ee876ff1d91ce64871786581f" |
11353 | }, | 11353 | }, |
11354 | "dist": { | 11354 | "dist": { |
11355 | "type": "zip", | 11355 | "type": "zip", |
11356 | "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/c216b32261358a820bb4217eb3a20e3f437a484e", | 11356 | "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/e1ce1695430a3c8ee876ff1d91ce64871786581f", |
11357 | "reference": "c216b32261358a820bb4217eb3a20e3f437a484e", | 11357 | "reference": "e1ce1695430a3c8ee876ff1d91ce64871786581f", |
11358 | "shasum": "" | 11358 | "shasum": "" |
11359 | }, | 11359 | }, |
11360 | "require": { | 11360 | "require": { |
@@ -11406,7 +11406,7 @@ | |||
11406 | ], | 11406 | ], |
11407 | "description": "Symfony PHPUnit Bridge", | 11407 | "description": "Symfony PHPUnit Bridge", |
11408 | "homepage": "https://symfony.com", | 11408 | "homepage": "https://symfony.com", |
11409 | "time": "2019-10-30T12:58:49+00:00" | 11409 | "time": "2019-11-28T10:34:19+00:00" |
11410 | } | 11410 | } |
11411 | ], | 11411 | ], |
11412 | "aliases": [], | 11412 | "aliases": [], |