aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--composer.lock340
-rw-r--r--tests/Wallabag/CoreBundle/Controller/EntryControllerTest.php2
2 files changed, 174 insertions, 168 deletions
diff --git a/composer.lock b/composer.lock
index ad41e6d5..d72a3f62 100644
--- a/composer.lock
+++ b/composer.lock
@@ -58,21 +58,20 @@
58 }, 58 },
59 { 59 {
60 "name": "beberlei/assert", 60 "name": "beberlei/assert",
61 "version": "v3.2.3", 61 "version": "v3.2.6",
62 "source": { 62 "source": {
63 "type": "git", 63 "type": "git",
64 "url": "https://github.com/beberlei/assert.git", 64 "url": "https://github.com/beberlei/assert.git",
65 "reference": "65b8152224aef7d3c197d5db05211d4319711b66" 65 "reference": "99508be011753690fe108ded450f5caaae180cfa"
66 }, 66 },
67 "dist": { 67 "dist": {
68 "type": "zip", 68 "type": "zip",
69 "url": "https://api.github.com/repos/beberlei/assert/zipball/65b8152224aef7d3c197d5db05211d4319711b66", 69 "url": "https://api.github.com/repos/beberlei/assert/zipball/99508be011753690fe108ded450f5caaae180cfa",
70 "reference": "65b8152224aef7d3c197d5db05211d4319711b66", 70 "reference": "99508be011753690fe108ded450f5caaae180cfa",
71 "shasum": "" 71 "shasum": ""
72 }, 72 },
73 "require": { 73 "require": {
74 "ext-ctype": "*", 74 "ext-ctype": "*",
75 "ext-intl": "*",
76 "ext-json": "*", 75 "ext-json": "*",
77 "ext-mbstring": "*", 76 "ext-mbstring": "*",
78 "ext-simplexml": "*", 77 "ext-simplexml": "*",
@@ -83,6 +82,9 @@
83 "phpstan/phpstan-shim": "*", 82 "phpstan/phpstan-shim": "*",
84 "phpunit/phpunit": ">=6.0.0 <8" 83 "phpunit/phpunit": ">=6.0.0 <8"
85 }, 84 },
85 "suggest": {
86 "ext-intl": "Needed to allow Assertion::count(), Assertion::isCountable(), Assertion::minCount(), and Assertion::maxCount() to operate on ResourceBundles"
87 },
86 "type": "library", 88 "type": "library",
87 "autoload": { 89 "autoload": {
88 "psr-4": { 90 "psr-4": {
@@ -114,7 +116,7 @@
114 "assertion", 116 "assertion",
115 "validation" 117 "validation"
116 ], 118 ],
117 "time": "2019-08-23T17:56:26+00:00" 119 "time": "2019-10-10T10:33:57+00:00"
118 }, 120 },
119 { 121 {
120 "name": "behat/transliterator", 122 "name": "behat/transliterator",
@@ -410,16 +412,16 @@
410 }, 412 },
411 { 413 {
412 "name": "doctrine/cache", 414 "name": "doctrine/cache",
413 "version": "v1.8.0", 415 "version": "v1.8.1",
414 "source": { 416 "source": {
415 "type": "git", 417 "type": "git",
416 "url": "https://github.com/doctrine/cache.git", 418 "url": "https://github.com/doctrine/cache.git",
417 "reference": "d768d58baee9a4862ca783840eca1b9add7a7f57" 419 "reference": "d4374ae95b36062d02ef310100ed33d78738d76c"
418 }, 420 },
419 "dist": { 421 "dist": {
420 "type": "zip", 422 "type": "zip",
421 "url": "https://api.github.com/repos/doctrine/cache/zipball/d768d58baee9a4862ca783840eca1b9add7a7f57", 423 "url": "https://api.github.com/repos/doctrine/cache/zipball/d4374ae95b36062d02ef310100ed33d78738d76c",
422 "reference": "d768d58baee9a4862ca783840eca1b9add7a7f57", 424 "reference": "d4374ae95b36062d02ef310100ed33d78738d76c",
423 "shasum": "" 425 "shasum": ""
424 }, 426 },
425 "require": { 427 "require": {
@@ -455,6 +457,10 @@
455 ], 457 ],
456 "authors": [ 458 "authors": [
457 { 459 {
460 "name": "Guilherme Blanco",
461 "email": "guilhermeblanco@gmail.com"
462 },
463 {
458 "name": "Roman Borschel", 464 "name": "Roman Borschel",
459 "email": "roman@code-factory.org" 465 "email": "roman@code-factory.org"
460 }, 466 },
@@ -463,10 +469,6 @@
463 "email": "kontakt@beberlei.de" 469 "email": "kontakt@beberlei.de"
464 }, 470 },
465 { 471 {
466 "name": "Guilherme Blanco",
467 "email": "guilhermeblanco@gmail.com"
468 },
469 {
470 "name": "Jonathan Wage", 472 "name": "Jonathan Wage",
471 "email": "jonwage@gmail.com" 473 "email": "jonwage@gmail.com"
472 }, 474 },
@@ -481,7 +483,7 @@
481 "cache", 483 "cache",
482 "caching" 484 "caching"
483 ], 485 ],
484 "time": "2018-08-21T18:01:43+00:00" 486 "time": "2019-10-28T09:31:32+00:00"
485 }, 487 },
486 { 488 {
487 "name": "doctrine/collections", 489 "name": "doctrine/collections",
@@ -1943,33 +1945,32 @@
1943 }, 1945 },
1944 { 1946 {
1945 "name": "friendsofsymfony/rest-bundle", 1947 "name": "friendsofsymfony/rest-bundle",
1946 "version": "2.5.0", 1948 "version": "2.6.0",
1947 "source": { 1949 "source": {
1948 "type": "git", 1950 "type": "git",
1949 "url": "https://github.com/FriendsOfSymfony/FOSRestBundle.git", 1951 "url": "https://github.com/FriendsOfSymfony/FOSRestBundle.git",
1950 "reference": "a5fc73b84bdb2f0fdf58a717b322ceb6997f7bf3" 1952 "reference": "54758949bff9fc520997415341323eebf3f54892"
1951 }, 1953 },
1952 "dist": { 1954 "dist": {
1953 "type": "zip", 1955 "type": "zip",
1954 "url": "https://api.github.com/repos/FriendsOfSymfony/FOSRestBundle/zipball/a5fc73b84bdb2f0fdf58a717b322ceb6997f7bf3", 1956 "url": "https://api.github.com/repos/FriendsOfSymfony/FOSRestBundle/zipball/54758949bff9fc520997415341323eebf3f54892",
1955 "reference": "a5fc73b84bdb2f0fdf58a717b322ceb6997f7bf3", 1957 "reference": "54758949bff9fc520997415341323eebf3f54892",
1956 "shasum": "" 1958 "shasum": ""
1957 }, 1959 },
1958 "require": { 1960 "require": {
1959 "doctrine/inflector": "^1.0", 1961 "doctrine/inflector": "^1.0",
1960 "php": "^5.5.9|~7.0", 1962 "php": "^7.1",
1961 "psr/log": "^1.0", 1963 "psr/log": "^1.0",
1962 "symfony/config": "^3.4|^4.0", 1964 "symfony/config": "^3.4|^4.3",
1963 "symfony/debug": "^3.4|^4.0", 1965 "symfony/debug": "^3.4|^4.3",
1964 "symfony/dependency-injection": "^3.4|^4.0", 1966 "symfony/dependency-injection": "^3.4|^4.3",
1965 "symfony/event-dispatcher": "^3.4|^4.0", 1967 "symfony/event-dispatcher": "^3.4|^4.3",
1966 "symfony/finder": "^3.4|^4.0", 1968 "symfony/finder": "^3.4|^4.3",
1967 "symfony/framework-bundle": "^3.4|^4.0", 1969 "symfony/framework-bundle": "^3.4|^4.3",
1968 "symfony/http-foundation": "^3.4|^4.0", 1970 "symfony/http-foundation": "^3.4|^4.3",
1969 "symfony/http-kernel": "^3.4|^4.0", 1971 "symfony/http-kernel": "^3.4|^4.3",
1970 "symfony/routing": "^3.4|^4.0", 1972 "symfony/routing": "^3.4|^4.3",
1971 "symfony/security-core": "^3.4|^4.0", 1973 "symfony/security-core": "^3.4|^4.3",
1972 "symfony/templating": "^3.4|^4.0",
1973 "willdurand/jsonp-callback-validator": "^1.0", 1974 "willdurand/jsonp-callback-validator": "^1.0",
1974 "willdurand/negotiation": "^2.0" 1975 "willdurand/negotiation": "^2.0"
1975 }, 1976 },
@@ -1984,19 +1985,19 @@
1984 "phpoption/phpoption": "^1.1", 1985 "phpoption/phpoption": "^1.1",
1985 "psr/http-message": "^1.0", 1986 "psr/http-message": "^1.0",
1986 "sensio/framework-extra-bundle": "^3.0.13|^4.0|^5.0", 1987 "sensio/framework-extra-bundle": "^3.0.13|^4.0|^5.0",
1987 "symfony/asset": "^3.4|^4.0", 1988 "symfony/asset": "^3.4|^4.3",
1988 "symfony/browser-kit": "^3.4|^4.0", 1989 "symfony/browser-kit": "^3.4|^4.3",
1989 "symfony/css-selector": "^3.4|^4.0", 1990 "symfony/css-selector": "^3.4|^4.3",
1990 "symfony/dependency-injection": "^2.7.20|^3.0|^4.0", 1991 "symfony/expression-language": "^3.4|^4.3",
1991 "symfony/expression-language": "~2.7|^3.0|^4.0", 1992 "symfony/form": "^3.4|^4.3",
1992 "symfony/form": "^3.4|^4.0",
1993 "symfony/phpunit-bridge": "^4.1.8", 1993 "symfony/phpunit-bridge": "^4.1.8",
1994 "symfony/security-bundle": "^3.4|^4.0", 1994 "symfony/security-bundle": "^3.4|^4.3",
1995 "symfony/serializer": "^2.7.11|^3.0.4|^4.0", 1995 "symfony/serializer": "^3.4|^4.3",
1996 "symfony/twig-bundle": "^3.4|^4.0", 1996 "symfony/templating": "^3.4|^4.3",
1997 "symfony/validator": "^3.4|^4.0", 1997 "symfony/twig-bundle": "^3.4|^4.3",
1998 "symfony/web-profiler-bundle": "^3.4|^4.0", 1998 "symfony/validator": "^3.4|^4.3",
1999 "symfony/yaml": "^3.4|^4.0" 1999 "symfony/web-profiler-bundle": "^3.4|^4.3",
2000 "symfony/yaml": "^3.4|^4.3"
2000 }, 2001 },
2001 "suggest": { 2002 "suggest": {
2002 "jms/serializer-bundle": "Add support for advanced serialization capabilities, recommended, requires ^2.0|^3.0", 2003 "jms/serializer-bundle": "Add support for advanced serialization capabilities, recommended, requires ^2.0|^3.0",
@@ -2008,7 +2009,7 @@
2008 "type": "symfony-bundle", 2009 "type": "symfony-bundle",
2009 "extra": { 2010 "extra": {
2010 "branch-alias": { 2011 "branch-alias": {
2011 "dev-master": "2.5-dev" 2012 "dev-master": "2.6-dev"
2012 } 2013 }
2013 }, 2014 },
2014 "autoload": { 2015 "autoload": {
@@ -2029,12 +2030,12 @@
2029 "email": "smith@pooteeweet.org" 2030 "email": "smith@pooteeweet.org"
2030 }, 2031 },
2031 { 2032 {
2032 "name": "FriendsOfSymfony Community",
2033 "homepage": "https://github.com/friendsofsymfony/FOSRestBundle/contributors"
2034 },
2035 {
2036 "name": "Konstantin Kudryashov", 2033 "name": "Konstantin Kudryashov",
2037 "email": "ever.zet@gmail.com" 2034 "email": "ever.zet@gmail.com"
2035 },
2036 {
2037 "name": "FriendsOfSymfony Community",
2038 "homepage": "https://github.com/friendsofsymfony/FOSRestBundle/contributors"
2038 } 2039 }
2039 ], 2040 ],
2040 "description": "This Bundle provides various tools to rapidly develop RESTful API's with Symfony", 2041 "description": "This Bundle provides various tools to rapidly develop RESTful API's with Symfony",
@@ -2042,7 +2043,7 @@
2042 "keywords": [ 2043 "keywords": [
2043 "rest" 2044 "rest"
2044 ], 2045 ],
2045 "time": "2019-01-03T13:05:12+00:00" 2046 "time": "2019-10-21T08:22:30+00:00"
2046 }, 2047 },
2047 { 2048 {
2048 "name": "friendsofsymfony/user-bundle", 2049 "name": "friendsofsymfony/user-bundle",
@@ -2456,16 +2457,16 @@
2456 }, 2457 },
2457 { 2458 {
2458 "name": "guzzlehttp/guzzle", 2459 "name": "guzzlehttp/guzzle",
2459 "version": "5.3.3", 2460 "version": "5.3.4",
2460 "source": { 2461 "source": {
2461 "type": "git", 2462 "type": "git",
2462 "url": "https://github.com/guzzle/guzzle.git", 2463 "url": "https://github.com/guzzle/guzzle.git",
2463 "reference": "93bbdb30d59be6cd9839495306c65f2907370eb9" 2464 "reference": "b87eda7a7162f95574032da17e9323c9899cb6b2"
2464 }, 2465 },
2465 "dist": { 2466 "dist": {
2466 "type": "zip", 2467 "type": "zip",
2467 "url": "https://api.github.com/repos/guzzle/guzzle/zipball/93bbdb30d59be6cd9839495306c65f2907370eb9", 2468 "url": "https://api.github.com/repos/guzzle/guzzle/zipball/b87eda7a7162f95574032da17e9323c9899cb6b2",
2468 "reference": "93bbdb30d59be6cd9839495306c65f2907370eb9", 2469 "reference": "b87eda7a7162f95574032da17e9323c9899cb6b2",
2469 "shasum": "" 2470 "shasum": ""
2470 }, 2471 },
2471 "require": { 2472 "require": {
@@ -2505,7 +2506,7 @@
2505 "rest", 2506 "rest",
2506 "web service" 2507 "web service"
2507 ], 2508 ],
2508 "time": "2018-07-31T13:33:10+00:00" 2509 "time": "2019-10-30T09:32:00+00:00"
2509 }, 2510 },
2510 { 2511 {
2511 "name": "guzzlehttp/promises", 2512 "name": "guzzlehttp/promises",
@@ -3785,16 +3786,16 @@
3785 }, 3786 },
3786 { 3787 {
3787 "name": "j0k3r/graby-site-config", 3788 "name": "j0k3r/graby-site-config",
3788 "version": "1.0.91", 3789 "version": "1.0.93",
3789 "source": { 3790 "source": {
3790 "type": "git", 3791 "type": "git",
3791 "url": "https://github.com/j0k3r/graby-site-config.git", 3792 "url": "https://github.com/j0k3r/graby-site-config.git",
3792 "reference": "2f21c86f0b25911c413d94957a326b812ddbd54d" 3793 "reference": "018ebc5ccd8e631243fcc515fb05b39bac423b31"
3793 }, 3794 },
3794 "dist": { 3795 "dist": {
3795 "type": "zip", 3796 "type": "zip",
3796 "url": "https://api.github.com/repos/j0k3r/graby-site-config/zipball/2f21c86f0b25911c413d94957a326b812ddbd54d", 3797 "url": "https://api.github.com/repos/j0k3r/graby-site-config/zipball/018ebc5ccd8e631243fcc515fb05b39bac423b31",
3797 "reference": "2f21c86f0b25911c413d94957a326b812ddbd54d", 3798 "reference": "018ebc5ccd8e631243fcc515fb05b39bac423b31",
3798 "shasum": "" 3799 "shasum": ""
3799 }, 3800 },
3800 "require": { 3801 "require": {
@@ -3821,7 +3822,7 @@
3821 } 3822 }
3822 ], 3823 ],
3823 "description": "Graby site config files", 3824 "description": "Graby site config files",
3824 "time": "2019-09-04T07:11:32+00:00" 3825 "time": "2019-10-15T15:51:35+00:00"
3825 }, 3826 },
3826 { 3827 {
3827 "name": "j0k3r/httplug-ssrf-plugin", 3828 "name": "j0k3r/httplug-ssrf-plugin",
@@ -4934,16 +4935,16 @@
4934 }, 4935 },
4935 { 4936 {
4936 "name": "monolog/monolog", 4937 "name": "monolog/monolog",
4937 "version": "1.24.0", 4938 "version": "1.25.1",
4938 "source": { 4939 "source": {
4939 "type": "git", 4940 "type": "git",
4940 "url": "https://github.com/Seldaek/monolog.git", 4941 "url": "https://github.com/Seldaek/monolog.git",
4941 "reference": "bfc9ebb28f97e7a24c45bdc3f0ff482e47bb0266" 4942 "reference": "70e65a5470a42cfec1a7da00d30edb6e617e8dcf"
4942 }, 4943 },
4943 "dist": { 4944 "dist": {
4944 "type": "zip", 4945 "type": "zip",
4945 "url": "https://api.github.com/repos/Seldaek/monolog/zipball/bfc9ebb28f97e7a24c45bdc3f0ff482e47bb0266", 4946 "url": "https://api.github.com/repos/Seldaek/monolog/zipball/70e65a5470a42cfec1a7da00d30edb6e617e8dcf",
4946 "reference": "bfc9ebb28f97e7a24c45bdc3f0ff482e47bb0266", 4947 "reference": "70e65a5470a42cfec1a7da00d30edb6e617e8dcf",
4947 "shasum": "" 4948 "shasum": ""
4948 }, 4949 },
4949 "require": { 4950 "require": {
@@ -5008,7 +5009,7 @@
5008 "logging", 5009 "logging",
5009 "psr-3" 5010 "psr-3"
5010 ], 5011 ],
5011 "time": "2018-11-05T09:00:11+00:00" 5012 "time": "2019-09-06T13:49:17+00:00"
5012 }, 5013 },
5013 { 5014 {
5014 "name": "nelmio/api-doc-bundle", 5015 "name": "nelmio/api-doc-bundle",
@@ -5454,16 +5455,16 @@
5454 }, 5455 },
5455 { 5456 {
5456 "name": "php-amqplib/php-amqplib", 5457 "name": "php-amqplib/php-amqplib",
5457 "version": "v2.10.0", 5458 "version": "v2.10.1",
5458 "source": { 5459 "source": {
5459 "type": "git", 5460 "type": "git",
5460 "url": "https://github.com/php-amqplib/php-amqplib.git", 5461 "url": "https://github.com/php-amqplib/php-amqplib.git",
5461 "reference": "04e5366f032906d5f716890427e425e71307d3a8" 5462 "reference": "6e2b2501e021e994fb64429e5a78118f83b5c200"
5462 }, 5463 },
5463 "dist": { 5464 "dist": {
5464 "type": "zip", 5465 "type": "zip",
5465 "url": "https://api.github.com/repos/php-amqplib/php-amqplib/zipball/04e5366f032906d5f716890427e425e71307d3a8", 5466 "url": "https://api.github.com/repos/php-amqplib/php-amqplib/zipball/6e2b2501e021e994fb64429e5a78118f83b5c200",
5466 "reference": "04e5366f032906d5f716890427e425e71307d3a8", 5467 "reference": "6e2b2501e021e994fb64429e5a78118f83b5c200",
5467 "shasum": "" 5468 "shasum": ""
5468 }, 5469 },
5469 "require": { 5470 "require": {
@@ -5477,7 +5478,6 @@
5477 "require-dev": { 5478 "require-dev": {
5478 "ext-curl": "*", 5479 "ext-curl": "*",
5479 "nategood/httpful": "^0.2.20", 5480 "nategood/httpful": "^0.2.20",
5480 "phpdocumentor/phpdocumentor": "dev-master",
5481 "phpunit/phpunit": "^5.7|^6.5|^7.0", 5481 "phpunit/phpunit": "^5.7|^6.5|^7.0",
5482 "squizlabs/php_codesniffer": "^2.5" 5482 "squizlabs/php_codesniffer": "^2.5"
5483 }, 5483 },
@@ -5524,7 +5524,7 @@
5524 "queue", 5524 "queue",
5525 "rabbitmq" 5525 "rabbitmq"
5526 ], 5526 ],
5527 "time": "2019-08-08T18:28:18+00:00" 5527 "time": "2019-10-10T13:23:40+00:00"
5528 }, 5528 },
5529 { 5529 {
5530 "name": "php-amqplib/rabbitmq-bundle", 5530 "name": "php-amqplib/rabbitmq-bundle",
@@ -6927,16 +6927,16 @@
6927 }, 6927 },
6928 { 6928 {
6929 "name": "psr/log", 6929 "name": "psr/log",
6930 "version": "1.1.0", 6930 "version": "1.1.2",
6931 "source": { 6931 "source": {
6932 "type": "git", 6932 "type": "git",
6933 "url": "https://github.com/php-fig/log.git", 6933 "url": "https://github.com/php-fig/log.git",
6934 "reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd" 6934 "reference": "446d54b4cb6bf489fc9d75f55843658e6f25d801"
6935 }, 6935 },
6936 "dist": { 6936 "dist": {
6937 "type": "zip", 6937 "type": "zip",
6938 "url": "https://api.github.com/repos/php-fig/log/zipball/6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd", 6938 "url": "https://api.github.com/repos/php-fig/log/zipball/446d54b4cb6bf489fc9d75f55843658e6f25d801",
6939 "reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd", 6939 "reference": "446d54b4cb6bf489fc9d75f55843658e6f25d801",
6940 "shasum": "" 6940 "shasum": ""
6941 }, 6941 },
6942 "require": { 6942 "require": {
@@ -6945,7 +6945,7 @@
6945 "type": "library", 6945 "type": "library",
6946 "extra": { 6946 "extra": {
6947 "branch-alias": { 6947 "branch-alias": {
6948 "dev-master": "1.0.x-dev" 6948 "dev-master": "1.1.x-dev"
6949 } 6949 }
6950 }, 6950 },
6951 "autoload": { 6951 "autoload": {
@@ -6970,7 +6970,7 @@
6970 "psr", 6970 "psr",
6971 "psr-3" 6971 "psr-3"
6972 ], 6972 ],
6973 "time": "2018-11-20T15:27:04+00:00" 6973 "time": "2019-11-01T11:05:21+00:00"
6974 }, 6974 },
6975 { 6975 {
6976 "name": "psr/simple-cache", 6976 "name": "psr/simple-cache",
@@ -7459,16 +7459,16 @@
7459 }, 7459 },
7460 { 7460 {
7461 "name": "sentry/sentry", 7461 "name": "sentry/sentry",
7462 "version": "2.2.1", 7462 "version": "2.2.2",
7463 "source": { 7463 "source": {
7464 "type": "git", 7464 "type": "git",
7465 "url": "https://github.com/getsentry/sentry-php.git", 7465 "url": "https://github.com/getsentry/sentry-php.git",
7466 "reference": "5896f9f0a00a7525797764ba42091dfbde22a746" 7466 "reference": "217c9e550eb3e06bbe48a4da4031223e1aab76f0"
7467 }, 7467 },
7468 "dist": { 7468 "dist": {
7469 "type": "zip", 7469 "type": "zip",
7470 "url": "https://api.github.com/repos/getsentry/sentry-php/zipball/5896f9f0a00a7525797764ba42091dfbde22a746", 7470 "url": "https://api.github.com/repos/getsentry/sentry-php/zipball/217c9e550eb3e06bbe48a4da4031223e1aab76f0",
7471 "reference": "5896f9f0a00a7525797764ba42091dfbde22a746", 7471 "reference": "217c9e550eb3e06bbe48a4da4031223e1aab76f0",
7472 "shasum": "" 7472 "shasum": ""
7473 }, 7473 },
7474 "require": { 7474 "require": {
@@ -7537,7 +7537,7 @@
7537 "logging", 7537 "logging",
7538 "sentry" 7538 "sentry"
7539 ], 7539 ],
7540 "time": "2019-09-23T11:52:12+00:00" 7540 "time": "2019-10-10T08:16:00+00:00"
7541 }, 7541 },
7542 { 7542 {
7543 "name": "sentry/sentry-symfony", 7543 "name": "sentry/sentry-symfony",
@@ -7617,16 +7617,16 @@
7617 }, 7617 },
7618 { 7618 {
7619 "name": "simplepie/simplepie", 7619 "name": "simplepie/simplepie",
7620 "version": "1.5.2", 7620 "version": "1.5.3",
7621 "source": { 7621 "source": {
7622 "type": "git", 7622 "type": "git",
7623 "url": "https://github.com/simplepie/simplepie.git", 7623 "url": "https://github.com/simplepie/simplepie.git",
7624 "reference": "0e8fe72132dad765d25db4cabc69a91139af1263" 7624 "reference": "173663382a9346acd53df60c7ffb20689c9cf1f6"
7625 }, 7625 },
7626 "dist": { 7626 "dist": {
7627 "type": "zip", 7627 "type": "zip",
7628 "url": "https://api.github.com/repos/simplepie/simplepie/zipball/0e8fe72132dad765d25db4cabc69a91139af1263", 7628 "url": "https://api.github.com/repos/simplepie/simplepie/zipball/173663382a9346acd53df60c7ffb20689c9cf1f6",
7629 "reference": "0e8fe72132dad765d25db4cabc69a91139af1263", 7629 "reference": "173663382a9346acd53df60c7ffb20689c9cf1f6",
7630 "shasum": "" 7630 "shasum": ""
7631 }, 7631 },
7632 "require": { 7632 "require": {
@@ -7680,7 +7680,7 @@
7680 "feeds", 7680 "feeds",
7681 "rss" 7681 "rss"
7682 ], 7682 ],
7683 "time": "2018-08-02T05:43:58+00:00" 7683 "time": "2019-09-22T23:21:30+00:00"
7684 }, 7684 },
7685 { 7685 {
7686 "name": "smalot/pdfparser", 7686 "name": "smalot/pdfparser",
@@ -7922,22 +7922,22 @@
7922 }, 7922 },
7923 { 7923 {
7924 "name": "symfony/http-client", 7924 "name": "symfony/http-client",
7925 "version": "v4.3.4", 7925 "version": "v4.3.5",
7926 "source": { 7926 "source": {
7927 "type": "git", 7927 "type": "git",
7928 "url": "https://github.com/symfony/http-client.git", 7928 "url": "https://github.com/symfony/http-client.git",
7929 "reference": "9a4fa769269ed730196a5c52c742b30600cf1e87" 7929 "reference": "69d438274718121e1166e7f65c290f891a4c8ddb"
7930 }, 7930 },
7931 "dist": { 7931 "dist": {
7932 "type": "zip", 7932 "type": "zip",
7933 "url": "https://api.github.com/repos/symfony/http-client/zipball/9a4fa769269ed730196a5c52c742b30600cf1e87", 7933 "url": "https://api.github.com/repos/symfony/http-client/zipball/69d438274718121e1166e7f65c290f891a4c8ddb",
7934 "reference": "9a4fa769269ed730196a5c52c742b30600cf1e87", 7934 "reference": "69d438274718121e1166e7f65c290f891a4c8ddb",
7935 "shasum": "" 7935 "shasum": ""
7936 }, 7936 },
7937 "require": { 7937 "require": {
7938 "php": "^7.1.3", 7938 "php": "^7.1.3",
7939 "psr/log": "^1.0", 7939 "psr/log": "^1.0",
7940 "symfony/http-client-contracts": "^1.1.6", 7940 "symfony/http-client-contracts": "^1.1.7",
7941 "symfony/polyfill-php73": "^1.11" 7941 "symfony/polyfill-php73": "^1.11"
7942 }, 7942 },
7943 "provide": { 7943 "provide": {
@@ -7980,20 +7980,20 @@
7980 ], 7980 ],
7981 "description": "Symfony HttpClient component", 7981 "description": "Symfony HttpClient component",
7982 "homepage": "https://symfony.com", 7982 "homepage": "https://symfony.com",
7983 "time": "2019-08-20T14:27:59+00:00" 7983 "time": "2019-10-07T10:52:41+00:00"
7984 }, 7984 },
7985 { 7985 {
7986 "name": "symfony/http-client-contracts", 7986 "name": "symfony/http-client-contracts",
7987 "version": "v1.1.6", 7987 "version": "v1.1.7",
7988 "source": { 7988 "source": {
7989 "type": "git", 7989 "type": "git",
7990 "url": "https://github.com/symfony/http-client-contracts.git", 7990 "url": "https://github.com/symfony/http-client-contracts.git",
7991 "reference": "6005fe61a33724405d56eb5b055d5d370192a1bd" 7991 "reference": "353b2a3e907e5c34cf8f74827a4b21eb745aab1d"
7992 }, 7992 },
7993 "dist": { 7993 "dist": {
7994 "type": "zip", 7994 "type": "zip",
7995 "url": "https://api.github.com/repos/symfony/http-client-contracts/zipball/6005fe61a33724405d56eb5b055d5d370192a1bd", 7995 "url": "https://api.github.com/repos/symfony/http-client-contracts/zipball/353b2a3e907e5c34cf8f74827a4b21eb745aab1d",
7996 "reference": "6005fe61a33724405d56eb5b055d5d370192a1bd", 7996 "reference": "353b2a3e907e5c34cf8f74827a4b21eb745aab1d",
7997 "shasum": "" 7997 "shasum": ""
7998 }, 7998 },
7999 "require": { 7999 "require": {
@@ -8037,20 +8037,20 @@
8037 "interoperability", 8037 "interoperability",
8038 "standards" 8038 "standards"
8039 ], 8039 ],
8040 "time": "2019-08-08T10:05:21+00:00" 8040 "time": "2019-09-26T22:09:58+00:00"
8041 }, 8041 },
8042 { 8042 {
8043 "name": "symfony/mime", 8043 "name": "symfony/mime",
8044 "version": "v4.3.4", 8044 "version": "v4.3.5",
8045 "source": { 8045 "source": {
8046 "type": "git", 8046 "type": "git",
8047 "url": "https://github.com/symfony/mime.git", 8047 "url": "https://github.com/symfony/mime.git",
8048 "reference": "987a05df1c6ac259b34008b932551353f4f408df" 8048 "reference": "32f71570547b91879fdbd9cf50317d556ae86916"
8049 }, 8049 },
8050 "dist": { 8050 "dist": {
8051 "type": "zip", 8051 "type": "zip",
8052 "url": "https://api.github.com/repos/symfony/mime/zipball/987a05df1c6ac259b34008b932551353f4f408df", 8052 "url": "https://api.github.com/repos/symfony/mime/zipball/32f71570547b91879fdbd9cf50317d556ae86916",
8053 "reference": "987a05df1c6ac259b34008b932551353f4f408df", 8053 "reference": "32f71570547b91879fdbd9cf50317d556ae86916",
8054 "shasum": "" 8054 "shasum": ""
8055 }, 8055 },
8056 "require": { 8056 "require": {
@@ -8096,7 +8096,7 @@
8096 "mime", 8096 "mime",
8097 "mime-type" 8097 "mime-type"
8098 ], 8098 ],
8099 "time": "2019-08-22T08:16:11+00:00" 8099 "time": "2019-09-19T17:00:15+00:00"
8100 }, 8100 },
8101 { 8101 {
8102 "name": "symfony/monolog-bundle", 8102 "name": "symfony/monolog-bundle",
@@ -8795,33 +8795,33 @@
8795 }, 8795 },
8796 { 8796 {
8797 "name": "symfony/swiftmailer-bundle", 8797 "name": "symfony/swiftmailer-bundle",
8798 "version": "v3.2.8", 8798 "version": "v3.3.0",
8799 "source": { 8799 "source": {
8800 "type": "git", 8800 "type": "git",
8801 "url": "https://github.com/symfony/swiftmailer-bundle.git", 8801 "url": "https://github.com/symfony/swiftmailer-bundle.git",
8802 "reference": "cb125b3648f132fb8070b55393f20cb310907d3b" 8802 "reference": "6b895bc0a5e815d1bf2d444869415a7c752516aa"
8803 }, 8803 },
8804 "dist": { 8804 "dist": {
8805 "type": "zip", 8805 "type": "zip",
8806 "url": "https://api.github.com/repos/symfony/swiftmailer-bundle/zipball/cb125b3648f132fb8070b55393f20cb310907d3b", 8806 "url": "https://api.github.com/repos/symfony/swiftmailer-bundle/zipball/6b895bc0a5e815d1bf2d444869415a7c752516aa",
8807 "reference": "cb125b3648f132fb8070b55393f20cb310907d3b", 8807 "reference": "6b895bc0a5e815d1bf2d444869415a7c752516aa",
8808 "shasum": "" 8808 "shasum": ""
8809 }, 8809 },
8810 "require": { 8810 "require": {
8811 "php": ">=7.0.0", 8811 "php": ">=7.0.0",
8812 "swiftmailer/swiftmailer": "^6.1.3", 8812 "swiftmailer/swiftmailer": "^6.1.3",
8813 "symfony/config": "~2.8|~3.3|~4.0", 8813 "symfony/config": "^3.4|^4.0|^5.0",
8814 "symfony/dependency-injection": "~2.7|~3.3|~4.0", 8814 "symfony/dependency-injection": "^3.4|^4.0|^5.0",
8815 "symfony/http-kernel": "~2.7|~3.3|~4.0" 8815 "symfony/http-kernel": "^3.4|^4.0|^5.0"
8816 }, 8816 },
8817 "conflict": { 8817 "conflict": {
8818 "twig/twig": "<1.41|<2.10" 8818 "twig/twig": "<1.41|<2.10"
8819 }, 8819 },
8820 "require-dev": { 8820 "require-dev": {
8821 "symfony/console": "~2.7|~3.3|~4.0", 8821 "symfony/console": "^3.4|^4.0|^5.0",
8822 "symfony/framework-bundle": "~2.7|~3.3|~4.0", 8822 "symfony/framework-bundle": "^3.4|^4.0|^5.0",
8823 "symfony/phpunit-bridge": "~3.3|~4.0", 8823 "symfony/phpunit-bridge": "^3.4.32|^4.3.5|^5.0",
8824 "symfony/yaml": "~2.7|~3.3|~4.0" 8824 "symfony/yaml": "^3.4|^4.0|^5.0"
8825 }, 8825 },
8826 "suggest": { 8826 "suggest": {
8827 "psr/log": "Allows logging" 8827 "psr/log": "Allows logging"
@@ -8829,7 +8829,7 @@
8829 "type": "symfony-bundle", 8829 "type": "symfony-bundle",
8830 "extra": { 8830 "extra": {
8831 "branch-alias": { 8831 "branch-alias": {
8832 "dev-master": "3.2-dev" 8832 "dev-master": "3.3-dev"
8833 } 8833 }
8834 }, 8834 },
8835 "autoload": { 8835 "autoload": {
@@ -8846,30 +8846,30 @@
8846 ], 8846 ],
8847 "authors": [ 8847 "authors": [
8848 { 8848 {
8849 "name": "Symfony Community",
8850 "homepage": "http://symfony.com/contributors"
8851 },
8852 {
8853 "name": "Fabien Potencier", 8849 "name": "Fabien Potencier",
8854 "email": "fabien@symfony.com" 8850 "email": "fabien@symfony.com"
8851 },
8852 {
8853 "name": "Symfony Community",
8854 "homepage": "http://symfony.com/contributors"
8855 } 8855 }
8856 ], 8856 ],
8857 "description": "Symfony SwiftmailerBundle", 8857 "description": "Symfony SwiftmailerBundle",
8858 "homepage": "http://symfony.com", 8858 "homepage": "http://symfony.com",
8859 "time": "2019-06-18T15:27:04+00:00" 8859 "time": "2019-10-20T12:05:18+00:00"
8860 }, 8860 },
8861 { 8861 {
8862 "name": "symfony/symfony", 8862 "name": "symfony/symfony",
8863 "version": "v3.4.32", 8863 "version": "v3.4.33",
8864 "source": { 8864 "source": {
8865 "type": "git", 8865 "type": "git",
8866 "url": "https://github.com/symfony/symfony.git", 8866 "url": "https://github.com/symfony/symfony.git",
8867 "reference": "2815d1fa34d417b8b87450667f166edbefff3177" 8867 "reference": "47813652695f1345987fd5dfc0df67607e738b31"
8868 }, 8868 },
8869 "dist": { 8869 "dist": {
8870 "type": "zip", 8870 "type": "zip",
8871 "url": "https://api.github.com/repos/symfony/symfony/zipball/2815d1fa34d417b8b87450667f166edbefff3177", 8871 "url": "https://api.github.com/repos/symfony/symfony/zipball/47813652695f1345987fd5dfc0df67607e738b31",
8872 "reference": "2815d1fa34d417b8b87450667f166edbefff3177", 8872 "reference": "47813652695f1345987fd5dfc0df67607e738b31",
8873 "shasum": "" 8873 "shasum": ""
8874 }, 8874 },
8875 "require": { 8875 "require": {
@@ -9011,7 +9011,7 @@
9011 "keywords": [ 9011 "keywords": [
9012 "framework" 9012 "framework"
9013 ], 9013 ],
9014 "time": "2019-10-07T14:42:16+00:00" 9014 "time": "2019-11-01T09:46:51+00:00"
9015 }, 9015 },
9016 { 9016 {
9017 "name": "true/punycode", 9017 "name": "true/punycode",
@@ -9116,16 +9116,16 @@
9116 }, 9116 },
9117 { 9117 {
9118 "name": "twig/twig", 9118 "name": "twig/twig",
9119 "version": "v2.12.0", 9119 "version": "v2.12.1",
9120 "source": { 9120 "source": {
9121 "type": "git", 9121 "type": "git",
9122 "url": "https://github.com/twigphp/Twig.git", 9122 "url": "https://github.com/twigphp/Twig.git",
9123 "reference": "c7a85fd08348ca04b4d8f234f49583d9910906aa" 9123 "reference": "ddd4134af9bfc6dba4eff7c8447444ecc45b9ee5"
9124 }, 9124 },
9125 "dist": { 9125 "dist": {
9126 "type": "zip", 9126 "type": "zip",
9127 "url": "https://api.github.com/repos/twigphp/Twig/zipball/c7a85fd08348ca04b4d8f234f49583d9910906aa", 9127 "url": "https://api.github.com/repos/twigphp/Twig/zipball/ddd4134af9bfc6dba4eff7c8447444ecc45b9ee5",
9128 "reference": "c7a85fd08348ca04b4d8f234f49583d9910906aa", 9128 "reference": "ddd4134af9bfc6dba4eff7c8447444ecc45b9ee5",
9129 "shasum": "" 9129 "shasum": ""
9130 }, 9130 },
9131 "require": { 9131 "require": {
@@ -9179,7 +9179,7 @@
9179 "keywords": [ 9179 "keywords": [
9180 "templating" 9180 "templating"
9181 ], 9181 ],
9182 "time": "2019-10-05T16:42:38+00:00" 9182 "time": "2019-10-17T07:34:53+00:00"
9183 }, 9183 },
9184 { 9184 {
9185 "name": "wallabag/php-mobi", 9185 "name": "wallabag/php-mobi",
@@ -9567,16 +9567,16 @@
9567 }, 9567 },
9568 { 9568 {
9569 "name": "zendframework/zend-code", 9569 "name": "zendframework/zend-code",
9570 "version": "3.3.2", 9570 "version": "3.4.0",
9571 "source": { 9571 "source": {
9572 "type": "git", 9572 "type": "git",
9573 "url": "https://github.com/zendframework/zend-code.git", 9573 "url": "https://github.com/zendframework/zend-code.git",
9574 "reference": "936fa7ad4d53897ea3e3eb41b5b760828246a20b" 9574 "reference": "46feaeecea14161734b56c1ace74f28cb329f194"
9575 }, 9575 },
9576 "dist": { 9576 "dist": {
9577 "type": "zip", 9577 "type": "zip",
9578 "url": "https://api.github.com/repos/zendframework/zend-code/zipball/936fa7ad4d53897ea3e3eb41b5b760828246a20b", 9578 "url": "https://api.github.com/repos/zendframework/zend-code/zipball/46feaeecea14161734b56c1ace74f28cb329f194",
9579 "reference": "936fa7ad4d53897ea3e3eb41b5b760828246a20b", 9579 "reference": "46feaeecea14161734b56c1ace74f28cb329f194",
9580 "shasum": "" 9580 "shasum": ""
9581 }, 9581 },
9582 "require": { 9582 "require": {
@@ -9586,7 +9586,7 @@
9586 "require-dev": { 9586 "require-dev": {
9587 "doctrine/annotations": "^1.0", 9587 "doctrine/annotations": "^1.0",
9588 "ext-phar": "*", 9588 "ext-phar": "*",
9589 "phpunit/phpunit": "^7.5.15", 9589 "phpunit/phpunit": "^7.5.16 || ^8.4",
9590 "zendframework/zend-coding-standard": "^1.0", 9590 "zendframework/zend-coding-standard": "^1.0",
9591 "zendframework/zend-stdlib": "^2.7 || ^3.0" 9591 "zendframework/zend-stdlib": "^2.7 || ^3.0"
9592 }, 9592 },
@@ -9597,8 +9597,8 @@
9597 "type": "library", 9597 "type": "library",
9598 "extra": { 9598 "extra": {
9599 "branch-alias": { 9599 "branch-alias": {
9600 "dev-master": "3.3.x-dev", 9600 "dev-master": "3.4.x-dev",
9601 "dev-develop": "3.4.x-dev" 9601 "dev-develop": "3.5.x-dev"
9602 } 9602 }
9603 }, 9603 },
9604 "autoload": { 9604 "autoload": {
@@ -9616,20 +9616,20 @@
9616 "code", 9616 "code",
9617 "zf" 9617 "zf"
9618 ], 9618 ],
9619 "time": "2019-08-31T14:14:34+00:00" 9619 "time": "2019-10-05T23:18:22+00:00"
9620 }, 9620 },
9621 { 9621 {
9622 "name": "zendframework/zend-diactoros", 9622 "name": "zendframework/zend-diactoros",
9623 "version": "2.1.3", 9623 "version": "2.1.5",
9624 "source": { 9624 "source": {
9625 "type": "git", 9625 "type": "git",
9626 "url": "https://github.com/zendframework/zend-diactoros.git", 9626 "url": "https://github.com/zendframework/zend-diactoros.git",
9627 "reference": "279723778c40164bcf984a2df12ff2c6ec5e61c1" 9627 "reference": "6dcf9e760a6b476f3e9d80abbc9ce9c4aa921f9c"
9628 }, 9628 },
9629 "dist": { 9629 "dist": {
9630 "type": "zip", 9630 "type": "zip",
9631 "url": "https://api.github.com/repos/zendframework/zend-diactoros/zipball/279723778c40164bcf984a2df12ff2c6ec5e61c1", 9631 "url": "https://api.github.com/repos/zendframework/zend-diactoros/zipball/6dcf9e760a6b476f3e9d80abbc9ce9c4aa921f9c",
9632 "reference": "279723778c40164bcf984a2df12ff2c6ec5e61c1", 9632 "reference": "6dcf9e760a6b476f3e9d80abbc9ce9c4aa921f9c",
9633 "shasum": "" 9633 "shasum": ""
9634 }, 9634 },
9635 "require": { 9635 "require": {
@@ -9642,6 +9642,7 @@
9642 "psr/http-message-implementation": "1.0" 9642 "psr/http-message-implementation": "1.0"
9643 }, 9643 },
9644 "require-dev": { 9644 "require-dev": {
9645 "ext-curl": "*",
9645 "ext-dom": "*", 9646 "ext-dom": "*",
9646 "ext-libxml": "*", 9647 "ext-libxml": "*",
9647 "http-interop/http-factory-tests": "^0.5.0", 9648 "http-interop/http-factory-tests": "^0.5.0",
@@ -9682,7 +9683,7 @@
9682 "psr", 9683 "psr",
9683 "psr-7" 9684 "psr-7"
9684 ], 9685 ],
9685 "time": "2019-07-10T16:13:25+00:00" 9686 "time": "2019-10-10T17:38:20+00:00"
9686 }, 9687 },
9687 { 9688 {
9688 "name": "zendframework/zend-eventmanager", 9689 "name": "zendframework/zend-eventmanager",
@@ -10120,16 +10121,16 @@
10120 }, 10121 },
10121 { 10122 {
10122 "name": "m6web/redis-mock", 10123 "name": "m6web/redis-mock",
10123 "version": "v4.6.1", 10124 "version": "v4.7.0",
10124 "source": { 10125 "source": {
10125 "type": "git", 10126 "type": "git",
10126 "url": "https://github.com/M6Web/RedisMock.git", 10127 "url": "https://github.com/M6Web/RedisMock.git",
10127 "reference": "5f8821e8a39055ca4ef0d4b51dbc063aa000a2dc" 10128 "reference": "057ad8e1bea903aee54642e310d900bdb794372c"
10128 }, 10129 },
10129 "dist": { 10130 "dist": {
10130 "type": "zip", 10131 "type": "zip",
10131 "url": "https://api.github.com/repos/M6Web/RedisMock/zipball/5f8821e8a39055ca4ef0d4b51dbc063aa000a2dc", 10132 "url": "https://api.github.com/repos/M6Web/RedisMock/zipball/057ad8e1bea903aee54642e310d900bdb794372c",
10132 "reference": "5f8821e8a39055ca4ef0d4b51dbc063aa000a2dc", 10133 "reference": "057ad8e1bea903aee54642e310d900bdb794372c",
10133 "shasum": "" 10134 "shasum": ""
10134 }, 10135 },
10135 "require": { 10136 "require": {
@@ -10161,20 +10162,20 @@
10161 "mock", 10162 "mock",
10162 "redis" 10163 "redis"
10163 ], 10164 ],
10164 "time": "2019-08-20T13:03:26+00:00" 10165 "time": "2019-11-04T09:03:23+00:00"
10165 }, 10166 },
10166 { 10167 {
10167 "name": "nette/bootstrap", 10168 "name": "nette/bootstrap",
10168 "version": "v3.0.0", 10169 "version": "v3.0.1",
10169 "source": { 10170 "source": {
10170 "type": "git", 10171 "type": "git",
10171 "url": "https://github.com/nette/bootstrap.git", 10172 "url": "https://github.com/nette/bootstrap.git",
10172 "reference": "e1075af05c211915e03e0c86542f3ba5433df4a3" 10173 "reference": "b45a1e33b6a44beb307756522396551e5a9ff249"
10173 }, 10174 },
10174 "dist": { 10175 "dist": {
10175 "type": "zip", 10176 "type": "zip",
10176 "url": "https://api.github.com/repos/nette/bootstrap/zipball/e1075af05c211915e03e0c86542f3ba5433df4a3", 10177 "url": "https://api.github.com/repos/nette/bootstrap/zipball/b45a1e33b6a44beb307756522396551e5a9ff249",
10177 "reference": "e1075af05c211915e03e0c86542f3ba5433df4a3", 10178 "reference": "b45a1e33b6a44beb307756522396551e5a9ff249",
10178 "shasum": "" 10179 "shasum": ""
10179 }, 10180 },
10180 "require": { 10181 "require": {
@@ -10182,6 +10183,9 @@
10182 "nette/utils": "^3.0", 10183 "nette/utils": "^3.0",
10183 "php": ">=7.1" 10184 "php": ">=7.1"
10184 }, 10185 },
10186 "conflict": {
10187 "tracy/tracy": "<2.6"
10188 },
10185 "require-dev": { 10189 "require-dev": {
10186 "latte/latte": "^2.2", 10190 "latte/latte": "^2.2",
10187 "nette/application": "^3.0", 10191 "nette/application": "^3.0",
@@ -10234,7 +10238,7 @@
10234 "configurator", 10238 "configurator",
10235 "nette" 10239 "nette"
10236 ], 10240 ],
10237 "time": "2019-03-26T12:59:07+00:00" 10241 "time": "2019-09-30T08:19:38+00:00"
10238 }, 10242 },
10239 { 10243 {
10240 "name": "nette/di", 10244 "name": "nette/di",
@@ -10612,16 +10616,16 @@
10612 }, 10616 },
10613 { 10617 {
10614 "name": "nette/utils", 10618 "name": "nette/utils",
10615 "version": "v3.0.1", 10619 "version": "v3.0.2",
10616 "source": { 10620 "source": {
10617 "type": "git", 10621 "type": "git",
10618 "url": "https://github.com/nette/utils.git", 10622 "url": "https://github.com/nette/utils.git",
10619 "reference": "bd961f49b211997202bda1d0fbc410905be370d4" 10623 "reference": "c133e18c922dcf3ad07673077d92d92cef25a148"
10620 }, 10624 },
10621 "dist": { 10625 "dist": {
10622 "type": "zip", 10626 "type": "zip",
10623 "url": "https://api.github.com/repos/nette/utils/zipball/bd961f49b211997202bda1d0fbc410905be370d4", 10627 "url": "https://api.github.com/repos/nette/utils/zipball/c133e18c922dcf3ad07673077d92d92cef25a148",
10624 "reference": "bd961f49b211997202bda1d0fbc410905be370d4", 10628 "reference": "c133e18c922dcf3ad07673077d92d92cef25a148",
10625 "shasum": "" 10629 "shasum": ""
10626 }, 10630 },
10627 "require": { 10631 "require": {
@@ -10637,6 +10641,7 @@
10637 "ext-intl": "to use Strings::webalize(), toAscii(), normalize() and compare()", 10641 "ext-intl": "to use Strings::webalize(), toAscii(), normalize() and compare()",
10638 "ext-json": "to use Nette\\Utils\\Json", 10642 "ext-json": "to use Nette\\Utils\\Json",
10639 "ext-mbstring": "to use Strings::lower() etc...", 10643 "ext-mbstring": "to use Strings::lower() etc...",
10644 "ext-tokenizer": "to use Nette\\Utils\\Reflection::getUseStatements()",
10640 "ext-xml": "to use Strings::length() etc. when mbstring is not available" 10645 "ext-xml": "to use Strings::length() etc. when mbstring is not available"
10641 }, 10646 },
10642 "type": "library", 10647 "type": "library",
@@ -10684,7 +10689,7 @@
10684 "utility", 10689 "utility",
10685 "validation" 10690 "validation"
10686 ], 10691 ],
10687 "time": "2019-03-22T01:00:30+00:00" 10692 "time": "2019-10-21T20:40:16+00:00"
10688 }, 10693 },
10689 { 10694 {
10690 "name": "nikic/php-parser", 10695 "name": "nikic/php-parser",
@@ -10897,16 +10902,16 @@
10897 }, 10902 },
10898 { 10903 {
10899 "name": "phpstan/phpstan", 10904 "name": "phpstan/phpstan",
10900 "version": "0.11.16", 10905 "version": "0.11.19",
10901 "source": { 10906 "source": {
10902 "type": "git", 10907 "type": "git",
10903 "url": "https://github.com/phpstan/phpstan.git", 10908 "url": "https://github.com/phpstan/phpstan.git",
10904 "reference": "635cf20f3b92ce34ee94a8d2f282d62eb9dc6e1b" 10909 "reference": "63cc502f6957b7f74efbac444b4cf219dcadffd7"
10905 }, 10910 },
10906 "dist": { 10911 "dist": {
10907 "type": "zip", 10912 "type": "zip",
10908 "url": "https://api.github.com/repos/phpstan/phpstan/zipball/635cf20f3b92ce34ee94a8d2f282d62eb9dc6e1b", 10913 "url": "https://api.github.com/repos/phpstan/phpstan/zipball/63cc502f6957b7f74efbac444b4cf219dcadffd7",
10909 "reference": "635cf20f3b92ce34ee94a8d2f282d62eb9dc6e1b", 10914 "reference": "63cc502f6957b7f74efbac444b4cf219dcadffd7",
10910 "shasum": "" 10915 "shasum": ""
10911 }, 10916 },
10912 "require": { 10917 "require": {
@@ -10914,6 +10919,7 @@
10914 "jean85/pretty-package-versions": "^1.0.3", 10919 "jean85/pretty-package-versions": "^1.0.3",
10915 "nette/bootstrap": "^2.4 || ^3.0", 10920 "nette/bootstrap": "^2.4 || ^3.0",
10916 "nette/di": "^2.4.7 || ^3.0", 10921 "nette/di": "^2.4.7 || ^3.0",
10922 "nette/neon": "^2.4.3 || ^3.0",
10917 "nette/robot-loader": "^3.0.1", 10923 "nette/robot-loader": "^3.0.1",
10918 "nette/schema": "^1.0", 10924 "nette/schema": "^1.0",
10919 "nette/utils": "^2.4.5 || ^3.0", 10925 "nette/utils": "^2.4.5 || ^3.0",
@@ -10967,7 +10973,7 @@
10967 "MIT" 10973 "MIT"
10968 ], 10974 ],
10969 "description": "PHPStan - PHP Static Analysis Tool", 10975 "description": "PHPStan - PHP Static Analysis Tool",
10970 "time": "2019-09-17T11:19:51+00:00" 10976 "time": "2019-10-22T20:20:22+00:00"
10971 }, 10977 },
10972 { 10978 {
10973 "name": "phpstan/phpstan-doctrine", 10979 "name": "phpstan/phpstan-doctrine",
@@ -11215,16 +11221,16 @@
11215 }, 11221 },
11216 { 11222 {
11217 "name": "symfony/phpunit-bridge", 11223 "name": "symfony/phpunit-bridge",
11218 "version": "v4.3.5", 11224 "version": "v4.3.6",
11219 "source": { 11225 "source": {
11220 "type": "git", 11226 "type": "git",
11221 "url": "https://github.com/symfony/phpunit-bridge.git", 11227 "url": "https://github.com/symfony/phpunit-bridge.git",
11222 "reference": "a7fd9e742c31ac2b607b166c9016bab51a36c574" 11228 "reference": "c216b32261358a820bb4217eb3a20e3f437a484e"
11223 }, 11229 },
11224 "dist": { 11230 "dist": {
11225 "type": "zip", 11231 "type": "zip",
11226 "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/a7fd9e742c31ac2b607b166c9016bab51a36c574", 11232 "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/c216b32261358a820bb4217eb3a20e3f437a484e",
11227 "reference": "a7fd9e742c31ac2b607b166c9016bab51a36c574", 11233 "reference": "c216b32261358a820bb4217eb3a20e3f437a484e",
11228 "shasum": "" 11234 "shasum": ""
11229 }, 11235 },
11230 "require": { 11236 "require": {
@@ -11276,7 +11282,7 @@
11276 ], 11282 ],
11277 "description": "Symfony PHPUnit Bridge", 11283 "description": "Symfony PHPUnit Bridge",
11278 "homepage": "https://symfony.com", 11284 "homepage": "https://symfony.com",
11279 "time": "2019-10-02T08:36:26+00:00" 11285 "time": "2019-10-30T12:58:49+00:00"
11280 } 11286 }
11281 ], 11287 ],
11282 "aliases": [], 11288 "aliases": [],
diff --git a/tests/Wallabag/CoreBundle/Controller/EntryControllerTest.php b/tests/Wallabag/CoreBundle/Controller/EntryControllerTest.php
index 8fd49778..a8ab53da 100644
--- a/tests/Wallabag/CoreBundle/Controller/EntryControllerTest.php
+++ b/tests/Wallabag/CoreBundle/Controller/EntryControllerTest.php
@@ -1377,7 +1377,7 @@ class EntryControllerTest extends WallabagCoreTestCase
1377 ], 1377 ],
1378 'es-ES' => [ 1378 'es-ES' => [
1379 'https://www.20minutos.es/noticia/3360685/0/gobierno-sanchez-primero-historia-mas-mujeres-que-hombres/', 1379 'https://www.20minutos.es/noticia/3360685/0/gobierno-sanchez-primero-historia-mas-mujeres-que-hombres/',
1380 'es', 1380 'es_ES',
1381 ], 1381 ],
1382 ]; 1382 ];
1383 } 1383 }