Update doctrine/dbal

[MAILPOET-3725]
This commit is contained in:
Jan Lysý
2021-08-04 12:47:49 +02:00
committed by Veljko V
parent 55dc8ac902
commit 6cf3412a08
2 changed files with 12 additions and 11 deletions

View File

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

21
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", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "b6f54fe30a5363fe5e85598c4601228d", "content-hash": "73fbda3bb230f7489e09f81e76501abe",
"packages": [ "packages": [
{ {
"name": "cerdic/css-tidy", "name": "cerdic/css-tidy",
@@ -460,31 +460,32 @@
}, },
{ {
"name": "doctrine/dbal", "name": "doctrine/dbal",
"version": "2.13.1", "version": "2.13.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/doctrine/dbal.git", "url": "https://github.com/doctrine/dbal.git",
"reference": "c800380457948e65bbd30ba92cc17cda108bf8c9" "reference": "8dd39d2ead4409ce652fd4f02621060f009ea5e4"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/doctrine/dbal/zipball/c800380457948e65bbd30ba92cc17cda108bf8c9", "url": "https://api.github.com/repos/doctrine/dbal/zipball/8dd39d2ead4409ce652fd4f02621060f009ea5e4",
"reference": "c800380457948e65bbd30ba92cc17cda108bf8c9", "reference": "8dd39d2ead4409ce652fd4f02621060f009ea5e4",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"doctrine/cache": "^1.0", "doctrine/cache": "^1.0|^2.0",
"doctrine/deprecations": "^0.5.3", "doctrine/deprecations": "^0.5.3",
"doctrine/event-manager": "^1.0", "doctrine/event-manager": "^1.0",
"ext-pdo": "*", "ext-pdo": "*",
"php": "^7.1 || ^8" "php": "^7.1 || ^8"
}, },
"require-dev": { "require-dev": {
"doctrine/coding-standard": "8.2.0", "doctrine/coding-standard": "9.0.0",
"jetbrains/phpstorm-stubs": "2020.2", "jetbrains/phpstorm-stubs": "2020.2",
"phpstan/phpstan": "0.12.81", "phpstan/phpstan": "0.12.81",
"phpunit/phpunit": "^7.5.20|^8.5|9.5.0", "phpunit/phpunit": "^7.5.20|^8.5|9.5.5",
"squizlabs/php_codesniffer": "3.6.0", "squizlabs/php_codesniffer": "3.6.0",
"symfony/cache": "^4.4",
"symfony/console": "^2.0.5|^3.0|^4.0|^5.0", "symfony/console": "^2.0.5|^3.0|^4.0|^5.0",
"vimeo/psalm": "4.6.4" "vimeo/psalm": "4.6.4"
}, },
@@ -547,7 +548,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/doctrine/dbal/issues", "issues": "https://github.com/doctrine/dbal/issues",
"source": "https://github.com/doctrine/dbal/tree/2.13.1" "source": "https://github.com/doctrine/dbal/tree/2.13.2"
}, },
"funding": [ "funding": [
{ {
@@ -563,7 +564,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2021-04-17T17:30:19+00:00" "time": "2021-06-18T21:48:39+00:00"
}, },
{ {
"name": "doctrine/deprecations", "name": "doctrine/deprecations",