Update doctrine/dbal

[MAILPOET-3889]
This commit is contained in:
Rostislav Wolny
2021-10-26 15:59:05 +02:00
committed by Veljko V
parent 86e938b46e
commit efde80b5c4
3 changed files with 13 additions and 13 deletions

View File

@@ -3,7 +3,7 @@
"php": ">=7.1",
"cerdic/css-tidy": "^1.7",
"doctrine/common": "3.2.0",
"doctrine/dbal": "2.13.2",
"doctrine/dbal": "2.13.4",
"doctrine/orm": "2.9.3",
"gregwar/captcha": "^1.1",
"monolog/monolog": "^1.23",

23
prefixer/composer.lock generated
View File

@@ -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": "4cb21361e1cffa63ebbe771e77ee7322",
"content-hash": "46c52ddcfdf82502ab466d7c320e83b1",
"packages": [
{
"name": "cerdic/css-tidy",
@@ -460,16 +460,16 @@
},
{
"name": "doctrine/dbal",
"version": "2.13.2",
"version": "2.13.4",
"source": {
"type": "git",
"url": "https://github.com/doctrine/dbal.git",
"reference": "8dd39d2ead4409ce652fd4f02621060f009ea5e4"
"reference": "2411a55a2a628e6d8dd598388ab13474802c7b6e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/dbal/zipball/8dd39d2ead4409ce652fd4f02621060f009ea5e4",
"reference": "8dd39d2ead4409ce652fd4f02621060f009ea5e4",
"url": "https://api.github.com/repos/doctrine/dbal/zipball/2411a55a2a628e6d8dd598388ab13474802c7b6e",
"reference": "2411a55a2a628e6d8dd598388ab13474802c7b6e",
"shasum": ""
},
"require": {
@@ -481,13 +481,14 @@
},
"require-dev": {
"doctrine/coding-standard": "9.0.0",
"jetbrains/phpstorm-stubs": "2020.2",
"phpstan/phpstan": "0.12.81",
"phpunit/phpunit": "^7.5.20|^8.5|9.5.5",
"jetbrains/phpstorm-stubs": "2021.1",
"phpstan/phpstan": "0.12.99",
"phpunit/phpunit": "^7.5.20|^8.5|9.5.10",
"psalm/plugin-phpunit": "0.16.1",
"squizlabs/php_codesniffer": "3.6.0",
"symfony/cache": "^4.4",
"symfony/console": "^2.0.5|^3.0|^4.0|^5.0",
"vimeo/psalm": "4.6.4"
"vimeo/psalm": "4.10.0"
},
"suggest": {
"symfony/console": "For helpful console commands such as SQL execution and import of files."
@@ -548,7 +549,7 @@
],
"support": {
"issues": "https://github.com/doctrine/dbal/issues",
"source": "https://github.com/doctrine/dbal/tree/2.13.2"
"source": "https://github.com/doctrine/dbal/tree/2.13.4"
},
"funding": [
{
@@ -564,7 +565,7 @@
"type": "tidelift"
}
],
"time": "2021-06-18T21:48:39+00:00"
"time": "2021-10-02T15:59:26+00:00"
},
{
"name": "doctrine/deprecations",

View File

@@ -126,5 +126,4 @@ exec('rm -r ' . __DIR__ . '/../vendor-prefixed/doctrine/deprecations/test_fixtur
exec('rm -r ' . __DIR__ . '/../vendor-prefixed/doctrine/deprecations/phpcs.xml');
exec('rm -r ' . __DIR__ . '/../vendor-prefixed/doctrine/instantiator/docs');
exec('rm -r ' . __DIR__ . '/../vendor-prefixed/doctrine/instantiator/phpbench.json');
exec('rm -r ' . __DIR__ . '/../vendor-prefixed/doctrine/persistence/phpstan-baseline.neon');
exec('rm -r ' . __DIR__ . '/../vendor-prefixed/symfony/console');