Bump jms/serializer from 3.31.1 to 3.32.1

Bumps [jms/serializer](https://github.com/schmittjoh/serializer) from 3.31.1 to 3.32.1.
- [Release notes](https://github.com/schmittjoh/serializer/releases)
- [Changelog](https://github.com/schmittjoh/serializer/blob/master/CHANGELOG.md)
- [Commits](https://github.com/schmittjoh/serializer/compare/3.31.1...3.32.1)

---
updated-dependencies:
- dependency-name: jms/serializer
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-12-18 03:52:00 +00:00 committed by GitHub
parent afd39e5bf5
commit 5c98ef4062
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

43
composer.lock generated
View File

@ -973,29 +973,27 @@
}, },
{ {
"name": "doctrine/deprecations", "name": "doctrine/deprecations",
"version": "1.1.3", "version": "1.1.4",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/doctrine/deprecations.git", "url": "https://github.com/doctrine/deprecations.git",
"reference": "dfbaa3c2d2e9a9df1118213f3b8b0c597bb99fab" "reference": "31610dbb31faa98e6b5447b62340826f54fbc4e9"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/doctrine/deprecations/zipball/dfbaa3c2d2e9a9df1118213f3b8b0c597bb99fab", "url": "https://api.github.com/repos/doctrine/deprecations/zipball/31610dbb31faa98e6b5447b62340826f54fbc4e9",
"reference": "dfbaa3c2d2e9a9df1118213f3b8b0c597bb99fab", "reference": "31610dbb31faa98e6b5447b62340826f54fbc4e9",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": "^7.1 || ^8.0" "php": "^7.1 || ^8.0"
}, },
"require-dev": { "require-dev": {
"doctrine/coding-standard": "^9", "doctrine/coding-standard": "^9 || ^12",
"phpstan/phpstan": "1.4.10 || 1.10.15", "phpstan/phpstan": "1.4.10 || 2.0.3",
"phpstan/phpstan-phpunit": "^1.0", "phpstan/phpstan-phpunit": "^1.0 || ^2",
"phpunit/phpunit": "^7.5 || ^8.5 || ^9.5", "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
"psalm/plugin-phpunit": "0.18.4", "psr/log": "^1 || ^2 || ^3"
"psr/log": "^1 || ^2 || ^3",
"vimeo/psalm": "4.30.0 || 5.12.0"
}, },
"suggest": { "suggest": {
"psr/log": "Allows logging deprecations via PSR-3 logger implementation" "psr/log": "Allows logging deprecations via PSR-3 logger implementation"
@ -1003,7 +1001,7 @@
"type": "library", "type": "library",
"autoload": { "autoload": {
"psr-4": { "psr-4": {
"Doctrine\\Deprecations\\": "lib/Doctrine/Deprecations" "Doctrine\\Deprecations\\": "src"
} }
}, },
"notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
@ -1014,9 +1012,9 @@
"homepage": "https://www.doctrine-project.org/", "homepage": "https://www.doctrine-project.org/",
"support": { "support": {
"issues": "https://github.com/doctrine/deprecations/issues", "issues": "https://github.com/doctrine/deprecations/issues",
"source": "https://github.com/doctrine/deprecations/tree/1.1.3" "source": "https://github.com/doctrine/deprecations/tree/1.1.4"
}, },
"time": "2024-01-30T19:34:25+00:00" "time": "2024-12-07T21:18:45+00:00"
}, },
{ {
"name": "doctrine/doctrine-bundle", "name": "doctrine/doctrine-bundle",
@ -4863,16 +4861,16 @@
}, },
{ {
"name": "jms/serializer", "name": "jms/serializer",
"version": "3.31.1", "version": "3.32.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/schmittjoh/serializer.git", "url": "https://github.com/schmittjoh/serializer.git",
"reference": "362503da26673f210221c25b99c795da718ad9aa" "reference": "b4285f4197a5b961d365e2c756b144d7af24a7fd"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/schmittjoh/serializer/zipball/362503da26673f210221c25b99c795da718ad9aa", "url": "https://api.github.com/repos/schmittjoh/serializer/zipball/b4285f4197a5b961d365e2c756b144d7af24a7fd",
"reference": "362503da26673f210221c25b99c795da718ad9aa", "reference": "b4285f4197a5b961d365e2c756b144d7af24a7fd",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -4880,7 +4878,7 @@
"doctrine/lexer": "^2.0 || ^3.0", "doctrine/lexer": "^2.0 || ^3.0",
"jms/metadata": "^2.6", "jms/metadata": "^2.6",
"php": "^7.4 || ^8.0", "php": "^7.4 || ^8.0",
"phpstan/phpdoc-parser": "^1.20" "phpstan/phpdoc-parser": "^1.20 || ^2.0"
}, },
"require-dev": { "require-dev": {
"doctrine/annotations": "^1.14 || ^2.0", "doctrine/annotations": "^1.14 || ^2.0",
@ -4892,10 +4890,11 @@
"jackalope/jackalope-doctrine-dbal": "^1.3", "jackalope/jackalope-doctrine-dbal": "^1.3",
"ocramius/proxy-manager": "^1.0 || ^2.0", "ocramius/proxy-manager": "^1.0 || ^2.0",
"phpbench/phpbench": "^1.0", "phpbench/phpbench": "^1.0",
"phpstan/phpstan": "^1.10.57", "phpstan/phpstan": "^2.0",
"phpunit/phpunit": "^9.0 || ^10.0 || ^11.0", "phpunit/phpunit": "^9.0 || ^10.0 || ^11.0",
"psr/container": "^1.0 || ^2.0", "psr/container": "^1.0 || ^2.0",
"rector/rector": "^1.0.0", "rector/rector": "^1.0.0 || ^2.0@dev",
"slevomat/coding-standard": "dev-master#f2cc4c553eae68772624ffd7dd99022343b69c31 as 8.11.9999",
"symfony/dependency-injection": "^5.4 || ^6.0 || ^7.0", "symfony/dependency-injection": "^5.4 || ^6.0 || ^7.0",
"symfony/expression-language": "^5.4 || ^6.0 || ^7.0", "symfony/expression-language": "^5.4 || ^6.0 || ^7.0",
"symfony/filesystem": "^5.4 || ^6.0 || ^7.0", "symfony/filesystem": "^5.4 || ^6.0 || ^7.0",
@ -4948,7 +4947,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/schmittjoh/serializer/issues", "issues": "https://github.com/schmittjoh/serializer/issues",
"source": "https://github.com/schmittjoh/serializer/tree/3.31.1" "source": "https://github.com/schmittjoh/serializer/tree/3.32.1"
}, },
"funding": [ "funding": [
{ {
@ -4956,7 +4955,7 @@
"type": "github" "type": "github"
} }
], ],
"time": "2024-10-31T18:35:14+00:00" "time": "2024-12-03T22:30:06+00:00"
}, },
{ {
"name": "jms/serializer-bundle", "name": "jms/serializer-bundle",