Merge pull request #7775 from wallabag/dependabot/composer/jms/serializer-bundle-5.5.0

This commit is contained in:
Jérémy Benoist 2024-11-04 06:51:38 +01:00 committed by GitHub
commit 08db95869a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

17
composer.lock generated
View File

@ -4958,28 +4958,29 @@
}, },
{ {
"name": "jms/serializer-bundle", "name": "jms/serializer-bundle",
"version": "5.4.0", "version": "5.5.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/schmittjoh/JMSSerializerBundle.git", "url": "https://github.com/schmittjoh/JMSSerializerBundle.git",
"reference": "6fa2dd0083e00fe21c5da171556d7ecabc14b437" "reference": "2eefc11a4518c89004496e76384f2193ce1f0073"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/schmittjoh/JMSSerializerBundle/zipball/6fa2dd0083e00fe21c5da171556d7ecabc14b437", "url": "https://api.github.com/repos/schmittjoh/JMSSerializerBundle/zipball/2eefc11a4518c89004496e76384f2193ce1f0073",
"reference": "6fa2dd0083e00fe21c5da171556d7ecabc14b437", "reference": "2eefc11a4518c89004496e76384f2193ce1f0073",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"jms/metadata": "^2.6", "jms/metadata": "^2.6",
"jms/serializer": "^3.28", "jms/serializer": "^3.31",
"php": "^7.4 || ^8.0", "php": "^7.4 || ^8.0",
"symfony/config": "^5.4 || ^6.0 || ^7.0", "symfony/config": "^5.4 || ^6.0 || ^7.0",
"symfony/dependency-injection": "^5.4 || ^6.0 || ^7.0", "symfony/dependency-injection": "^5.4 || ^6.0 || ^7.0",
"symfony/framework-bundle": "^5.4 || ^6.0 || ^7.0" "symfony/framework-bundle": "^5.4 || ^6.0 || ^7.0"
}, },
"require-dev": { "require-dev": {
"doctrine/coding-standard": "^8.1", "doctrine/annotations": "^1.14 || ^2.0",
"doctrine/coding-standard": "^12.0",
"doctrine/orm": "^2.14", "doctrine/orm": "^2.14",
"phpunit/phpunit": "^8.0 || ^9.0", "phpunit/phpunit": "^8.0 || ^9.0",
"symfony/expression-language": "^5.4 || ^6.0 || ^7.0", "symfony/expression-language": "^5.4 || ^6.0 || ^7.0",
@ -5034,7 +5035,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/schmittjoh/JMSSerializerBundle/issues", "issues": "https://github.com/schmittjoh/JMSSerializerBundle/issues",
"source": "https://github.com/schmittjoh/JMSSerializerBundle/tree/5.4.0" "source": "https://github.com/schmittjoh/JMSSerializerBundle/tree/5.5.0"
}, },
"funding": [ "funding": [
{ {
@ -5042,7 +5043,7 @@
"type": "github" "type": "github"
} }
], ],
"time": "2023-12-12T15:33:15+00:00" "time": "2024-11-01T10:36:10+00:00"
}, },
{ {
"name": "khanamiryan/qrcode-detector-decoder", "name": "khanamiryan/qrcode-detector-decoder",