diff --git a/composer.json b/composer.json index bb024eda83b98337735b2f27b33808d1dc00b6bb..ceab37bd5482ac1a0c4dc71b9dcf48d0c3776ee3 100644 --- a/composer.json +++ b/composer.json @@ -43,7 +43,7 @@ "bacon/bacon-qr-code": "^2.0", "christian-riesen/base32": "^1.6", "doctrine/annotations": "^1.11", - "doctrine/dbal": "^2.13.4", + "doctrine/dbal": "^2.13.5", "doctrine/event-manager": "^1.0.0", "doctrine/instantiator": "^1.4", "doctrine/lexer": "^1.2.1", diff --git a/composer.lock b/composer.lock index b9eae0e945db22b7b618131d87cecb09b5975e9d..c95279147c47dcd3f804ad4fd829a1aef02e6b35 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "3ecfe1f8b39fe5f4eef1b93849b87c48", + "content-hash": "2e6e8dd50a08247f857e0eb156b2906f", "packages": [ { "name": "bacon/bacon-qr-code", @@ -318,16 +318,16 @@ }, { "name": "doctrine/dbal", - "version": "2.13.4", + "version": "2.13.5", "source": { "type": "git", "url": "https://github.com/doctrine/dbal.git", - "reference": "2411a55a2a628e6d8dd598388ab13474802c7b6e" + "reference": "d92ddb260547c2a7b650ff140f744eb6f395d8fc" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/dbal/zipball/2411a55a2a628e6d8dd598388ab13474802c7b6e", - "reference": "2411a55a2a628e6d8dd598388ab13474802c7b6e", + "url": "https://api.github.com/repos/doctrine/dbal/zipball/d92ddb260547c2a7b650ff140f744eb6f395d8fc", + "reference": "d92ddb260547c2a7b650ff140f744eb6f395d8fc", "shasum": "" }, "require": { @@ -340,13 +340,13 @@ "require-dev": { "doctrine/coding-standard": "9.0.0", "jetbrains/phpstorm-stubs": "2021.1", - "phpstan/phpstan": "0.12.99", + "phpstan/phpstan": "1.1.1", "phpunit/phpunit": "^7.5.20|^8.5|9.5.10", "psalm/plugin-phpunit": "0.16.1", - "squizlabs/php_codesniffer": "3.6.0", + "squizlabs/php_codesniffer": "3.6.1", "symfony/cache": "^4.4", "symfony/console": "^2.0.5|^3.0|^4.0|^5.0", - "vimeo/psalm": "4.10.0" + "vimeo/psalm": "4.12.0" }, "suggest": { "symfony/console": "For helpful console commands such as SQL execution and import of files." @@ -407,7 +407,7 @@ ], "support": { "issues": "https://github.com/doctrine/dbal/issues", - "source": "https://github.com/doctrine/dbal/tree/2.13.4" + "source": "https://github.com/doctrine/dbal/tree/2.13.5" }, "funding": [ { @@ -423,7 +423,7 @@ "type": "tidelift" } ], - "time": "2021-10-02T15:59:26+00:00" + "time": "2021-11-11T16:27:36+00:00" }, { "name": "doctrine/deprecations", diff --git a/typo3/sysext/core/composer.json b/typo3/sysext/core/composer.json index 4093d9e428aececda3f816152ddbe9d01ec33ee6..9315ddf13a3f740e7dd1b8b9ee8aa0f73906f021 100644 --- a/typo3/sysext/core/composer.json +++ b/typo3/sysext/core/composer.json @@ -31,7 +31,7 @@ "bacon/bacon-qr-code": "^2.0", "christian-riesen/base32": "^1.6", "doctrine/annotations": "^1.11", - "doctrine/dbal": "^2.13.4", + "doctrine/dbal": "^2.13.5", "doctrine/event-manager": "^1.0.0", "doctrine/instantiator": "^1.4", "doctrine/lexer": "^1.2.1", diff --git a/typo3/sysext/install/composer.json b/typo3/sysext/install/composer.json index ff380288fb8c4f469ad2d109b0e3f7f0d4faba2c..23849e9ade06ef622517b2b99dda47615b6f0950 100644 --- a/typo3/sysext/install/composer.json +++ b/typo3/sysext/install/composer.json @@ -19,7 +19,7 @@ "sort-packages": true }, "require": { - "doctrine/dbal": "^2.13.4", + "doctrine/dbal": "^2.13.5", "guzzlehttp/promises": "^1.4.0", "nikic/php-parser": "^4.10.4", "symfony/finder": "^5.3.0", diff --git a/typo3/sysext/redirects/composer.json b/typo3/sysext/redirects/composer.json index 1fcb36bdd67c3c370c8aaf9e32e65d27b7704b49..8ced12da7a0ce6127c613c427b95d381f1653118 100644 --- a/typo3/sysext/redirects/composer.json +++ b/typo3/sysext/redirects/composer.json @@ -19,7 +19,7 @@ "sort-packages": true }, "require": { - "doctrine/dbal": "^2.13.4", + "doctrine/dbal": "^2.13.5", "psr/http-message": "^1.0", "psr/log": "^1.0", "symfony/console": "^5.3.0",