Merge pull request #6581 from wallabag/dependabot/composer/jms/serializer-3.24.0

This commit is contained in:
Jérémy Benoist 2023-06-05 08:14:41 +02:00 committed by GitHub
commit b5f937d520
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

16
composer.lock generated
View file

@ -4959,21 +4959,21 @@
},
{
"name": "jms/serializer",
"version": "3.23.0",
"version": "3.24.0",
"source": {
"type": "git",
"url": "https://github.com/schmittjoh/serializer.git",
"reference": "ac0b16ee5317d1aacc41deb91c6c325eae97c176"
"reference": "bd18f0a6ee4d75515b33091afa3333e100e0be43"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/schmittjoh/serializer/zipball/ac0b16ee5317d1aacc41deb91c6c325eae97c176",
"reference": "ac0b16ee5317d1aacc41deb91c6c325eae97c176",
"url": "https://api.github.com/repos/schmittjoh/serializer/zipball/bd18f0a6ee4d75515b33091afa3333e100e0be43",
"reference": "bd18f0a6ee4d75515b33091afa3333e100e0be43",
"shasum": ""
},
"require": {
"doctrine/annotations": "^1.13 || ^2.0",
"doctrine/instantiator": "^1.0.3",
"doctrine/instantiator": "^1.0.3 || ^2.0",
"doctrine/lexer": "^1.1 || ^2",
"jms/metadata": "^2.6",
"php": "^7.2||^8.0",
@ -4989,7 +4989,7 @@
"ocramius/proxy-manager": "^1.0|^2.0",
"phpbench/phpbench": "^1.0",
"phpstan/phpstan": "^1.0.2",
"phpunit/phpunit": "^8.5.21||^9.0",
"phpunit/phpunit": "^8.5.21||^9.0||^10.0",
"psr/container": "^1.0|^2.0",
"symfony/dependency-injection": "^3.0|^4.0|^5.0|^6.0",
"symfony/expression-language": "^3.2|^4.0|^5.0|^6.0",
@ -5043,7 +5043,7 @@
],
"support": {
"issues": "https://github.com/schmittjoh/serializer/issues",
"source": "https://github.com/schmittjoh/serializer/tree/3.23.0"
"source": "https://github.com/schmittjoh/serializer/tree/3.24.0"
},
"funding": [
{
@ -5051,7 +5051,7 @@
"type": "github"
}
],
"time": "2023-02-17T17:40:48+00:00"
"time": "2023-06-04T20:28:00+00:00"
},
{
"name": "jms/serializer-bundle",