[DEPENDENCIES] Update dependencies

This commit is contained in:
Hugo Sales 2020-08-07 02:06:56 +00:00 committed by Hugo Sales
parent 0cddbc1783
commit 9c660f39ed
Signed by untrusted user: someonewithpc
GPG Key ID: 7D0C7EAFC9D835A0
1 changed files with 55 additions and 64 deletions

119
composer.lock generated
View File

@ -878,20 +878,20 @@
}, },
{ {
"name": "doctrine/event-manager", "name": "doctrine/event-manager",
"version": "1.1.0", "version": "1.1.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/doctrine/event-manager.git", "url": "https://github.com/doctrine/event-manager.git",
"reference": "629572819973f13486371cb611386eb17851e85c" "reference": "41370af6a30faa9dc0368c4a6814d596e81aba7f"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/doctrine/event-manager/zipball/629572819973f13486371cb611386eb17851e85c", "url": "https://api.github.com/repos/doctrine/event-manager/zipball/41370af6a30faa9dc0368c4a6814d596e81aba7f",
"reference": "629572819973f13486371cb611386eb17851e85c", "reference": "41370af6a30faa9dc0368c4a6814d596e81aba7f",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": "^7.1" "php": "^7.1 || ^8.0"
}, },
"conflict": { "conflict": {
"doctrine/common": "<2.9@dev" "doctrine/common": "<2.9@dev"
@ -950,7 +950,21 @@
"event system", "event system",
"events" "events"
], ],
"time": "2019-11-10T09:48:07+00:00" "funding": [
{
"url": "https://www.doctrine-project.org/sponsorship.html",
"type": "custom"
},
{
"url": "https://www.patreon.com/phpdoctrine",
"type": "patreon"
},
{
"url": "https://tidelift.com/funding/github/packagist/doctrine%2Fevent-manager",
"type": "tidelift"
}
],
"time": "2020-05-29T18:28:51+00:00"
}, },
{ {
"name": "doctrine/inflector", "name": "doctrine/inflector",
@ -1393,16 +1407,16 @@
}, },
{ {
"name": "doctrine/persistence", "name": "doctrine/persistence",
"version": "1.3.7", "version": "1.3.8",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/doctrine/persistence.git", "url": "https://github.com/doctrine/persistence.git",
"reference": "0af483f91bada1c9ded6c2cfd26ab7d5ab2094e0" "reference": "7a6eac9fb6f61bba91328f15aa7547f4806ca288"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/doctrine/persistence/zipball/0af483f91bada1c9ded6c2cfd26ab7d5ab2094e0", "url": "https://api.github.com/repos/doctrine/persistence/zipball/7a6eac9fb6f61bba91328f15aa7547f4806ca288",
"reference": "0af483f91bada1c9ded6c2cfd26ab7d5ab2094e0", "reference": "7a6eac9fb6f61bba91328f15aa7547f4806ca288",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1411,7 +1425,7 @@
"doctrine/collections": "^1.0", "doctrine/collections": "^1.0",
"doctrine/event-manager": "^1.0", "doctrine/event-manager": "^1.0",
"doctrine/reflection": "^1.2", "doctrine/reflection": "^1.2",
"php": "^7.1" "php": "^7.1 || ^8.0"
}, },
"conflict": { "conflict": {
"doctrine/common": "<2.10@dev" "doctrine/common": "<2.10@dev"
@ -1419,7 +1433,8 @@
"require-dev": { "require-dev": {
"doctrine/coding-standard": "^6.0", "doctrine/coding-standard": "^6.0",
"phpstan/phpstan": "^0.11", "phpstan/phpstan": "^0.11",
"phpunit/phpunit": "^7.0" "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0",
"vimeo/psalm": "^3.11"
}, },
"type": "library", "type": "library",
"extra": { "extra": {
@ -1486,7 +1501,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2020-03-21T15:13:52+00:00" "time": "2020-06-20T12:56:16+00:00"
}, },
{ {
"name": "doctrine/reflection", "name": "doctrine/reflection",
@ -1568,16 +1583,16 @@
}, },
{ {
"name": "doctrine/sql-formatter", "name": "doctrine/sql-formatter",
"version": "1.1.0", "version": "1.1.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/doctrine/sql-formatter.git", "url": "https://github.com/doctrine/sql-formatter.git",
"reference": "5458bdcf176f6a53292e3f0cc73f292d6302fb0f" "reference": "56070bebac6e77230ed7d306ad13528e60732871"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/doctrine/sql-formatter/zipball/5458bdcf176f6a53292e3f0cc73f292d6302fb0f", "url": "https://api.github.com/repos/doctrine/sql-formatter/zipball/56070bebac6e77230ed7d306ad13528e60732871",
"reference": "5458bdcf176f6a53292e3f0cc73f292d6302fb0f", "reference": "56070bebac6e77230ed7d306ad13528e60732871",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1617,7 +1632,7 @@
"highlight", "highlight",
"sql" "sql"
], ],
"time": "2020-05-29T18:32:49+00:00" "time": "2020-07-30T16:57:33+00:00"
}, },
{ {
"name": "egulias/email-validator", "name": "egulias/email-validator",
@ -5632,7 +5647,7 @@
}, },
{ {
"name": "symfony/polyfill-intl-grapheme", "name": "symfony/polyfill-intl-grapheme",
"version": "v1.18.0", "version": "v1.18.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/polyfill-intl-grapheme.git", "url": "https://github.com/symfony/polyfill-intl-grapheme.git",
@ -5710,7 +5725,7 @@
}, },
{ {
"name": "symfony/polyfill-intl-icu", "name": "symfony/polyfill-intl-icu",
"version": "v1.18.0", "version": "v1.18.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/polyfill-intl-icu.git", "url": "https://github.com/symfony/polyfill-intl-icu.git",
@ -5786,16 +5801,16 @@
}, },
{ {
"name": "symfony/polyfill-intl-idn", "name": "symfony/polyfill-intl-idn",
"version": "v1.18.0", "version": "v1.18.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/polyfill-intl-idn.git", "url": "https://github.com/symfony/polyfill-intl-idn.git",
"reference": "bc6549d068d0160e0f10f7a5a23c7d1406b95ebe" "reference": "5dcab1bc7146cf8c1beaa4502a3d9be344334251"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/bc6549d068d0160e0f10f7a5a23c7d1406b95ebe", "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/5dcab1bc7146cf8c1beaa4502a3d9be344334251",
"reference": "bc6549d068d0160e0f10f7a5a23c7d1406b95ebe", "reference": "5dcab1bc7146cf8c1beaa4502a3d9be344334251",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -5867,11 +5882,11 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2020-07-14T12:35:20+00:00" "time": "2020-08-04T06:02:08+00:00"
}, },
{ {
"name": "symfony/polyfill-intl-normalizer", "name": "symfony/polyfill-intl-normalizer",
"version": "v1.18.0", "version": "v1.18.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/polyfill-intl-normalizer.git", "url": "https://github.com/symfony/polyfill-intl-normalizer.git",
@ -5952,7 +5967,7 @@
}, },
{ {
"name": "symfony/polyfill-mbstring", "name": "symfony/polyfill-mbstring",
"version": "v1.18.0", "version": "v1.18.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/polyfill-mbstring.git", "url": "https://github.com/symfony/polyfill-mbstring.git",
@ -6029,7 +6044,7 @@
}, },
{ {
"name": "symfony/polyfill-php73", "name": "symfony/polyfill-php73",
"version": "v1.18.0", "version": "v1.18.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/polyfill-php73.git", "url": "https://github.com/symfony/polyfill-php73.git",
@ -6105,7 +6120,7 @@
}, },
{ {
"name": "symfony/polyfill-php80", "name": "symfony/polyfill-php80",
"version": "v1.18.0", "version": "v1.18.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/polyfill-php80.git", "url": "https://github.com/symfony/polyfill-php80.git",
@ -8245,7 +8260,7 @@
}, },
{ {
"name": "twig/extra-bundle", "name": "twig/extra-bundle",
"version": "v3.0.4", "version": "v3.0.5",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/twigphp/twig-extra-bundle.git", "url": "https://github.com/twigphp/twig-extra-bundle.git",
@ -8326,16 +8341,16 @@
}, },
{ {
"name": "twig/markdown-extra", "name": "twig/markdown-extra",
"version": "v3.0.4", "version": "v3.0.5",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/twigphp/markdown-extra.git", "url": "https://github.com/twigphp/markdown-extra.git",
"reference": "32db423d2d359bd46591a3a8ac0cdc5935a394fc" "reference": "1fe798d559665b64bda4b08eda10793427d7e3bc"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/twigphp/markdown-extra/zipball/32db423d2d359bd46591a3a8ac0cdc5935a394fc", "url": "https://api.github.com/repos/twigphp/markdown-extra/zipball/1fe798d559665b64bda4b08eda10793427d7e3bc",
"reference": "32db423d2d359bd46591a3a8ac0cdc5935a394fc", "reference": "1fe798d559665b64bda4b08eda10793427d7e3bc",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -8380,18 +8395,6 @@
"twig" "twig"
], ],
"funding": [ "funding": [
{
"url": "https://certification.symfony.com/",
"type": "custom"
},
{
"url": "https://live.symfony.com/",
"type": "custom"
},
{
"url": "https://symfony.com/cloud/",
"type": "custom"
},
{ {
"url": "https://github.com/fabpot", "url": "https://github.com/fabpot",
"type": "github" "type": "github"
@ -8401,20 +8404,20 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2020-05-21T09:56:39+00:00" "time": "2020-08-05T14:54:08+00:00"
}, },
{ {
"name": "twig/twig", "name": "twig/twig",
"version": "v3.0.4", "version": "v3.0.5",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/twigphp/Twig.git", "url": "https://github.com/twigphp/Twig.git",
"reference": "582bdbdc173027ebfba3c93dc750a40b8f9ebc02" "reference": "9b76b1535483cdf4edf01bb787b0217b62bd68a5"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/twigphp/Twig/zipball/582bdbdc173027ebfba3c93dc750a40b8f9ebc02", "url": "https://api.github.com/repos/twigphp/Twig/zipball/9b76b1535483cdf4edf01bb787b0217b62bd68a5",
"reference": "582bdbdc173027ebfba3c93dc750a40b8f9ebc02", "reference": "9b76b1535483cdf4edf01bb787b0217b62bd68a5",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -8464,18 +8467,6 @@
"templating" "templating"
], ],
"funding": [ "funding": [
{
"url": "https://certification.symfony.com/",
"type": "custom"
},
{
"url": "https://live.symfony.com/",
"type": "custom"
},
{
"url": "https://symfony.com/cloud/",
"type": "custom"
},
{ {
"url": "https://github.com/fabpot", "url": "https://github.com/fabpot",
"type": "github" "type": "github"
@ -8485,7 +8476,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2020-07-05T13:18:14+00:00" "time": "2020-08-05T15:13:19+00:00"
}, },
{ {
"name": "webimpress/safe-writer", "name": "webimpress/safe-writer",