Updated composer dependencies.

This commit is contained in:
Jan Böhmer 2022-08-13 02:49:23 +02:00
parent d9c7c9bb41
commit 3eb6268a38

139
composer.lock generated
View file

@ -666,16 +666,16 @@
},
{
"name": "doctrine/dbal",
"version": "3.3.7",
"version": "3.3.8",
"source": {
"type": "git",
"url": "https://github.com/doctrine/dbal.git",
"reference": "9f79d4650430b582f4598fe0954ef4d52fbc0a8a"
"reference": "f873a820227bc352d023791775a01f078a30dfe1"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/dbal/zipball/9f79d4650430b582f4598fe0954ef4d52fbc0a8a",
"reference": "9f79d4650430b582f4598fe0954ef4d52fbc0a8a",
"url": "https://api.github.com/repos/doctrine/dbal/zipball/f873a820227bc352d023791775a01f078a30dfe1",
"reference": "f873a820227bc352d023791775a01f078a30dfe1",
"shasum": ""
},
"require": {
@ -690,14 +690,14 @@
"require-dev": {
"doctrine/coding-standard": "9.0.0",
"jetbrains/phpstorm-stubs": "2022.1",
"phpstan/phpstan": "1.7.13",
"phpstan/phpstan-strict-rules": "^1.2",
"phpunit/phpunit": "9.5.20",
"psalm/plugin-phpunit": "0.16.1",
"squizlabs/php_codesniffer": "3.7.0",
"phpstan/phpstan": "1.8.2",
"phpstan/phpstan-strict-rules": "^1.3",
"phpunit/phpunit": "9.5.21",
"psalm/plugin-phpunit": "0.17.0",
"squizlabs/php_codesniffer": "3.7.1",
"symfony/cache": "^5.2|^6.0",
"symfony/console": "^2.7|^3.0|^4.0|^5.0|^6.0",
"vimeo/psalm": "4.23.0"
"vimeo/psalm": "4.24.0"
},
"suggest": {
"symfony/console": "For helpful console commands such as SQL execution and import of files."
@ -757,7 +757,7 @@
],
"support": {
"issues": "https://github.com/doctrine/dbal/issues",
"source": "https://github.com/doctrine/dbal/tree/3.3.7"
"source": "https://github.com/doctrine/dbal/tree/3.3.8"
},
"funding": [
{
@ -773,7 +773,7 @@
"type": "tidelift"
}
],
"time": "2022-06-13T21:43:03+00:00"
"time": "2022-08-05T15:35:35+00:00"
},
{
"name": "doctrine/deprecations",
@ -1453,16 +1453,16 @@
},
{
"name": "doctrine/orm",
"version": "2.12.3",
"version": "2.13.1",
"source": {
"type": "git",
"url": "https://github.com/doctrine/orm.git",
"reference": "c05e1709e9ffb9abe8d37260a78975cc816ee385"
"reference": "35c44a56677adb3ce796138b6e4934ce93ec6811"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/orm/zipball/c05e1709e9ffb9abe8d37260a78975cc816ee385",
"reference": "c05e1709e9ffb9abe8d37260a78975cc816ee385",
"url": "https://api.github.com/repos/doctrine/orm/zipball/35c44a56677adb3ce796138b6e4934ce93ec6811",
"reference": "35c44a56677adb3ce796138b6e4934ce93ec6811",
"shasum": ""
},
"require": {
@ -1491,15 +1491,16 @@
"doctrine/annotations": "^1.13",
"doctrine/coding-standard": "^9.0",
"phpbench/phpbench": "^0.16.10 || ^1.0",
"phpstan/phpstan": "~1.4.10 || 1.7.13",
"phpstan/phpstan": "~1.4.10 || 1.8.2",
"phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
"psr/log": "^1 || ^2 || ^3",
"squizlabs/php_codesniffer": "3.7.0",
"squizlabs/php_codesniffer": "3.7.1",
"symfony/cache": "^4.4 || ^5.4 || ^6.0",
"symfony/yaml": "^3.4 || ^4.0 || ^5.0 || ^6.0",
"vimeo/psalm": "4.23.0"
"vimeo/psalm": "4.26.0"
},
"suggest": {
"ext-dom": "Provides support for XSD validation for XML mapping files",
"symfony/cache": "Provides cache support for Setup Tool with doctrine/cache 2.0",
"symfony/yaml": "If you want to use YAML Metadata Mapping Driver"
},
@ -1546,26 +1547,25 @@
],
"support": {
"issues": "https://github.com/doctrine/orm/issues",
"source": "https://github.com/doctrine/orm/tree/2.12.3"
"source": "https://github.com/doctrine/orm/tree/2.13.1"
},
"time": "2022-06-16T13:42:23+00:00"
"time": "2022-08-08T09:00:16+00:00"
},
{
"name": "doctrine/persistence",
"version": "3.0.2",
"version": "3.0.3",
"source": {
"type": "git",
"url": "https://github.com/doctrine/persistence.git",
"reference": "25ec98a8cbd1f850e60fdb62c0ef77c162da8704"
"reference": "ac6fce61f037d7e54dbb2435f5b5648d86548e23"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/persistence/zipball/25ec98a8cbd1f850e60fdb62c0ef77c162da8704",
"reference": "25ec98a8cbd1f850e60fdb62c0ef77c162da8704",
"url": "https://api.github.com/repos/doctrine/persistence/zipball/ac6fce61f037d7e54dbb2435f5b5648d86548e23",
"reference": "ac6fce61f037d7e54dbb2435f5b5648d86548e23",
"shasum": ""
},
"require": {
"doctrine/collections": "^1.0",
"doctrine/event-manager": "^1.0",
"php": "^7.2 || ^8.0",
"psr/cache": "^1.0 || ^2.0 || ^3.0"
@ -1633,7 +1633,7 @@
],
"support": {
"issues": "https://github.com/doctrine/persistence/issues",
"source": "https://github.com/doctrine/persistence/tree/3.0.2"
"source": "https://github.com/doctrine/persistence/tree/3.0.3"
},
"funding": [
{
@ -1649,7 +1649,7 @@
"type": "tidelift"
}
],
"time": "2022-05-06T06:10:05+00:00"
"time": "2022-08-04T21:14:21+00:00"
},
{
"name": "doctrine/sql-formatter",
@ -6619,16 +6619,16 @@
},
{
"name": "symfony/flex",
"version": "v1.19.2",
"version": "v1.19.3",
"source": {
"type": "git",
"url": "https://github.com/symfony/flex.git",
"reference": "d1a692369be53445af6e391170b509d7f5d026cf"
"reference": "ab0453b16029e131c112df1a76e59eb2a47e1f67"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/flex/zipball/d1a692369be53445af6e391170b509d7f5d026cf",
"reference": "d1a692369be53445af6e391170b509d7f5d026cf",
"url": "https://api.github.com/repos/symfony/flex/zipball/ab0453b16029e131c112df1a76e59eb2a47e1f67",
"reference": "ab0453b16029e131c112df1a76e59eb2a47e1f67",
"shasum": ""
},
"require": {
@ -6664,7 +6664,7 @@
"description": "Composer plugin for Symfony",
"support": {
"issues": "https://github.com/symfony/flex/issues",
"source": "https://github.com/symfony/flex/tree/v1.19.2"
"source": "https://github.com/symfony/flex/tree/v1.19.3"
},
"funding": [
{
@ -6680,7 +6680,7 @@
"type": "tidelift"
}
],
"time": "2022-06-14T21:13:39+00:00"
"time": "2022-08-07T09:39:08+00:00"
},
{
"name": "symfony/form",
@ -11595,16 +11595,16 @@
},
{
"name": "twig/intl-extra",
"version": "v3.4.0",
"version": "v3.4.2",
"source": {
"type": "git",
"url": "https://github.com/twigphp/intl-extra.git",
"reference": "8dca6f4c5a00cdd3c43b6bd080f50d32aca33a84"
"reference": "151e50fad9c7915bd56f0adf3f0cb3c47e6ed28a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/twigphp/intl-extra/zipball/8dca6f4c5a00cdd3c43b6bd080f50d32aca33a84",
"reference": "8dca6f4c5a00cdd3c43b6bd080f50d32aca33a84",
"url": "https://api.github.com/repos/twigphp/intl-extra/zipball/151e50fad9c7915bd56f0adf3f0cb3c47e6ed28a",
"reference": "151e50fad9c7915bd56f0adf3f0cb3c47e6ed28a",
"shasum": ""
},
"require": {
@ -11648,7 +11648,7 @@
"twig"
],
"support": {
"source": "https://github.com/twigphp/intl-extra/tree/v3.4.0"
"source": "https://github.com/twigphp/intl-extra/tree/v3.4.2"
},
"funding": [
{
@ -11660,7 +11660,7 @@
"type": "tidelift"
}
],
"time": "2022-01-02T10:02:25+00:00"
"time": "2022-06-10T08:33:05+00:00"
},
{
"name": "twig/markdown-extra",
@ -11737,16 +11737,16 @@
},
{
"name": "twig/twig",
"version": "v3.4.1",
"version": "v3.4.2",
"source": {
"type": "git",
"url": "https://github.com/twigphp/Twig.git",
"reference": "e939eae92386b69b49cfa4599dd9bead6bf4a342"
"reference": "e07cdd3d430cd7e453c31b36eb5ad6c0c5e43077"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/twigphp/Twig/zipball/e939eae92386b69b49cfa4599dd9bead6bf4a342",
"reference": "e939eae92386b69b49cfa4599dd9bead6bf4a342",
"url": "https://api.github.com/repos/twigphp/Twig/zipball/e07cdd3d430cd7e453c31b36eb5ad6c0c5e43077",
"reference": "e07cdd3d430cd7e453c31b36eb5ad6c0c5e43077",
"shasum": ""
},
"require": {
@ -11797,7 +11797,7 @@
],
"support": {
"issues": "https://github.com/twigphp/Twig/issues",
"source": "https://github.com/twigphp/Twig/tree/v3.4.1"
"source": "https://github.com/twigphp/Twig/tree/v3.4.2"
},
"funding": [
{
@ -11809,7 +11809,7 @@
"type": "tidelift"
}
],
"time": "2022-05-17T05:48:52+00:00"
"time": "2022-08-12T06:47:24+00:00"
},
{
"name": "ua-parser/uap-php",
@ -13005,16 +13005,16 @@
},
{
"name": "phpstan/phpstan-doctrine",
"version": "1.3.11",
"version": "1.3.12",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan-doctrine.git",
"reference": "3ef6399761bb33fdfa0d5546d4b6e7d8811e8850"
"reference": "c5ec462889f3bcee32be57ff26f775295836c173"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpstan/phpstan-doctrine/zipball/3ef6399761bb33fdfa0d5546d4b6e7d8811e8850",
"reference": "3ef6399761bb33fdfa0d5546d4b6e7d8811e8850",
"url": "https://api.github.com/repos/phpstan/phpstan-doctrine/zipball/c5ec462889f3bcee32be57ff26f775295836c173",
"reference": "c5ec462889f3bcee32be57ff26f775295836c173",
"shasum": ""
},
"require": {
@ -13067,22 +13067,22 @@
"description": "Doctrine extensions for PHPStan",
"support": {
"issues": "https://github.com/phpstan/phpstan-doctrine/issues",
"source": "https://github.com/phpstan/phpstan-doctrine/tree/1.3.11"
"source": "https://github.com/phpstan/phpstan-doctrine/tree/1.3.12"
},
"time": "2022-07-20T14:54:37+00:00"
"time": "2022-08-08T18:06:58+00:00"
},
{
"name": "phpstan/phpstan-symfony",
"version": "1.2.8",
"version": "1.2.9",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan-symfony.git",
"reference": "28fe677ec3ad43eb4c0946c502535365e3040ecf"
"reference": "f4cb3b8915d3656e780f305f01c86b70ff933272"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpstan/phpstan-symfony/zipball/28fe677ec3ad43eb4c0946c502535365e3040ecf",
"reference": "28fe677ec3ad43eb4c0946c502535365e3040ecf",
"url": "https://api.github.com/repos/phpstan/phpstan-symfony/zipball/f4cb3b8915d3656e780f305f01c86b70ff933272",
"reference": "f4cb3b8915d3656e780f305f01c86b70ff933272",
"shasum": ""
},
"require": {
@ -13138,9 +13138,9 @@
"description": "Symfony Framework extensions and rules for PHPStan",
"support": {
"issues": "https://github.com/phpstan/phpstan-symfony/issues",
"source": "https://github.com/phpstan/phpstan-symfony/tree/1.2.8"
"source": "https://github.com/phpstan/phpstan-symfony/tree/1.2.9"
},
"time": "2022-07-20T12:02:52+00:00"
"time": "2022-08-05T20:13:38+00:00"
},
{
"name": "psalm/plugin-symfony",
@ -13213,12 +13213,12 @@
"source": {
"type": "git",
"url": "https://github.com/Roave/SecurityAdvisories.git",
"reference": "83594c26a26f66af6e5322b9011b2e243a5509e8"
"reference": "773292d413a97c357a0b49635afd5fdb1d4f314a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/83594c26a26f66af6e5322b9011b2e243a5509e8",
"reference": "83594c26a26f66af6e5322b9011b2e243a5509e8",
"url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/773292d413a97c357a0b49635afd5fdb1d4f314a",
"reference": "773292d413a97c357a0b49635afd5fdb1d4f314a",
"shasum": ""
},
"conflict": {
@ -13336,6 +13336,7 @@
"flarum/sticky": ">=0.1-beta.14,<=0.1-beta.15",
"flarum/tags": "<=0.1-beta.13",
"fluidtypo3/vhs": "<5.1.1",
"fof/byobu": ">=0.3-beta.2,<1.1.7",
"fof/upload": "<1.2.3",
"fooman/tcpdf": "<6.2.22",
"forkcms/forkcms": "<5.11.1",
@ -13427,7 +13428,7 @@
"mautic/core": "<4.3|= 2.13.1",
"mediawiki/core": ">=1.27,<1.27.6|>=1.29,<1.29.3|>=1.30,<1.30.2|>=1.31,<1.31.9|>=1.32,<1.32.6|>=1.32.99,<1.33.3|>=1.33.99,<1.34.3|>=1.34.99,<1.35",
"mezzio/mezzio-swoole": "<3.7|>=4,<4.3",
"microweber/microweber": "<1.3",
"microweber/microweber": "<1.3.1",
"miniorange/miniorange-saml": "<1.4.3",
"mittwald/typo3_forum": "<1.2.1",
"modx/revolution": "<= 2.8.3-pl|<2.8",
@ -13719,7 +13720,7 @@
"type": "tidelift"
}
],
"time": "2022-07-29T23:04:14+00:00"
"time": "2022-08-12T16:04:45+00:00"
},
{
"name": "sebastian/diff",
@ -14269,16 +14270,16 @@
},
{
"name": "symplify/easy-coding-standard",
"version": "11.0.9",
"version": "11.1.2",
"source": {
"type": "git",
"url": "https://github.com/symplify/easy-coding-standard.git",
"reference": "f5fa37979195781fac1b7adbc64101501f5b6de1"
"reference": "4c01fcf17b7f60cff21ab91d62a729aa9737f726"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symplify/easy-coding-standard/zipball/f5fa37979195781fac1b7adbc64101501f5b6de1",
"reference": "f5fa37979195781fac1b7adbc64101501f5b6de1",
"url": "https://api.github.com/repos/symplify/easy-coding-standard/zipball/4c01fcf17b7f60cff21ab91d62a729aa9737f726",
"reference": "4c01fcf17b7f60cff21ab91d62a729aa9737f726",
"shasum": ""
},
"require": {
@ -14308,7 +14309,7 @@
],
"description": "Prefixed scoped version of ECS package",
"support": {
"source": "https://github.com/symplify/easy-coding-standard/tree/11.0.9"
"source": "https://github.com/symplify/easy-coding-standard/tree/11.1.2"
},
"funding": [
{
@ -14320,7 +14321,7 @@
"type": "github"
}
],
"time": "2022-07-28T17:42:26+00:00"
"time": "2022-08-09T10:12:07+00:00"
},
{
"name": "vimeo/psalm",