mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-26 02:51:04 +00:00
Bump doctrine/persistence from 3.1.1 to 3.1.2
Bumps [doctrine/persistence](https://github.com/doctrine/persistence) from 3.1.1 to 3.1.2. - [Release notes](https://github.com/doctrine/persistence/releases) - [Commits](https://github.com/doctrine/persistence/compare/3.1.1...3.1.2) --- updated-dependencies: - dependency-name: doctrine/persistence dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
c9edd15bc5
commit
3d6e791a5d
1 changed files with 9 additions and 11 deletions
20
composer.lock
generated
20
composer.lock
generated
|
@ -1868,16 +1868,16 @@
|
|||
},
|
||||
{
|
||||
"name": "doctrine/persistence",
|
||||
"version": "3.1.1",
|
||||
"version": "3.1.2",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/doctrine/persistence.git",
|
||||
"reference": "d87426f07dd66f97cfdcf5210925e483b6c993b5"
|
||||
"reference": "b44d128311af55275dbed6a4558ca59a2b9f9387"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/doctrine/persistence/zipball/d87426f07dd66f97cfdcf5210925e483b6c993b5",
|
||||
"reference": "d87426f07dd66f97cfdcf5210925e483b6c993b5",
|
||||
"url": "https://api.github.com/repos/doctrine/persistence/zipball/b44d128311af55275dbed6a4558ca59a2b9f9387",
|
||||
"reference": "b44d128311af55275dbed6a4558ca59a2b9f9387",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -1886,20 +1886,18 @@
|
|||
"psr/cache": "^1.0 || ^2.0 || ^3.0"
|
||||
},
|
||||
"conflict": {
|
||||
"doctrine/annotations": "<1.7 || >=2.0",
|
||||
"doctrine/common": "<2.10"
|
||||
},
|
||||
"require-dev": {
|
||||
"composer/package-versions-deprecated": "^1.11",
|
||||
"doctrine/annotations": "^1.7",
|
||||
"doctrine/coding-standard": "^10",
|
||||
"doctrine/coding-standard": "^11",
|
||||
"doctrine/common": "^3.0",
|
||||
"phpstan/phpstan": "1.8.8",
|
||||
"phpstan/phpstan": "1.9.4",
|
||||
"phpstan/phpstan-phpunit": "^1",
|
||||
"phpstan/phpstan-strict-rules": "^1.1",
|
||||
"phpunit/phpunit": "^8.5 || ^9.5",
|
||||
"symfony/cache": "^4.4 || ^5.4 || ^6.0",
|
||||
"vimeo/psalm": "4.29.0"
|
||||
"vimeo/psalm": "4.30.0 || 5.3.0"
|
||||
},
|
||||
"type": "library",
|
||||
"autoload": {
|
||||
|
@ -1948,7 +1946,7 @@
|
|||
],
|
||||
"support": {
|
||||
"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": [
|
||||
{
|
||||
|
@ -1964,7 +1962,7 @@
|
|||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2022-12-13T21:21:05+00:00"
|
||||
"time": "2022-12-19T13:58:18+00:00"
|
||||
},
|
||||
{
|
||||
"name": "doctrine/sql-formatter",
|
||||
|
|
Loading…
Reference in a new issue