mirror of
https://github.com/wallabag/wallabag.git
synced 2025-01-27 09:08:09 +00:00
Merge pull request #6168 from wallabag/dependabot/composer/doctrine/persistence-3.1.2
This commit is contained in:
commit
f85a9bff43
1 changed files with 9 additions and 11 deletions
20
composer.lock
generated
20
composer.lock
generated
|
@ -1868,16 +1868,16 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "doctrine/persistence",
|
"name": "doctrine/persistence",
|
||||||
"version": "3.1.1",
|
"version": "3.1.2",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/doctrine/persistence.git",
|
"url": "https://github.com/doctrine/persistence.git",
|
||||||
"reference": "d87426f07dd66f97cfdcf5210925e483b6c993b5"
|
"reference": "b44d128311af55275dbed6a4558ca59a2b9f9387"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/doctrine/persistence/zipball/d87426f07dd66f97cfdcf5210925e483b6c993b5",
|
"url": "https://api.github.com/repos/doctrine/persistence/zipball/b44d128311af55275dbed6a4558ca59a2b9f9387",
|
||||||
"reference": "d87426f07dd66f97cfdcf5210925e483b6c993b5",
|
"reference": "b44d128311af55275dbed6a4558ca59a2b9f9387",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
|
@ -1886,20 +1886,18 @@
|
||||||
"psr/cache": "^1.0 || ^2.0 || ^3.0"
|
"psr/cache": "^1.0 || ^2.0 || ^3.0"
|
||||||
},
|
},
|
||||||
"conflict": {
|
"conflict": {
|
||||||
"doctrine/annotations": "<1.7 || >=2.0",
|
|
||||||
"doctrine/common": "<2.10"
|
"doctrine/common": "<2.10"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"composer/package-versions-deprecated": "^1.11",
|
"composer/package-versions-deprecated": "^1.11",
|
||||||
"doctrine/annotations": "^1.7",
|
"doctrine/coding-standard": "^11",
|
||||||
"doctrine/coding-standard": "^10",
|
|
||||||
"doctrine/common": "^3.0",
|
"doctrine/common": "^3.0",
|
||||||
"phpstan/phpstan": "1.8.8",
|
"phpstan/phpstan": "1.9.4",
|
||||||
"phpstan/phpstan-phpunit": "^1",
|
"phpstan/phpstan-phpunit": "^1",
|
||||||
"phpstan/phpstan-strict-rules": "^1.1",
|
"phpstan/phpstan-strict-rules": "^1.1",
|
||||||
"phpunit/phpunit": "^8.5 || ^9.5",
|
"phpunit/phpunit": "^8.5 || ^9.5",
|
||||||
"symfony/cache": "^4.4 || ^5.4 || ^6.0",
|
"symfony/cache": "^4.4 || ^5.4 || ^6.0",
|
||||||
"vimeo/psalm": "4.29.0"
|
"vimeo/psalm": "4.30.0 || 5.3.0"
|
||||||
},
|
},
|
||||||
"type": "library",
|
"type": "library",
|
||||||
"autoload": {
|
"autoload": {
|
||||||
|
@ -1948,7 +1946,7 @@
|
||||||
],
|
],
|
||||||
"support": {
|
"support": {
|
||||||
"issues": "https://github.com/doctrine/persistence/issues",
|
"issues": "https://github.com/doctrine/persistence/issues",
|
||||||
"source": "https://github.com/doctrine/persistence/tree/3.1.1"
|
"source": "https://github.com/doctrine/persistence/tree/3.1.2"
|
||||||
},
|
},
|
||||||
"funding": [
|
"funding": [
|
||||||
{
|
{
|
||||||
|
@ -1964,7 +1962,7 @@
|
||||||
"type": "tidelift"
|
"type": "tidelift"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"time": "2022-12-13T21:21:05+00:00"
|
"time": "2022-12-19T13:58:18+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "doctrine/sql-formatter",
|
"name": "doctrine/sql-formatter",
|
||||||
|
|
Loading…
Reference in a new issue