mirror of
https://github.com/wallabag/wallabag.git
synced 2025-02-18 19:55:26 +00:00
Merge pull request #6235 from wallabag/dependabot/composer/doctrine/dbal-3.5.3
This commit is contained in:
commit
cf89214aac
1 changed files with 7 additions and 7 deletions
14
composer.lock
generated
14
composer.lock
generated
|
@ -977,16 +977,16 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "doctrine/dbal",
|
"name": "doctrine/dbal",
|
||||||
"version": "3.5.2",
|
"version": "3.5.3",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/doctrine/dbal.git",
|
"url": "https://github.com/doctrine/dbal.git",
|
||||||
"reference": "63e513cebbbaf96a6795e5c5ee34d205831bfc85"
|
"reference": "88fa7e5189fd5ec6682477044264dc0ed4e3aa1e"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/doctrine/dbal/zipball/63e513cebbbaf96a6795e5c5ee34d205831bfc85",
|
"url": "https://api.github.com/repos/doctrine/dbal/zipball/88fa7e5189fd5ec6682477044264dc0ed4e3aa1e",
|
||||||
"reference": "63e513cebbbaf96a6795e5c5ee34d205831bfc85",
|
"reference": "88fa7e5189fd5ec6682477044264dc0ed4e3aa1e",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
|
@ -1001,7 +1001,7 @@
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"doctrine/coding-standard": "11.0.0",
|
"doctrine/coding-standard": "11.0.0",
|
||||||
"jetbrains/phpstorm-stubs": "2022.3",
|
"jetbrains/phpstorm-stubs": "2022.3",
|
||||||
"phpstan/phpstan": "1.9.2",
|
"phpstan/phpstan": "1.9.4",
|
||||||
"phpstan/phpstan-strict-rules": "^1.4",
|
"phpstan/phpstan-strict-rules": "^1.4",
|
||||||
"phpunit/phpunit": "9.5.27",
|
"phpunit/phpunit": "9.5.27",
|
||||||
"psalm/plugin-phpunit": "0.18.4",
|
"psalm/plugin-phpunit": "0.18.4",
|
||||||
|
@ -1068,7 +1068,7 @@
|
||||||
],
|
],
|
||||||
"support": {
|
"support": {
|
||||||
"issues": "https://github.com/doctrine/dbal/issues",
|
"issues": "https://github.com/doctrine/dbal/issues",
|
||||||
"source": "https://github.com/doctrine/dbal/tree/3.5.2"
|
"source": "https://github.com/doctrine/dbal/tree/3.5.3"
|
||||||
},
|
},
|
||||||
"funding": [
|
"funding": [
|
||||||
{
|
{
|
||||||
|
@ -1084,7 +1084,7 @@
|
||||||
"type": "tidelift"
|
"type": "tidelift"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"time": "2022-12-19T08:17:34+00:00"
|
"time": "2023-01-12T10:21:44+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "doctrine/deprecations",
|
"name": "doctrine/deprecations",
|
||||||
|
|
Loading…
Reference in a new issue