aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJeremy Benoist <jeremy.benoist@gmail.com>2020-05-28 13:53:16 +0200
committerJeremy Benoist <jeremy.benoist@gmail.com>2020-06-02 07:53:26 +0200
commit2a253d24ca9cf21d5d307e0c1f93f6d86bc33ee9 (patch)
treeaa95abe7f7131da09dea28459911b26f35d42fda
parent3095c0d51f633c6fd4b143bcdd41a6d0a2830dea (diff)
downloadwallabag-2a253d24ca9cf21d5d307e0c1f93f6d86bc33ee9.tar.gz
wallabag-2a253d24ca9cf21d5d307e0c1f93f6d86bc33ee9.tar.zst
wallabag-2a253d24ca9cf21d5d307e0c1f93f6d86bc33ee9.zip
Upgrade scheb/two-factor-bundle to fix vulnerability
The bundle was locked to a version which contains a security bug. Jumping to the most recent fix the issue. But we'll have the `ListenerInterface` issue, again. So, downgrading sentry-symfony instead. See https://github.com/wallabag/wallabag/pull/4416/commits/0cf743f6fbfbc449c599ee0271e4e62ece0e47ac
-rw-r--r--composer.json4
-rw-r--r--composer.lock563
2 files changed, 448 insertions, 119 deletions
diff --git a/composer.json b/composer.json
index 6133f5e8..5bc4573a 100644
--- a/composer.json
+++ b/composer.json
@@ -80,10 +80,10 @@
80 "php-http/httplug-bundle": "^1.14", 80 "php-http/httplug-bundle": "^1.14",
81 "pragmarx/recovery": "^0.1.0", 81 "pragmarx/recovery": "^0.1.0",
82 "predis/predis": "v1.1.x-dev", 82 "predis/predis": "v1.1.x-dev",
83 "scheb/two-factor-bundle": "4.5.0", 83 "scheb/two-factor-bundle": "^4.11.0",
84 "sensio/distribution-bundle": "^5.0", 84 "sensio/distribution-bundle": "^5.0",
85 "sensio/framework-extra-bundle": "^5.2", 85 "sensio/framework-extra-bundle": "^5.2",
86 "sentry/sentry-symfony": "^3.0", 86 "sentry/sentry-symfony": "3.2.1",
87 "stof/doctrine-extensions-bundle": "^1.2", 87 "stof/doctrine-extensions-bundle": "^1.2",
88 "symfony/dom-crawler": "^3.4", 88 "symfony/dom-crawler": "^3.4",
89 "symfony/monolog-bundle": "^3.1", 89 "symfony/monolog-bundle": "^3.1",
diff --git a/composer.lock b/composer.lock
index e6bc6c13..49cc0908 100644
--- a/composer.lock
+++ b/composer.lock
@@ -4,7 +4,7 @@
4 "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", 4 "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
5 "This file is @generated automatically" 5 "This file is @generated automatically"
6 ], 6 ],
7 "content-hash": "9460c8c5f1534c0655a9639167c3e1a1", 7 "content-hash": "684e23e16257042ea975c6797fc40c26",
8 "packages": [ 8 "packages": [
9 { 9 {
10 "name": "bdunogier/guzzle-site-authenticator", 10 "name": "bdunogier/guzzle-site-authenticator",
@@ -216,6 +216,71 @@
216 "time": "2019-04-09T12:31:48+00:00" 216 "time": "2019-04-09T12:31:48+00:00"
217 }, 217 },
218 { 218 {
219 "name": "composer/package-versions-deprecated",
220 "version": "1.8.0",
221 "source": {
222 "type": "git",
223 "url": "https://github.com/composer/package-versions-deprecated.git",
224 "reference": "98df7f1b293c0550bd5b1ce6b60b59bdda23aa47"
225 },
226 "dist": {
227 "type": "zip",
228 "url": "https://api.github.com/repos/composer/package-versions-deprecated/zipball/98df7f1b293c0550bd5b1ce6b60b59bdda23aa47",
229 "reference": "98df7f1b293c0550bd5b1ce6b60b59bdda23aa47",
230 "shasum": ""
231 },
232 "require": {
233 "composer-plugin-api": "^1.1.0 || ^2.0",
234 "php": "^7"
235 },
236 "replace": {
237 "ocramius/package-versions": "1.2 - 1.8.99"
238 },
239 "require-dev": {
240 "composer/composer": "^1.9.3 || ^2.0@dev",
241 "ext-zip": "^1.13",
242 "phpunit/phpunit": "^6.5 || ^7"
243 },
244 "type": "composer-plugin",
245 "extra": {
246 "class": "PackageVersions\\Installer",
247 "branch-alias": {
248 "dev-master": "1.x-dev"
249 }
250 },
251 "autoload": {
252 "psr-4": {
253 "PackageVersions\\": "src/PackageVersions"
254 }
255 },
256 "notification-url": "https://packagist.org/downloads/",
257 "license": [
258 "MIT"
259 ],
260 "authors": [
261 {
262 "name": "Marco Pivetta",
263 "email": "ocramius@gmail.com"
264 },
265 {
266 "name": "Jordi Boggiano",
267 "email": "j.boggiano@seld.be"
268 }
269 ],
270 "description": "Composer plugin that provides efficient querying for installed package versions (no runtime IO)",
271 "funding": [
272 {
273 "url": "https://packagist.com",
274 "type": "custom"
275 },
276 {
277 "url": "https://tidelift.com/funding/github/packagist/composer/composer",
278 "type": "tidelift"
279 }
280 ],
281 "time": "2020-04-23T11:49:37+00:00"
282 },
283 {
219 "name": "craue/config-bundle", 284 "name": "craue/config-bundle",
220 "version": "2.4.0", 285 "version": "2.4.0",
221 "source": { 286 "source": {
@@ -498,6 +563,20 @@
498 "redis", 563 "redis",
499 "xcache" 564 "xcache"
500 ], 565 ],
566 "funding": [
567 {
568 "url": "https://www.doctrine-project.org/sponsorship.html",
569 "type": "custom"
570 },
571 {
572 "url": "https://www.patreon.com/phpdoctrine",
573 "type": "patreon"
574 },
575 {
576 "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fcache",
577 "type": "tidelift"
578 }
579 ],
501 "time": "2020-05-27T16:24:54+00:00" 580 "time": "2020-05-27T16:24:54+00:00"
502 }, 581 },
503 { 582 {
@@ -1471,6 +1550,20 @@
1471 "orm", 1550 "orm",
1472 "persistence" 1551 "persistence"
1473 ], 1552 ],
1553 "funding": [
1554 {
1555 "url": "https://www.doctrine-project.org/sponsorship.html",
1556 "type": "custom"
1557 },
1558 {
1559 "url": "https://www.patreon.com/phpdoctrine",
1560 "type": "patreon"
1561 },
1562 {
1563 "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fpersistence",
1564 "type": "tidelift"
1565 }
1566 ],
1474 "time": "2020-03-21T15:13:52+00:00" 1567 "time": "2020-03-21T15:13:52+00:00"
1475 }, 1568 },
1476 { 1569 {
@@ -4041,20 +4134,20 @@
4041 }, 4134 },
4042 { 4135 {
4043 "name": "jean85/pretty-package-versions", 4136 "name": "jean85/pretty-package-versions",
4044 "version": "1.2", 4137 "version": "1.3.0",
4045 "source": { 4138 "source": {
4046 "type": "git", 4139 "type": "git",
4047 "url": "https://github.com/Jean85/pretty-package-versions.git", 4140 "url": "https://github.com/Jean85/pretty-package-versions.git",
4048 "reference": "75c7effcf3f77501d0e0caa75111aff4daa0dd48" 4141 "reference": "e3517fb11b67e798239354fe8213927d012ad8f9"
4049 }, 4142 },
4050 "dist": { 4143 "dist": {
4051 "type": "zip", 4144 "type": "zip",
4052 "url": "https://api.github.com/repos/Jean85/pretty-package-versions/zipball/75c7effcf3f77501d0e0caa75111aff4daa0dd48", 4145 "url": "https://api.github.com/repos/Jean85/pretty-package-versions/zipball/e3517fb11b67e798239354fe8213927d012ad8f9",
4053 "reference": "75c7effcf3f77501d0e0caa75111aff4daa0dd48", 4146 "reference": "e3517fb11b67e798239354fe8213927d012ad8f9",
4054 "shasum": "" 4147 "shasum": ""
4055 }, 4148 },
4056 "require": { 4149 "require": {
4057 "ocramius/package-versions": "^1.2.0", 4150 "composer/package-versions-deprecated": "^1.8.0",
4058 "php": "^7.0" 4151 "php": "^7.0"
4059 }, 4152 },
4060 "require-dev": { 4153 "require-dev": {
@@ -4088,7 +4181,7 @@
4088 "release", 4181 "release",
4089 "versions" 4182 "versions"
4090 ], 4183 ],
4091 "time": "2018-06-13T13:22:40+00:00" 4184 "time": "2020-04-24T14:19:45+00:00"
4092 }, 4185 },
4093 { 4186 {
4094 "name": "jms/metadata", 4187 "name": "jms/metadata",
@@ -4668,6 +4761,12 @@
4668 "psr", 4761 "psr",
4669 "psr-7" 4762 "psr-7"
4670 ], 4763 ],
4764 "funding": [
4765 {
4766 "url": "https://funding.communitybridge.org/projects/laminas-project",
4767 "type": "community_bridge"
4768 }
4769 ],
4671 "time": "2020-04-27T17:07:01+00:00" 4770 "time": "2020-04-27T17:07:01+00:00"
4672 }, 4771 },
4673 { 4772 {
@@ -4778,6 +4877,12 @@
4778 "laminas", 4877 "laminas",
4779 "zf" 4878 "zf"
4780 ], 4879 ],
4880 "funding": [
4881 {
4882 "url": "https://funding.communitybridge.org/projects/laminas-project",
4883 "type": "community_bridge"
4884 }
4885 ],
4781 "time": "2020-05-20T16:45:56+00:00" 4886 "time": "2020-05-20T16:45:56+00:00"
4782 }, 4887 },
4783 { 4888 {
@@ -4833,6 +4938,16 @@
4833 "JWS", 4938 "JWS",
4834 "jwt" 4939 "jwt"
4835 ], 4940 ],
4941 "funding": [
4942 {
4943 "url": "https://github.com/lcobucci",
4944 "type": "github"
4945 },
4946 {
4947 "url": "https://www.patreon.com/lcobucci",
4948 "type": "patreon"
4949 }
4950 ],
4836 "time": "2020-05-22T08:21:12+00:00" 4951 "time": "2020-05-22T08:21:12+00:00"
4837 }, 4952 },
4838 { 4953 {
@@ -5233,6 +5348,16 @@
5233 "logging", 5348 "logging",
5234 "psr-3" 5349 "psr-3"
5235 ], 5350 ],
5351 "funding": [
5352 {
5353 "url": "https://github.com/Seldaek",
5354 "type": "github"
5355 },
5356 {
5357 "url": "https://tidelift.com/funding/github/packagist/monolog/monolog",
5358 "type": "tidelift"
5359 }
5360 ],
5236 "time": "2020-05-22T07:31:27+00:00" 5361 "time": "2020-05-22T07:31:27+00:00"
5237 }, 5362 },
5238 { 5363 {
@@ -5379,56 +5504,6 @@
5379 "time": "2019-06-17T08:53:14+00:00" 5504 "time": "2019-06-17T08:53:14+00:00"
5380 }, 5505 },
5381 { 5506 {
5382 "name": "ocramius/package-versions",
5383 "version": "1.4.2",
5384 "source": {
5385 "type": "git",
5386 "url": "https://github.com/Ocramius/PackageVersions.git",
5387 "reference": "44af6f3a2e2e04f2af46bcb302ad9600cba41c7d"
5388 },
5389 "dist": {
5390 "type": "zip",
5391 "url": "https://api.github.com/repos/Ocramius/PackageVersions/zipball/44af6f3a2e2e04f2af46bcb302ad9600cba41c7d",
5392 "reference": "44af6f3a2e2e04f2af46bcb302ad9600cba41c7d",
5393 "shasum": ""
5394 },
5395 "require": {
5396 "composer-plugin-api": "^1.0.0",
5397 "php": "^7.1.0"
5398 },
5399 "require-dev": {
5400 "composer/composer": "^1.6.3",
5401 "doctrine/coding-standard": "^5.0.1",
5402 "ext-zip": "*",
5403 "infection/infection": "^0.7.1",
5404 "phpunit/phpunit": "^7.5.17"
5405 },
5406 "type": "composer-plugin",
5407 "extra": {
5408 "class": "PackageVersions\\Installer",
5409 "branch-alias": {
5410 "dev-master": "2.0.x-dev"
5411 }
5412 },
5413 "autoload": {
5414 "psr-4": {
5415 "PackageVersions\\": "src/PackageVersions"
5416 }
5417 },
5418 "notification-url": "https://packagist.org/downloads/",
5419 "license": [
5420 "MIT"
5421 ],
5422 "authors": [
5423 {
5424 "name": "Marco Pivetta",
5425 "email": "ocramius@gmail.com"
5426 }
5427 ],
5428 "description": "Composer plugin that provides efficient querying for installed package versions (no runtime IO)",
5429 "time": "2019-11-15T16:17:10+00:00"
5430 },
5431 {
5432 "name": "ocramius/proxy-manager", 5507 "name": "ocramius/proxy-manager",
5433 "version": "2.1.1", 5508 "version": "2.1.1",
5434 "source": { 5509 "source": {
@@ -6716,6 +6791,20 @@
6716 "x.509", 6791 "x.509",
6717 "x509" 6792 "x509"
6718 ], 6793 ],
6794 "funding": [
6795 {
6796 "url": "https://github.com/terrafrost",
6797 "type": "github"
6798 },
6799 {
6800 "url": "https://www.patreon.com/phpseclib",
6801 "type": "patreon"
6802 },
6803 {
6804 "url": "https://tidelift.com/funding/github/packagist/phpseclib/phpseclib",
6805 "type": "tidelift"
6806 }
6807 ],
6719 "time": "2020-04-04T23:17:33+00:00" 6808 "time": "2020-04-04T23:17:33+00:00"
6720 }, 6809 },
6721 { 6810 {
@@ -7434,45 +7523,51 @@
7434 }, 7523 },
7435 { 7524 {
7436 "name": "scheb/two-factor-bundle", 7525 "name": "scheb/two-factor-bundle",
7437 "version": "v4.5.0", 7526 "version": "v4.16.0",
7438 "source": { 7527 "source": {
7439 "type": "git", 7528 "type": "git",
7440 "url": "https://github.com/scheb/two-factor-bundle.git", 7529 "url": "https://github.com/scheb/two-factor-bundle.git",
7441 "reference": "8dd92c33aeff4a5274e782629a0c1df4bbf77db2" 7530 "reference": "44ae7d1394296ed54aa621dd96516786ade2eeed"
7442 }, 7531 },
7443 "dist": { 7532 "dist": {
7444 "type": "zip", 7533 "type": "zip",
7445 "url": "https://api.github.com/repos/scheb/two-factor-bundle/zipball/8dd92c33aeff4a5274e782629a0c1df4bbf77db2", 7534 "url": "https://api.github.com/repos/scheb/two-factor-bundle/zipball/44ae7d1394296ed54aa621dd96516786ade2eeed",
7446 "reference": "8dd92c33aeff4a5274e782629a0c1df4bbf77db2", 7535 "reference": "44ae7d1394296ed54aa621dd96516786ade2eeed",
7447 "shasum": "" 7536 "shasum": ""
7448 }, 7537 },
7449 "require": { 7538 "require": {
7450 "lcobucci/jwt": "^3.2", 7539 "lcobucci/jwt": "^3.2",
7451 "paragonie/constant_time_encoding": "^2.2", 7540 "paragonie/constant_time_encoding": "^2.2",
7452 "php": "^7.1.3", 7541 "php": "^7.1.3",
7453 "spomky-labs/otphp": "^9.1", 7542 "spomky-labs/otphp": "^9.1|^10.0",
7454 "symfony/config": "^3.4|^4.0", 7543 "symfony/config": "^3.4|^4.0|^5.0",
7455 "symfony/dependency-injection": "^3.4|^4.0", 7544 "symfony/dependency-injection": "^3.4|^4.0|^5.0",
7456 "symfony/event-dispatcher": "^3.4|^4.0", 7545 "symfony/event-dispatcher": "^3.4|^4.0|^5.0",
7457 "symfony/framework-bundle": "^3.4|^4.0", 7546 "symfony/framework-bundle": "^3.4|^4.0|^5.0",
7458 "symfony/http-foundation": "^3.4|^4.0", 7547 "symfony/http-foundation": "^3.4|^4.0|^5.0",
7459 "symfony/http-kernel": "^3.4|^4.0", 7548 "symfony/http-kernel": "^3.4|^4.0|^5.0",
7460 "symfony/property-access": "^3.4|^4.0", 7549 "symfony/property-access": "^3.4|^4.0|^5.0",
7461 "symfony/security-bundle": "^3.4|^4.0", 7550 "symfony/security-bundle": "^3.4|^4.0|^5.0",
7462 "symfony/twig-bundle": "^3.4|^4.0" 7551 "symfony/twig-bundle": "^3.4|^4.0|^5.0"
7463 }, 7552 },
7464 "require-dev": { 7553 "require-dev": {
7465 "doctrine/lexer": "^1.0.1", 7554 "doctrine/persistence": "^1.3",
7466 "doctrine/orm": "^2.6", 7555 "escapestudios/symfony2-coding-standard": "^3.9",
7467 "phpunit/phpunit": "^7.0|^8.0", 7556 "phpunit/phpunit": "^7.0|^8.0|^9.0",
7557 "squizlabs/php_codesniffer": "^3.5",
7468 "swiftmailer/swiftmailer": "^6.0", 7558 "swiftmailer/swiftmailer": "^6.0",
7469 "symfony/yaml": "^3.4|^4.0" 7559 "symfony/polyfill-php80": "^1.15",
7560 "symfony/yaml": "^3.4|^4.0|^5.0",
7561 "vimeo/psalm": "^3.11"
7470 }, 7562 },
7471 "type": "symfony-bundle", 7563 "type": "symfony-bundle",
7472 "autoload": { 7564 "autoload": {
7473 "psr-4": { 7565 "psr-4": {
7474 "Scheb\\TwoFactorBundle\\": "" 7566 "Scheb\\TwoFactorBundle\\": ""
7475 } 7567 },
7568 "exclude-from-classmap": [
7569 "/Tests/"
7570 ]
7476 }, 7571 },
7477 "notification-url": "https://packagist.org/downloads/", 7572 "notification-url": "https://packagist.org/downloads/",
7478 "license": [ 7573 "license": [
@@ -7493,7 +7588,7 @@
7493 "two-factor", 7588 "two-factor",
7494 "two-step" 7589 "two-step"
7495 ], 7590 ],
7496 "time": "2019-08-07T18:26:54+00:00" 7591 "time": "2020-05-08T19:32:30+00:00"
7497 }, 7592 },
7498 { 7593 {
7499 "name": "sensio/distribution-bundle", 7594 "name": "sensio/distribution-bundle",
@@ -7786,48 +7881,53 @@
7786 "logging", 7881 "logging",
7787 "sentry" 7882 "sentry"
7788 ], 7883 ],
7884 "funding": [
7885 {
7886 "url": "https://sentry.io/",
7887 "type": "custom"
7888 },
7889 {
7890 "url": "https://sentry.io/pricing/",
7891 "type": "custom"
7892 }
7893 ],
7789 "time": "2020-05-20T20:49:38+00:00" 7894 "time": "2020-05-20T20:49:38+00:00"
7790 }, 7895 },
7791 { 7896 {
7792 "name": "sentry/sentry-symfony", 7897 "name": "sentry/sentry-symfony",
7793 "version": "3.3.2", 7898 "version": "3.2.1",
7794 "source": { 7899 "source": {
7795 "type": "git", 7900 "type": "git",
7796 "url": "https://github.com/getsentry/sentry-symfony.git", 7901 "url": "https://github.com/getsentry/sentry-symfony.git",
7797 "reference": "3a9c2669969604c362cc63ba8fa118d9a00ac711" 7902 "reference": "620b90dc35c12ef96c6460df74e30441e359ce6d"
7798 }, 7903 },
7799 "dist": { 7904 "dist": {
7800 "type": "zip", 7905 "type": "zip",
7801 "url": "https://api.github.com/repos/getsentry/sentry-symfony/zipball/3a9c2669969604c362cc63ba8fa118d9a00ac711", 7906 "url": "https://api.github.com/repos/getsentry/sentry-symfony/zipball/620b90dc35c12ef96c6460df74e30441e359ce6d",
7802 "reference": "3a9c2669969604c362cc63ba8fa118d9a00ac711", 7907 "reference": "620b90dc35c12ef96c6460df74e30441e359ce6d",
7803 "shasum": "" 7908 "shasum": ""
7804 }, 7909 },
7805 "require": { 7910 "require": {
7806 "jean85/pretty-package-versions": "^1.0", 7911 "jean85/pretty-package-versions": "^1.0",
7807 "ocramius/package-versions": "^1.3.0",
7808 "php": "^7.1", 7912 "php": "^7.1",
7809 "sentry/sdk": "^2.0", 7913 "sentry/sdk": "^2.0",
7810 "symfony/config": "^3.4||^4.0||^5.0", 7914 "symfony/config": "^2.8||^3.0||^4.0",
7811 "symfony/console": "^3.4||^4.0||^5.0", 7915 "symfony/console": "^2.8||^3.0||^4.0",
7812 "symfony/dependency-injection": "^3.4||^4.0||^5.0", 7916 "symfony/dependency-injection": "^2.8||^3.0||^4.0",
7813 "symfony/event-dispatcher": "^3.4||^4.0||^5.0", 7917 "symfony/event-dispatcher": "^2.8||^3.0||^4.0",
7814 "symfony/http-kernel": "^3.4||^4.0||^5.0", 7918 "symfony/http-kernel": "^2.8||^3.0||^4.0",
7815 "symfony/security-core": "^3.4||^4.0||^5.0" 7919 "symfony/security-core": "^2.8||^3.0||^4.0"
7816 }, 7920 },
7817 "require-dev": { 7921 "require-dev": {
7818 "friendsofphp/php-cs-fixer": "^2.8", 7922 "friendsofphp/php-cs-fixer": "^2.8",
7819 "jangregor/phpstan-prophecy": "^0.3.0", 7923 "jangregor/phpstan-prophecy": "^0.3.0",
7820 "monolog/monolog": "^1.11||^2.0", 7924 "monolog/monolog": "^1.11||^2.0",
7821 "php-http/mock-client": "^1.0", 7925 "php-http/mock-client": "^1.0",
7926 "phpstan/phpstan": "^0.11",
7822 "phpstan/phpstan-phpunit": "^0.11", 7927 "phpstan/phpstan-phpunit": "^0.11",
7823 "phpstan/phpstan-shim": "^0.11", 7928 "phpunit/phpunit": "^7.5",
7824 "phpunit/phpunit": "^7.5||^8.5", 7929 "scrutinizer/ocular": "^1.4",
7825 "symfony/browser-kit": "^3.4||^4.0||^5.0", 7930 "symfony/expression-language": "^2.8||^3.0||^4.0"
7826 "symfony/expression-language": "^3.4||^4.0||^5.0",
7827 "symfony/framework-bundle": "^3.4||^4.0||^5.0",
7828 "symfony/monolog-bundle": "^3.4",
7829 "symfony/phpunit-bridge": "^5.0",
7830 "symfony/yaml": "^3.4||^4.0||^5.0"
7831 }, 7931 },
7832 "suggest": { 7932 "suggest": {
7833 "monolog/monolog": "Required to use the Monolog handler" 7933 "monolog/monolog": "Required to use the Monolog handler"
@@ -7868,7 +7968,7 @@
7868 "sentry", 7968 "sentry",
7869 "symfony" 7969 "symfony"
7870 ], 7970 ],
7871 "time": "2020-01-16T08:45:03+00:00" 7971 "time": "2019-11-29T21:24:37+00:00"
7872 }, 7972 },
7873 { 7973 {
7874 "name": "simplepie/simplepie", 7974 "name": "simplepie/simplepie",
@@ -8241,6 +8341,20 @@
8241 ], 8341 ],
8242 "description": "Symfony HttpClient component", 8342 "description": "Symfony HttpClient component",
8243 "homepage": "https://symfony.com", 8343 "homepage": "https://symfony.com",
8344 "funding": [
8345 {
8346 "url": "https://symfony.com/sponsor",
8347 "type": "custom"
8348 },
8349 {
8350 "url": "https://github.com/fabpot",
8351 "type": "github"
8352 },
8353 {
8354 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
8355 "type": "tidelift"
8356 }
8357 ],
8244 "time": "2020-04-12T16:14:02+00:00" 8358 "time": "2020-04-12T16:14:02+00:00"
8245 }, 8359 },
8246 { 8360 {
@@ -8360,6 +8474,20 @@
8360 "mime", 8474 "mime",
8361 "mime-type" 8475 "mime-type"
8362 ], 8476 ],
8477 "funding": [
8478 {
8479 "url": "https://symfony.com/sponsor",
8480 "type": "custom"
8481 },
8482 {
8483 "url": "https://github.com/fabpot",
8484 "type": "github"
8485 },
8486 {
8487 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
8488 "type": "tidelift"
8489 }
8490 ],
8363 "time": "2020-04-16T14:49:30+00:00" 8491 "time": "2020-04-16T14:49:30+00:00"
8364 }, 8492 },
8365 { 8493 {
@@ -8479,6 +8607,20 @@
8479 "portable", 8607 "portable",
8480 "shim" 8608 "shim"
8481 ], 8609 ],
8610 "funding": [
8611 {
8612 "url": "https://symfony.com/sponsor",
8613 "type": "custom"
8614 },
8615 {
8616 "url": "https://github.com/fabpot",
8617 "type": "github"
8618 },
8619 {
8620 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
8621 "type": "tidelift"
8622 }
8623 ],
8482 "time": "2020-05-12T16:14:59+00:00" 8624 "time": "2020-05-12T16:14:59+00:00"
8483 }, 8625 },
8484 { 8626 {
@@ -8537,6 +8679,20 @@
8537 "polyfill", 8679 "polyfill",
8538 "portable" 8680 "portable"
8539 ], 8681 ],
8682 "funding": [
8683 {
8684 "url": "https://symfony.com/sponsor",
8685 "type": "custom"
8686 },
8687 {
8688 "url": "https://github.com/fabpot",
8689 "type": "github"
8690 },
8691 {
8692 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
8693 "type": "tidelift"
8694 }
8695 ],
8540 "time": "2020-05-12T16:14:59+00:00" 8696 "time": "2020-05-12T16:14:59+00:00"
8541 }, 8697 },
8542 { 8698 {
@@ -8596,6 +8752,20 @@
8596 "portable", 8752 "portable",
8597 "shim" 8753 "shim"
8598 ], 8754 ],
8755 "funding": [
8756 {
8757 "url": "https://symfony.com/sponsor",
8758 "type": "custom"
8759 },
8760 {
8761 "url": "https://github.com/fabpot",
8762 "type": "github"
8763 },
8764 {
8765 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
8766 "type": "tidelift"
8767 }
8768 ],
8599 "time": "2020-05-12T16:47:27+00:00" 8769 "time": "2020-05-12T16:47:27+00:00"
8600 }, 8770 },
8601 { 8771 {
@@ -8654,6 +8824,20 @@
8654 "portable", 8824 "portable",
8655 "shim" 8825 "shim"
8656 ], 8826 ],
8827 "funding": [
8828 {
8829 "url": "https://symfony.com/sponsor",
8830 "type": "custom"
8831 },
8832 {
8833 "url": "https://github.com/fabpot",
8834 "type": "github"
8835 },
8836 {
8837 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
8838 "type": "tidelift"
8839 }
8840 ],
8657 "time": "2020-05-12T16:14:59+00:00" 8841 "time": "2020-05-12T16:14:59+00:00"
8658 }, 8842 },
8659 { 8843 {
@@ -8716,6 +8900,20 @@
8716 "portable", 8900 "portable",
8717 "shim" 8901 "shim"
8718 ], 8902 ],
8903 "funding": [
8904 {
8905 "url": "https://symfony.com/sponsor",
8906 "type": "custom"
8907 },
8908 {
8909 "url": "https://github.com/fabpot",
8910 "type": "github"
8911 },
8912 {
8913 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
8914 "type": "tidelift"
8915 }
8916 ],
8719 "time": "2020-05-12T16:47:27+00:00" 8917 "time": "2020-05-12T16:47:27+00:00"
8720 }, 8918 },
8721 { 8919 {
@@ -8775,6 +8973,20 @@
8775 "portable", 8973 "portable",
8776 "shim" 8974 "shim"
8777 ], 8975 ],
8976 "funding": [
8977 {
8978 "url": "https://symfony.com/sponsor",
8979 "type": "custom"
8980 },
8981 {
8982 "url": "https://github.com/fabpot",
8983 "type": "github"
8984 },
8985 {
8986 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
8987 "type": "tidelift"
8988 }
8989 ],
8778 "time": "2020-05-12T16:47:27+00:00" 8990 "time": "2020-05-12T16:47:27+00:00"
8779 }, 8991 },
8780 { 8992 {
@@ -8831,6 +9043,20 @@
8831 "portable", 9043 "portable",
8832 "shim" 9044 "shim"
8833 ], 9045 ],
9046 "funding": [
9047 {
9048 "url": "https://symfony.com/sponsor",
9049 "type": "custom"
9050 },
9051 {
9052 "url": "https://github.com/fabpot",
9053 "type": "github"
9054 },
9055 {
9056 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
9057 "type": "tidelift"
9058 }
9059 ],
8834 "time": "2020-05-12T16:47:27+00:00" 9060 "time": "2020-05-12T16:47:27+00:00"
8835 }, 9061 },
8836 { 9062 {
@@ -8890,6 +9116,20 @@
8890 "portable", 9116 "portable",
8891 "shim" 9117 "shim"
8892 ], 9118 ],
9119 "funding": [
9120 {
9121 "url": "https://symfony.com/sponsor",
9122 "type": "custom"
9123 },
9124 {
9125 "url": "https://github.com/fabpot",
9126 "type": "github"
9127 },
9128 {
9129 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
9130 "type": "tidelift"
9131 }
9132 ],
8893 "time": "2020-05-12T16:47:27+00:00" 9133 "time": "2020-05-12T16:47:27+00:00"
8894 }, 9134 },
8895 { 9135 {
@@ -8945,6 +9185,20 @@
8945 "portable", 9185 "portable",
8946 "shim" 9186 "shim"
8947 ], 9187 ],
9188 "funding": [
9189 {
9190 "url": "https://symfony.com/sponsor",
9191 "type": "custom"
9192 },
9193 {
9194 "url": "https://github.com/fabpot",
9195 "type": "github"
9196 },
9197 {
9198 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
9199 "type": "tidelift"
9200 }
9201 ],
8948 "time": "2020-05-12T16:47:27+00:00" 9202 "time": "2020-05-12T16:47:27+00:00"
8949 }, 9203 },
8950 { 9204 {
@@ -9003,6 +9257,20 @@
9003 "portable", 9257 "portable",
9004 "shim" 9258 "shim"
9005 ], 9259 ],
9260 "funding": [
9261 {
9262 "url": "https://symfony.com/sponsor",
9263 "type": "custom"
9264 },
9265 {
9266 "url": "https://github.com/fabpot",
9267 "type": "github"
9268 },
9269 {
9270 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
9271 "type": "tidelift"
9272 }
9273 ],
9006 "time": "2020-05-12T16:47:27+00:00" 9274 "time": "2020-05-12T16:47:27+00:00"
9007 }, 9275 },
9008 { 9276 {
@@ -9055,6 +9323,20 @@
9055 "polyfill", 9323 "polyfill",
9056 "shim" 9324 "shim"
9057 ], 9325 ],
9326 "funding": [
9327 {
9328 "url": "https://symfony.com/sponsor",
9329 "type": "custom"
9330 },
9331 {
9332 "url": "https://github.com/fabpot",
9333 "type": "github"
9334 },
9335 {
9336 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
9337 "type": "tidelift"
9338 }
9339 ],
9058 "time": "2020-05-12T16:14:59+00:00" 9340 "time": "2020-05-12T16:14:59+00:00"
9059 }, 9341 },
9060 { 9342 {
@@ -9114,6 +9396,20 @@
9114 "portable", 9396 "portable",
9115 "uuid" 9397 "uuid"
9116 ], 9398 ],
9399 "funding": [
9400 {
9401 "url": "https://symfony.com/sponsor",
9402 "type": "custom"
9403 },
9404 {
9405 "url": "https://github.com/fabpot",
9406 "type": "github"
9407 },
9408 {
9409 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
9410 "type": "tidelift"
9411 }
9412 ],
9117 "time": "2020-05-12T16:47:27+00:00" 9413 "time": "2020-05-12T16:47:27+00:00"
9118 }, 9414 },
9119 { 9415 {
@@ -10109,6 +10405,12 @@
10109 "Xdebug", 10405 "Xdebug",
10110 "performance" 10406 "performance"
10111 ], 10407 ],
10408 "funding": [
10409 {
10410 "url": "https://packagist.com",
10411 "type": "custom"
10412 }
10413 ],
10112 "time": "2020-03-01T12:26:26+00:00" 10414 "time": "2020-03-01T12:26:26+00:00"
10113 }, 10415 },
10114 { 10416 {
@@ -10298,6 +10600,20 @@
10298 "Fixture", 10600 "Fixture",
10299 "persistence" 10601 "persistence"
10300 ], 10602 ],
10603 "funding": [
10604 {
10605 "url": "https://www.doctrine-project.org/sponsorship.html",
10606 "type": "custom"
10607 },
10608 {
10609 "url": "https://www.patreon.com/phpdoctrine",
10610 "type": "patreon"
10611 },
10612 {
10613 "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fdoctrine-fixtures-bundle",
10614 "type": "tidelift"
10615 }
10616 ],
10301 "time": "2020-04-02T16:40:37+00:00" 10617 "time": "2020-04-02T16:40:37+00:00"
10302 }, 10618 },
10303 { 10619 {
@@ -10389,6 +10705,12 @@
10389 } 10705 }
10390 ], 10706 ],
10391 "description": "A tool to automatically fix PHP code style", 10707 "description": "A tool to automatically fix PHP code style",
10708 "funding": [
10709 {
10710 "url": "https://github.com/keradus",
10711 "type": "github"
10712 }
10713 ],
10392 "time": "2020-04-15T18:51:10+00:00" 10714 "time": "2020-04-15T18:51:10+00:00"
10393 }, 10715 },
10394 { 10716 {
@@ -10438,16 +10760,16 @@
10438 }, 10760 },
10439 { 10761 {
10440 "name": "nette/bootstrap", 10762 "name": "nette/bootstrap",
10441 "version": "v3.0.1", 10763 "version": "v3.0.2",
10442 "source": { 10764 "source": {
10443 "type": "git", 10765 "type": "git",
10444 "url": "https://github.com/nette/bootstrap.git", 10766 "url": "https://github.com/nette/bootstrap.git",
10445 "reference": "b45a1e33b6a44beb307756522396551e5a9ff249" 10767 "reference": "67830a65b42abfb906f8e371512d336ebfb5da93"
10446 }, 10768 },
10447 "dist": { 10769 "dist": {
10448 "type": "zip", 10770 "type": "zip",
10449 "url": "https://api.github.com/repos/nette/bootstrap/zipball/b45a1e33b6a44beb307756522396551e5a9ff249", 10771 "url": "https://api.github.com/repos/nette/bootstrap/zipball/67830a65b42abfb906f8e371512d336ebfb5da93",
10450 "reference": "b45a1e33b6a44beb307756522396551e5a9ff249", 10772 "reference": "67830a65b42abfb906f8e371512d336ebfb5da93",
10451 "shasum": "" 10773 "shasum": ""
10452 }, 10774 },
10453 "require": { 10775 "require": {
@@ -10470,6 +10792,7 @@
10470 "nette/safe-stream": "^2.2", 10792 "nette/safe-stream": "^2.2",
10471 "nette/security": "^3.0", 10793 "nette/security": "^3.0",
10472 "nette/tester": "^2.0", 10794 "nette/tester": "^2.0",
10795 "phpstan/phpstan-nette": "^0.12",
10473 "tracy/tracy": "^2.6" 10796 "tracy/tracy": "^2.6"
10474 }, 10797 },
10475 "suggest": { 10798 "suggest": {
@@ -10490,8 +10813,8 @@
10490 "notification-url": "https://packagist.org/downloads/", 10813 "notification-url": "https://packagist.org/downloads/",
10491 "license": [ 10814 "license": [
10492 "BSD-3-Clause", 10815 "BSD-3-Clause",
10493 "GPL-2.0", 10816 "GPL-2.0-only",
10494 "GPL-3.0" 10817 "GPL-3.0-only"
10495 ], 10818 ],
10496 "authors": [ 10819 "authors": [
10497 { 10820 {
@@ -10510,7 +10833,7 @@
10510 "configurator", 10833 "configurator",
10511 "nette" 10834 "nette"
10512 ], 10835 ],
10513 "time": "2019-09-30T08:19:38+00:00" 10836 "time": "2020-05-26T08:46:23+00:00"
10514 }, 10837 },
10515 { 10838 {
10516 "name": "nette/di", 10839 "name": "nette/di",
@@ -10710,31 +11033,36 @@
10710 }, 11033 },
10711 { 11034 {
10712 "name": "nette/php-generator", 11035 "name": "nette/php-generator",
10713 "version": "v3.3.4", 11036 "version": "v3.4.0",
10714 "source": { 11037 "source": {
10715 "type": "git", 11038 "type": "git",
10716 "url": "https://github.com/nette/php-generator.git", 11039 "url": "https://github.com/nette/php-generator.git",
10717 "reference": "8fe7e699dca7db186f56d75800cb1ec32e39c856" 11040 "reference": "ea2c8e8d6439f0a4e3cd3431c572b51a8131539b"
10718 }, 11041 },
10719 "dist": { 11042 "dist": {
10720 "type": "zip", 11043 "type": "zip",
10721 "url": "https://api.github.com/repos/nette/php-generator/zipball/8fe7e699dca7db186f56d75800cb1ec32e39c856", 11044 "url": "https://api.github.com/repos/nette/php-generator/zipball/ea2c8e8d6439f0a4e3cd3431c572b51a8131539b",
10722 "reference": "8fe7e699dca7db186f56d75800cb1ec32e39c856", 11045 "reference": "ea2c8e8d6439f0a4e3cd3431c572b51a8131539b",
10723 "shasum": "" 11046 "shasum": ""
10724 }, 11047 },
10725 "require": { 11048 "require": {
11049 "ext-tokenizer": "*",
10726 "nette/utils": "^2.4.2 || ^3.0", 11050 "nette/utils": "^2.4.2 || ^3.0",
10727 "php": ">=7.1" 11051 "php": ">=7.1"
10728 }, 11052 },
10729 "require-dev": { 11053 "require-dev": {
10730 "nette/tester": "^2.0", 11054 "nette/tester": "^2.0",
11055 "nikic/php-parser": "^4.4",
10731 "phpstan/phpstan": "^0.12", 11056 "phpstan/phpstan": "^0.12",
10732 "tracy/tracy": "^2.3" 11057 "tracy/tracy": "^2.3"
10733 }, 11058 },
11059 "suggest": {
11060 "nikic/php-parser": "to use ClassType::withBodiesFrom() & GlobalFunction::withBodyFrom()"
11061 },
10734 "type": "library", 11062 "type": "library",
10735 "extra": { 11063 "extra": {
10736 "branch-alias": { 11064 "branch-alias": {
10737 "dev-master": "3.3-dev" 11065 "dev-master": "3.4-dev"
10738 } 11066 }
10739 }, 11067 },
10740 "autoload": { 11068 "autoload": {
@@ -10766,7 +11094,7 @@
10766 "php", 11094 "php",
10767 "scaffolding" 11095 "scaffolding"
10768 ], 11096 ],
10769 "time": "2020-02-09T14:39:09+00:00" 11097 "time": "2020-05-26T16:32:45+00:00"
10770 }, 11098 },
10771 { 11099 {
10772 "name": "nette/robot-loader", 11100 "name": "nette/robot-loader",
@@ -10889,16 +11217,16 @@
10889 }, 11217 },
10890 { 11218 {
10891 "name": "nette/utils", 11219 "name": "nette/utils",
10892 "version": "v3.1.1", 11220 "version": "v3.1.2",
10893 "source": { 11221 "source": {
10894 "type": "git", 11222 "type": "git",
10895 "url": "https://github.com/nette/utils.git", 11223 "url": "https://github.com/nette/utils.git",
10896 "reference": "2c17d16d8887579ae1c0898ff94a3668997fd3eb" 11224 "reference": "488f58378bba71767e7831c83f9e0fa808bf83b9"
10897 }, 11225 },
10898 "dist": { 11226 "dist": {
10899 "type": "zip", 11227 "type": "zip",
10900 "url": "https://api.github.com/repos/nette/utils/zipball/2c17d16d8887579ae1c0898ff94a3668997fd3eb", 11228 "url": "https://api.github.com/repos/nette/utils/zipball/488f58378bba71767e7831c83f9e0fa808bf83b9",
10901 "reference": "2c17d16d8887579ae1c0898ff94a3668997fd3eb", 11229 "reference": "488f58378bba71767e7831c83f9e0fa808bf83b9",
10902 "shasum": "" 11230 "shasum": ""
10903 }, 11231 },
10904 "require": { 11232 "require": {
@@ -10911,7 +11239,7 @@
10911 }, 11239 },
10912 "suggest": { 11240 "suggest": {
10913 "ext-gd": "to use Image", 11241 "ext-gd": "to use Image",
10914 "ext-iconv": "to use Strings::webalize() and toAscii()", 11242 "ext-iconv": "to use Strings::webalize(), toAscii(), chr() and reverse()",
10915 "ext-intl": "to use Strings::webalize(), toAscii(), normalize() and compare()", 11243 "ext-intl": "to use Strings::webalize(), toAscii(), normalize() and compare()",
10916 "ext-json": "to use Nette\\Utils\\Json", 11244 "ext-json": "to use Nette\\Utils\\Json",
10917 "ext-mbstring": "to use Strings::lower() etc...", 11245 "ext-mbstring": "to use Strings::lower() etc...",
@@ -10963,7 +11291,7 @@
10963 "utility", 11291 "utility",
10964 "validation" 11292 "validation"
10965 ], 11293 ],
10966 "time": "2020-02-09T14:10:55+00:00" 11294 "time": "2020-05-27T09:58:51+00:00"
10967 }, 11295 },
10968 { 11296 {
10969 "name": "nikic/php-parser", 11297 "name": "nikic/php-parser",
@@ -11602,5 +11930,6 @@
11602 "platform-dev": [], 11930 "platform-dev": [],
11603 "platform-overrides": { 11931 "platform-overrides": {
11604 "php": "7.1.3" 11932 "php": "7.1.3"
11605 } 11933 },
11934 "plugin-api-version": "1.1.0"
11606} 11935}