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:
dependabot[bot] 2022-12-20 03:01:14 +00:00 committed by GitHub
parent c9edd15bc5
commit 3d6e791a5d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 11 deletions

20
composer.lock generated
View File

@ -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",