aboutsummaryrefslogtreecommitdiffhomepage
path: root/composer.lock
diff options
context:
space:
mode:
Diffstat (limited to 'composer.lock')
-rw-r--r--composer.lock178
1 files changed, 92 insertions, 86 deletions
diff --git a/composer.lock b/composer.lock
index 7cbd0274..e0231ac8 100644
--- a/composer.lock
+++ b/composer.lock
@@ -1918,24 +1918,24 @@
1918 }, 1918 },
1919 { 1919 {
1920 "name": "friendsofsymfony/oauth2-php", 1920 "name": "friendsofsymfony/oauth2-php",
1921 "version": "1.2.3", 1921 "version": "1.3.0",
1922 "source": { 1922 "source": {
1923 "type": "git", 1923 "type": "git",
1924 "url": "https://github.com/FriendsOfSymfony/oauth2-php.git", 1924 "url": "https://github.com/FriendsOfSymfony/oauth2-php.git",
1925 "reference": "a41fef63f81ef2ef632350a6c7dc66d15baa9240" 1925 "reference": "606b8ea1c3c927c272ac1409116332ad5a2ed94c"
1926 }, 1926 },
1927 "dist": { 1927 "dist": {
1928 "type": "zip", 1928 "type": "zip",
1929 "url": "https://api.github.com/repos/FriendsOfSymfony/oauth2-php/zipball/a41fef63f81ef2ef632350a6c7dc66d15baa9240", 1929 "url": "https://api.github.com/repos/FriendsOfSymfony/oauth2-php/zipball/606b8ea1c3c927c272ac1409116332ad5a2ed94c",
1930 "reference": "a41fef63f81ef2ef632350a6c7dc66d15baa9240", 1930 "reference": "606b8ea1c3c927c272ac1409116332ad5a2ed94c",
1931 "shasum": "" 1931 "shasum": ""
1932 }, 1932 },
1933 "require": { 1933 "require": {
1934 "php": "^5.5.9|>=7.0.8", 1934 "php": "^5.5.9|^7.0.8|^7.1.3|^7.2.5",
1935 "symfony/http-foundation": "~3.0|~4.0" 1935 "symfony/http-foundation": "~3.0|~4.0|~5.0"
1936 }, 1936 },
1937 "require-dev": { 1937 "require-dev": {
1938 "phpunit/phpunit": "~4.0" 1938 "phpunit/phpunit": "^4.8 || ^5.0"
1939 }, 1939 },
1940 "type": "library", 1940 "type": "library",
1941 "extra": { 1941 "extra": {
@@ -1946,7 +1946,10 @@
1946 "autoload": { 1946 "autoload": {
1947 "psr-4": { 1947 "psr-4": {
1948 "OAuth2\\": "lib/" 1948 "OAuth2\\": "lib/"
1949 } 1949 },
1950 "exclude-from-classmap": [
1951 "/tests/"
1952 ]
1950 }, 1953 },
1951 "notification-url": "https://packagist.org/downloads/", 1954 "notification-url": "https://packagist.org/downloads/",
1952 "license": [ 1955 "license": [
@@ -1968,20 +1971,20 @@
1968 "oauth", 1971 "oauth",
1969 "oauth2" 1972 "oauth2"
1970 ], 1973 ],
1971 "time": "2018-01-30T19:58:25+00:00" 1974 "time": "2020-03-03T22:14:46+00:00"
1972 }, 1975 },
1973 { 1976 {
1974 "name": "friendsofsymfony/rest-bundle", 1977 "name": "friendsofsymfony/rest-bundle",
1975 "version": "2.6.0", 1978 "version": "2.7.2",
1976 "source": { 1979 "source": {
1977 "type": "git", 1980 "type": "git",
1978 "url": "https://github.com/FriendsOfSymfony/FOSRestBundle.git", 1981 "url": "https://github.com/FriendsOfSymfony/FOSRestBundle.git",
1979 "reference": "54758949bff9fc520997415341323eebf3f54892" 1982 "reference": "22fbbc35a2964564bfde765007655174262315c9"
1980 }, 1983 },
1981 "dist": { 1984 "dist": {
1982 "type": "zip", 1985 "type": "zip",
1983 "url": "https://api.github.com/repos/FriendsOfSymfony/FOSRestBundle/zipball/54758949bff9fc520997415341323eebf3f54892", 1986 "url": "https://api.github.com/repos/FriendsOfSymfony/FOSRestBundle/zipball/22fbbc35a2964564bfde765007655174262315c9",
1984 "reference": "54758949bff9fc520997415341323eebf3f54892", 1987 "reference": "22fbbc35a2964564bfde765007655174262315c9",
1985 "shasum": "" 1988 "shasum": ""
1986 }, 1989 },
1987 "require": { 1990 "require": {
@@ -2007,7 +2010,8 @@
2007 "sensio/framework-extra-bundle": "<3.0.13" 2010 "sensio/framework-extra-bundle": "<3.0.13"
2008 }, 2011 },
2009 "require-dev": { 2012 "require-dev": {
2010 "jms/serializer": "^1.13|^2.0", 2013 "friendsofphp/php-cs-fixer": "^2.0",
2014 "jms/serializer": "^1.13|^2.0|^3.0",
2011 "jms/serializer-bundle": "^2.3.1|^3.0", 2015 "jms/serializer-bundle": "^2.3.1|^3.0",
2012 "phpoption/phpoption": "^1.1", 2016 "phpoption/phpoption": "^1.1",
2013 "psr/http-message": "^1.0", 2017 "psr/http-message": "^1.0",
@@ -2036,7 +2040,7 @@
2036 "type": "symfony-bundle", 2040 "type": "symfony-bundle",
2037 "extra": { 2041 "extra": {
2038 "branch-alias": { 2042 "branch-alias": {
2039 "dev-master": "2.6-dev" 2043 "dev-master": "2.7-dev"
2040 } 2044 }
2041 }, 2045 },
2042 "autoload": { 2046 "autoload": {
@@ -2070,7 +2074,7 @@
2070 "keywords": [ 2074 "keywords": [
2071 "rest" 2075 "rest"
2072 ], 2076 ],
2073 "time": "2019-10-21T08:22:30+00:00" 2077 "time": "2020-03-04T21:18:53+00:00"
2074 }, 2078 },
2075 { 2079 {
2076 "name": "friendsofsymfony/user-bundle", 2080 "name": "friendsofsymfony/user-bundle",
@@ -2758,6 +2762,7 @@
2758 "Guzzle", 2762 "Guzzle",
2759 "stream" 2763 "stream"
2760 ], 2764 ],
2765 "abandoned": true,
2761 "time": "2014-10-12T19:18:40+00:00" 2766 "time": "2014-10-12T19:18:40+00:00"
2762 }, 2767 },
2763 { 2768 {
@@ -3690,26 +3695,26 @@
3690 }, 3695 },
3691 { 3696 {
3692 "name": "incenteev/composer-parameter-handler", 3697 "name": "incenteev/composer-parameter-handler",
3693 "version": "v2.1.3", 3698 "version": "v2.1.4",
3694 "source": { 3699 "source": {
3695 "type": "git", 3700 "type": "git",
3696 "url": "https://github.com/Incenteev/ParameterHandler.git", 3701 "url": "https://github.com/Incenteev/ParameterHandler.git",
3697 "reference": "933c45a34814f27f2345c11c37d46b3ca7303550" 3702 "reference": "084befb11ec21faeadcddefb88b66132775ff59b"
3698 }, 3703 },
3699 "dist": { 3704 "dist": {
3700 "type": "zip", 3705 "type": "zip",
3701 "url": "https://api.github.com/repos/Incenteev/ParameterHandler/zipball/933c45a34814f27f2345c11c37d46b3ca7303550", 3706 "url": "https://api.github.com/repos/Incenteev/ParameterHandler/zipball/084befb11ec21faeadcddefb88b66132775ff59b",
3702 "reference": "933c45a34814f27f2345c11c37d46b3ca7303550", 3707 "reference": "084befb11ec21faeadcddefb88b66132775ff59b",
3703 "shasum": "" 3708 "shasum": ""
3704 }, 3709 },
3705 "require": { 3710 "require": {
3706 "php": ">=5.3.3", 3711 "php": ">=5.3.3",
3707 "symfony/yaml": "^2.3 || ^3.0 || ^4.0" 3712 "symfony/yaml": "^2.3 || ^3.0 || ^4.0 || ^5.0"
3708 }, 3713 },
3709 "require-dev": { 3714 "require-dev": {
3710 "composer/composer": "^1.0@dev", 3715 "composer/composer": "^1.0@dev",
3711 "symfony/filesystem": "^2.3 || ^3 || ^4", 3716 "symfony/filesystem": "^2.3 || ^3 || ^4 || ^5",
3712 "symfony/phpunit-bridge": "^4.0" 3717 "symfony/phpunit-bridge": "^4.0 || ^5.0"
3713 }, 3718 },
3714 "type": "library", 3719 "type": "library",
3715 "extra": { 3720 "extra": {
@@ -3737,7 +3742,7 @@
3737 "keywords": [ 3742 "keywords": [
3738 "parameters management" 3743 "parameters management"
3739 ], 3744 ],
3740 "time": "2018-02-13T18:05:56+00:00" 3745 "time": "2020-03-17T21:10:00+00:00"
3741 }, 3746 },
3742 { 3747 {
3743 "name": "j0k3r/graby", 3748 "name": "j0k3r/graby",
@@ -7321,16 +7326,16 @@
7321 }, 7326 },
7322 { 7327 {
7323 "name": "scheb/two-factor-bundle", 7328 "name": "scheb/two-factor-bundle",
7324 "version": "v4.12.0", 7329 "version": "v4.14.0",
7325 "source": { 7330 "source": {
7326 "type": "git", 7331 "type": "git",
7327 "url": "https://github.com/scheb/two-factor-bundle.git", 7332 "url": "https://github.com/scheb/two-factor-bundle.git",
7328 "reference": "d45bac6a6e4932ac43c2a478a85bf9ab5cb9efb4" 7333 "reference": "6393d304ee51a703711e5f5cc3e76f04ce4e238c"
7329 }, 7334 },
7330 "dist": { 7335 "dist": {
7331 "type": "zip", 7336 "type": "zip",
7332 "url": "https://api.github.com/repos/scheb/two-factor-bundle/zipball/d45bac6a6e4932ac43c2a478a85bf9ab5cb9efb4", 7337 "url": "https://api.github.com/repos/scheb/two-factor-bundle/zipball/6393d304ee51a703711e5f5cc3e76f04ce4e238c",
7333 "reference": "d45bac6a6e4932ac43c2a478a85bf9ab5cb9efb4", 7338 "reference": "6393d304ee51a703711e5f5cc3e76f04ce4e238c",
7334 "shasum": "" 7339 "shasum": ""
7335 }, 7340 },
7336 "require": { 7341 "require": {
@@ -7385,7 +7390,7 @@
7385 "two-factor", 7390 "two-factor",
7386 "two-step" 7391 "two-step"
7387 ], 7392 ],
7388 "time": "2020-01-12T14:01:09+00:00" 7393 "time": "2020-02-15T13:01:16+00:00"
7389 }, 7394 },
7390 { 7395 {
7391 "name": "sensio/distribution-bundle", 7396 "name": "sensio/distribution-bundle",
@@ -8312,16 +8317,16 @@
8312 }, 8317 },
8313 { 8318 {
8314 "name": "symfony/polyfill-apcu", 8319 "name": "symfony/polyfill-apcu",
8315 "version": "v1.13.1", 8320 "version": "v1.14.0",
8316 "source": { 8321 "source": {
8317 "type": "git", 8322 "type": "git",
8318 "url": "https://github.com/symfony/polyfill-apcu.git", 8323 "url": "https://github.com/symfony/polyfill-apcu.git",
8319 "reference": "a8e961c841b9ec52927a87914f8820a1ad8f8116" 8324 "reference": "f5a6efd9d9f68790120734f80f8fda972981edab"
8320 }, 8325 },
8321 "dist": { 8326 "dist": {
8322 "type": "zip", 8327 "type": "zip",
8323 "url": "https://api.github.com/repos/symfony/polyfill-apcu/zipball/a8e961c841b9ec52927a87914f8820a1ad8f8116", 8328 "url": "https://api.github.com/repos/symfony/polyfill-apcu/zipball/f5a6efd9d9f68790120734f80f8fda972981edab",
8324 "reference": "a8e961c841b9ec52927a87914f8820a1ad8f8116", 8329 "reference": "f5a6efd9d9f68790120734f80f8fda972981edab",
8325 "shasum": "" 8330 "shasum": ""
8326 }, 8331 },
8327 "require": { 8332 "require": {
@@ -8330,7 +8335,7 @@
8330 "type": "library", 8335 "type": "library",
8331 "extra": { 8336 "extra": {
8332 "branch-alias": { 8337 "branch-alias": {
8333 "dev-master": "1.13-dev" 8338 "dev-master": "1.14-dev"
8334 } 8339 }
8335 }, 8340 },
8336 "autoload": { 8341 "autoload": {
@@ -8364,20 +8369,20 @@
8364 "portable", 8369 "portable",
8365 "shim" 8370 "shim"
8366 ], 8371 ],
8367 "time": "2019-11-27T13:56:44+00:00" 8372 "time": "2020-01-13T11:15:53+00:00"
8368 }, 8373 },
8369 { 8374 {
8370 "name": "symfony/polyfill-ctype", 8375 "name": "symfony/polyfill-ctype",
8371 "version": "v1.13.1", 8376 "version": "v1.14.0",
8372 "source": { 8377 "source": {
8373 "type": "git", 8378 "type": "git",
8374 "url": "https://github.com/symfony/polyfill-ctype.git", 8379 "url": "https://github.com/symfony/polyfill-ctype.git",
8375 "reference": "f8f0b461be3385e56d6de3dbb5a0df24c0c275e3" 8380 "reference": "fbdeaec0df06cf3d51c93de80c7eb76e271f5a38"
8376 }, 8381 },
8377 "dist": { 8382 "dist": {
8378 "type": "zip", 8383 "type": "zip",
8379 "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/f8f0b461be3385e56d6de3dbb5a0df24c0c275e3", 8384 "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/fbdeaec0df06cf3d51c93de80c7eb76e271f5a38",
8380 "reference": "f8f0b461be3385e56d6de3dbb5a0df24c0c275e3", 8385 "reference": "fbdeaec0df06cf3d51c93de80c7eb76e271f5a38",
8381 "shasum": "" 8386 "shasum": ""
8382 }, 8387 },
8383 "require": { 8388 "require": {
@@ -8389,7 +8394,7 @@
8389 "type": "library", 8394 "type": "library",
8390 "extra": { 8395 "extra": {
8391 "branch-alias": { 8396 "branch-alias": {
8392 "dev-master": "1.13-dev" 8397 "dev-master": "1.14-dev"
8393 } 8398 }
8394 }, 8399 },
8395 "autoload": { 8400 "autoload": {
@@ -8422,7 +8427,7 @@
8422 "polyfill", 8427 "polyfill",
8423 "portable" 8428 "portable"
8424 ], 8429 ],
8425 "time": "2019-11-27T13:56:44+00:00" 8430 "time": "2020-01-13T11:15:53+00:00"
8426 }, 8431 },
8427 { 8432 {
8428 "name": "symfony/polyfill-iconv", 8433 "name": "symfony/polyfill-iconv",
@@ -8485,16 +8490,16 @@
8485 }, 8490 },
8486 { 8491 {
8487 "name": "symfony/polyfill-intl-icu", 8492 "name": "symfony/polyfill-intl-icu",
8488 "version": "v1.13.1", 8493 "version": "v1.14.0",
8489 "source": { 8494 "source": {
8490 "type": "git", 8495 "type": "git",
8491 "url": "https://github.com/symfony/polyfill-intl-icu.git", 8496 "url": "https://github.com/symfony/polyfill-intl-icu.git",
8492 "reference": "b3dffd68afa61ca70f2327f2dd9bbeb6aa53d70b" 8497 "reference": "727b3bb5bfa7ca9eeb86416784cf1c08a6289b86"
8493 }, 8498 },
8494 "dist": { 8499 "dist": {
8495 "type": "zip", 8500 "type": "zip",
8496 "url": "https://api.github.com/repos/symfony/polyfill-intl-icu/zipball/b3dffd68afa61ca70f2327f2dd9bbeb6aa53d70b", 8501 "url": "https://api.github.com/repos/symfony/polyfill-intl-icu/zipball/727b3bb5bfa7ca9eeb86416784cf1c08a6289b86",
8497 "reference": "b3dffd68afa61ca70f2327f2dd9bbeb6aa53d70b", 8502 "reference": "727b3bb5bfa7ca9eeb86416784cf1c08a6289b86",
8498 "shasum": "" 8503 "shasum": ""
8499 }, 8504 },
8500 "require": { 8505 "require": {
@@ -8507,7 +8512,7 @@
8507 "type": "library", 8512 "type": "library",
8508 "extra": { 8513 "extra": {
8509 "branch-alias": { 8514 "branch-alias": {
8510 "dev-master": "1.13-dev" 8515 "dev-master": "1.14-dev"
8511 } 8516 }
8512 }, 8517 },
8513 "autoload": { 8518 "autoload": {
@@ -8539,7 +8544,7 @@
8539 "portable", 8544 "portable",
8540 "shim" 8545 "shim"
8541 ], 8546 ],
8542 "time": "2019-11-27T13:56:44+00:00" 8547 "time": "2020-01-13T11:15:53+00:00"
8543 }, 8548 },
8544 { 8549 {
8545 "name": "symfony/polyfill-intl-idn", 8550 "name": "symfony/polyfill-intl-idn",
@@ -8605,16 +8610,16 @@
8605 }, 8610 },
8606 { 8611 {
8607 "name": "symfony/polyfill-mbstring", 8612 "name": "symfony/polyfill-mbstring",
8608 "version": "v1.13.1", 8613 "version": "v1.14.0",
8609 "source": { 8614 "source": {
8610 "type": "git", 8615 "type": "git",
8611 "url": "https://github.com/symfony/polyfill-mbstring.git", 8616 "url": "https://github.com/symfony/polyfill-mbstring.git",
8612 "reference": "7b4aab9743c30be783b73de055d24a39cf4b954f" 8617 "reference": "34094cfa9abe1f0f14f48f490772db7a775559f2"
8613 }, 8618 },
8614 "dist": { 8619 "dist": {
8615 "type": "zip", 8620 "type": "zip",
8616 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/7b4aab9743c30be783b73de055d24a39cf4b954f", 8621 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/34094cfa9abe1f0f14f48f490772db7a775559f2",
8617 "reference": "7b4aab9743c30be783b73de055d24a39cf4b954f", 8622 "reference": "34094cfa9abe1f0f14f48f490772db7a775559f2",
8618 "shasum": "" 8623 "shasum": ""
8619 }, 8624 },
8620 "require": { 8625 "require": {
@@ -8626,7 +8631,7 @@
8626 "type": "library", 8631 "type": "library",
8627 "extra": { 8632 "extra": {
8628 "branch-alias": { 8633 "branch-alias": {
8629 "dev-master": "1.13-dev" 8634 "dev-master": "1.14-dev"
8630 } 8635 }
8631 }, 8636 },
8632 "autoload": { 8637 "autoload": {
@@ -8660,20 +8665,20 @@
8660 "portable", 8665 "portable",
8661 "shim" 8666 "shim"
8662 ], 8667 ],
8663 "time": "2019-11-27T14:18:11+00:00" 8668 "time": "2020-01-13T11:15:53+00:00"
8664 }, 8669 },
8665 { 8670 {
8666 "name": "symfony/polyfill-php56", 8671 "name": "symfony/polyfill-php56",
8667 "version": "v1.13.1", 8672 "version": "v1.14.0",
8668 "source": { 8673 "source": {
8669 "type": "git", 8674 "type": "git",
8670 "url": "https://github.com/symfony/polyfill-php56.git", 8675 "url": "https://github.com/symfony/polyfill-php56.git",
8671 "reference": "53dd1cdf3cb986893ccf2b96665b25b3abb384f4" 8676 "reference": "16ec91cb06998b609501b55b7177b7d7c02badb3"
8672 }, 8677 },
8673 "dist": { 8678 "dist": {
8674 "type": "zip", 8679 "type": "zip",
8675 "url": "https://api.github.com/repos/symfony/polyfill-php56/zipball/53dd1cdf3cb986893ccf2b96665b25b3abb384f4", 8680 "url": "https://api.github.com/repos/symfony/polyfill-php56/zipball/16ec91cb06998b609501b55b7177b7d7c02badb3",
8676 "reference": "53dd1cdf3cb986893ccf2b96665b25b3abb384f4", 8681 "reference": "16ec91cb06998b609501b55b7177b7d7c02badb3",
8677 "shasum": "" 8682 "shasum": ""
8678 }, 8683 },
8679 "require": { 8684 "require": {
@@ -8683,7 +8688,7 @@
8683 "type": "library", 8688 "type": "library",
8684 "extra": { 8689 "extra": {
8685 "branch-alias": { 8690 "branch-alias": {
8686 "dev-master": "1.13-dev" 8691 "dev-master": "1.14-dev"
8687 } 8692 }
8688 }, 8693 },
8689 "autoload": { 8694 "autoload": {
@@ -8716,20 +8721,20 @@
8716 "portable", 8721 "portable",
8717 "shim" 8722 "shim"
8718 ], 8723 ],
8719 "time": "2019-11-27T13:56:44+00:00" 8724 "time": "2020-01-13T11:15:53+00:00"
8720 }, 8725 },
8721 { 8726 {
8722 "name": "symfony/polyfill-php70", 8727 "name": "symfony/polyfill-php70",
8723 "version": "v1.13.1", 8728 "version": "v1.14.0",
8724 "source": { 8729 "source": {
8725 "type": "git", 8730 "type": "git",
8726 "url": "https://github.com/symfony/polyfill-php70.git", 8731 "url": "https://github.com/symfony/polyfill-php70.git",
8727 "reference": "af23c7bb26a73b850840823662dda371484926c4" 8732 "reference": "419c4940024c30ccc033650373a1fe13890d3255"
8728 }, 8733 },
8729 "dist": { 8734 "dist": {
8730 "type": "zip", 8735 "type": "zip",
8731 "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/af23c7bb26a73b850840823662dda371484926c4", 8736 "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/419c4940024c30ccc033650373a1fe13890d3255",
8732 "reference": "af23c7bb26a73b850840823662dda371484926c4", 8737 "reference": "419c4940024c30ccc033650373a1fe13890d3255",
8733 "shasum": "" 8738 "shasum": ""
8734 }, 8739 },
8735 "require": { 8740 "require": {
@@ -8739,7 +8744,7 @@
8739 "type": "library", 8744 "type": "library",
8740 "extra": { 8745 "extra": {
8741 "branch-alias": { 8746 "branch-alias": {
8742 "dev-master": "1.13-dev" 8747 "dev-master": "1.14-dev"
8743 } 8748 }
8744 }, 8749 },
8745 "autoload": { 8750 "autoload": {
@@ -8775,7 +8780,7 @@
8775 "portable", 8780 "portable",
8776 "shim" 8781 "shim"
8777 ], 8782 ],
8778 "time": "2019-11-27T13:56:44+00:00" 8783 "time": "2020-01-13T11:15:53+00:00"
8779 }, 8784 },
8780 { 8785 {
8781 "name": "symfony/polyfill-php72", 8786 "name": "symfony/polyfill-php72",
@@ -8892,16 +8897,16 @@
8892 }, 8897 },
8893 { 8898 {
8894 "name": "symfony/polyfill-util", 8899 "name": "symfony/polyfill-util",
8895 "version": "v1.13.1", 8900 "version": "v1.14.0",
8896 "source": { 8901 "source": {
8897 "type": "git", 8902 "type": "git",
8898 "url": "https://github.com/symfony/polyfill-util.git", 8903 "url": "https://github.com/symfony/polyfill-util.git",
8899 "reference": "964a67f293b66b95883a5ed918a65354fcd2258f" 8904 "reference": "ba3cfcea6d0192cae46c62041f61cbb704b526d3"
8900 }, 8905 },
8901 "dist": { 8906 "dist": {
8902 "type": "zip", 8907 "type": "zip",
8903 "url": "https://api.github.com/repos/symfony/polyfill-util/zipball/964a67f293b66b95883a5ed918a65354fcd2258f", 8908 "url": "https://api.github.com/repos/symfony/polyfill-util/zipball/ba3cfcea6d0192cae46c62041f61cbb704b526d3",
8904 "reference": "964a67f293b66b95883a5ed918a65354fcd2258f", 8909 "reference": "ba3cfcea6d0192cae46c62041f61cbb704b526d3",
8905 "shasum": "" 8910 "shasum": ""
8906 }, 8911 },
8907 "require": { 8912 "require": {
@@ -8910,7 +8915,7 @@
8910 "type": "library", 8915 "type": "library",
8911 "extra": { 8916 "extra": {
8912 "branch-alias": { 8917 "branch-alias": {
8913 "dev-master": "1.13-dev" 8918 "dev-master": "1.14-dev"
8914 } 8919 }
8915 }, 8920 },
8916 "autoload": { 8921 "autoload": {
@@ -8940,7 +8945,7 @@
8940 "polyfill", 8945 "polyfill",
8941 "shim" 8946 "shim"
8942 ], 8947 ],
8943 "time": "2019-11-27T13:56:44+00:00" 8948 "time": "2020-01-13T11:15:53+00:00"
8944 }, 8949 },
8945 { 8950 {
8946 "name": "symfony/service-contracts", 8951 "name": "symfony/service-contracts",
@@ -9067,16 +9072,16 @@
9067 }, 9072 },
9068 { 9073 {
9069 "name": "symfony/symfony", 9074 "name": "symfony/symfony",
9070 "version": "v3.4.37", 9075 "version": "v3.4.38",
9071 "source": { 9076 "source": {
9072 "type": "git", 9077 "type": "git",
9073 "url": "https://github.com/symfony/symfony.git", 9078 "url": "https://github.com/symfony/symfony.git",
9074 "reference": "1bd873459b36cf505c7b515ba6e0e2ee40890b8a" 9079 "reference": "c5a882db43e7163114edffdf3ee2f988328fa6c4"
9075 }, 9080 },
9076 "dist": { 9081 "dist": {
9077 "type": "zip", 9082 "type": "zip",
9078 "url": "https://api.github.com/repos/symfony/symfony/zipball/1bd873459b36cf505c7b515ba6e0e2ee40890b8a", 9083 "url": "https://api.github.com/repos/symfony/symfony/zipball/c5a882db43e7163114edffdf3ee2f988328fa6c4",
9079 "reference": "1bd873459b36cf505c7b515ba6e0e2ee40890b8a", 9084 "reference": "c5a882db43e7163114edffdf3ee2f988328fa6c4",
9080 "shasum": "" 9085 "shasum": ""
9081 }, 9086 },
9082 "require": { 9087 "require": {
@@ -9219,7 +9224,7 @@
9219 "keywords": [ 9224 "keywords": [
9220 "framework" 9225 "framework"
9221 ], 9226 ],
9222 "time": "2020-01-21T12:30:09+00:00" 9227 "time": "2020-02-29T10:21:57+00:00"
9223 }, 9228 },
9224 { 9229 {
9225 "name": "true/punycode", 9230 "name": "true/punycode",
@@ -9324,16 +9329,16 @@
9324 }, 9329 },
9325 { 9330 {
9326 "name": "twig/twig", 9331 "name": "twig/twig",
9327 "version": "v2.12.3", 9332 "version": "v2.12.5",
9328 "source": { 9333 "source": {
9329 "type": "git", 9334 "type": "git",
9330 "url": "https://github.com/twigphp/Twig.git", 9335 "url": "https://github.com/twigphp/Twig.git",
9331 "reference": "97b6311585cae66a26833b14b33785f5797f7d39" 9336 "reference": "18772e0190734944277ee97a02a9a6c6555fcd94"
9332 }, 9337 },
9333 "dist": { 9338 "dist": {
9334 "type": "zip", 9339 "type": "zip",
9335 "url": "https://api.github.com/repos/twigphp/Twig/zipball/97b6311585cae66a26833b14b33785f5797f7d39", 9340 "url": "https://api.github.com/repos/twigphp/Twig/zipball/18772e0190734944277ee97a02a9a6c6555fcd94",
9336 "reference": "97b6311585cae66a26833b14b33785f5797f7d39", 9341 "reference": "18772e0190734944277ee97a02a9a6c6555fcd94",
9337 "shasum": "" 9342 "shasum": ""
9338 }, 9343 },
9339 "require": { 9344 "require": {
@@ -9385,7 +9390,7 @@
9385 "keywords": [ 9390 "keywords": [
9386 "templating" 9391 "templating"
9387 ], 9392 ],
9388 "time": "2019-12-28T07:12:03+00:00" 9393 "time": "2020-02-11T15:31:23+00:00"
9389 }, 9394 },
9390 { 9395 {
9391 "name": "wallabag/php-mobi", 9396 "name": "wallabag/php-mobi",
@@ -11443,20 +11448,21 @@
11443 } 11448 }
11444 ], 11449 ],
11445 "description": "This bundle generates code for you", 11450 "description": "This bundle generates code for you",
11451 "abandoned": "symfony/maker-bundle",
11446 "time": "2017-12-07T15:36:41+00:00" 11452 "time": "2017-12-07T15:36:41+00:00"
11447 }, 11453 },
11448 { 11454 {
11449 "name": "symfony/phpunit-bridge", 11455 "name": "symfony/phpunit-bridge",
11450 "version": "v4.3.10", 11456 "version": "v4.3.11",
11451 "source": { 11457 "source": {
11452 "type": "git", 11458 "type": "git",
11453 "url": "https://github.com/symfony/phpunit-bridge.git", 11459 "url": "https://github.com/symfony/phpunit-bridge.git",
11454 "reference": "60539d90c2e80d2f33cf6c42cb1ab70362f31cae" 11460 "reference": "692a73a2e0b76123150709f5eb7e2ea9bf2bad43"
11455 }, 11461 },
11456 "dist": { 11462 "dist": {
11457 "type": "zip", 11463 "type": "zip",
11458 "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/60539d90c2e80d2f33cf6c42cb1ab70362f31cae", 11464 "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/692a73a2e0b76123150709f5eb7e2ea9bf2bad43",
11459 "reference": "60539d90c2e80d2f33cf6c42cb1ab70362f31cae", 11465 "reference": "692a73a2e0b76123150709f5eb7e2ea9bf2bad43",
11460 "shasum": "" 11466 "shasum": ""
11461 }, 11467 },
11462 "require": { 11468 "require": {
@@ -11508,7 +11514,7 @@
11508 ], 11514 ],
11509 "description": "Symfony PHPUnit Bridge", 11515 "description": "Symfony PHPUnit Bridge",
11510 "homepage": "https://symfony.com", 11516 "homepage": "https://symfony.com",
11511 "time": "2020-01-21T08:20:29+00:00" 11517 "time": "2020-01-31T09:56:21+00:00"
11512 } 11518 }
11513 ], 11519 ],
11514 "aliases": [], 11520 "aliases": [],