Bump nelmio/api-doc-bundle from 4.26.2 to 4.27.0

Bumps [nelmio/api-doc-bundle](https://github.com/nelmio/NelmioApiDocBundle) from 4.26.2 to 4.27.0.
- [Release notes](https://github.com/nelmio/NelmioApiDocBundle/releases)
- [Changelog](https://github.com/nelmio/NelmioApiDocBundle/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nelmio/NelmioApiDocBundle/compare/v4.26.2...v4.27.0)

---
updated-dependencies:
- dependency-name: nelmio/api-doc-bundle
  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-06-14 02:57:46 +00:00 committed by GitHub
parent 1a90dee404
commit b9d364dfaf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

429
composer.lock generated
View file

@ -5712,16 +5712,16 @@
}, },
{ {
"name": "nelmio/api-doc-bundle", "name": "nelmio/api-doc-bundle",
"version": "v4.26.2", "version": "v4.27.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/nelmio/NelmioApiDocBundle.git", "url": "https://github.com/nelmio/NelmioApiDocBundle.git",
"reference": "9379c44da4b4e6ef36a81f3135d3d158838a7c16" "reference": "221a1febaf861435b51c80cffd1a78efb4168345"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/nelmio/NelmioApiDocBundle/zipball/9379c44da4b4e6ef36a81f3135d3d158838a7c16", "url": "https://api.github.com/repos/nelmio/NelmioApiDocBundle/zipball/221a1febaf861435b51c80cffd1a78efb4168345",
"reference": "9379c44da4b4e6ef36a81f3135d3d158838a7c16", "reference": "221a1febaf861435b51c80cffd1a78efb4168345",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -5732,16 +5732,16 @@
"psr/cache": "^1.0 || ^2.0 || ^3.0", "psr/cache": "^1.0 || ^2.0 || ^3.0",
"psr/container": "^1.0 || ^2.0", "psr/container": "^1.0 || ^2.0",
"psr/log": "^1.0 || ^2.0 || ^3.0", "psr/log": "^1.0 || ^2.0 || ^3.0",
"symfony/config": "^5.4 || ^6.0 || ^7.0", "symfony/config": "^5.4 || ^6.4 || ^7.0",
"symfony/console": "^5.4 || ^6.0 || ^7.0", "symfony/console": "^5.4 || ^6.4 || ^7.0",
"symfony/dependency-injection": "^5.4 || ^6.0 || ^7.0", "symfony/dependency-injection": "^5.4 || ^6.4 || ^7.0",
"symfony/deprecation-contracts": "^2.1 || ^3", "symfony/deprecation-contracts": "^2.1 || ^3",
"symfony/framework-bundle": "^5.4.24 || ^6.0 || ^7.0", "symfony/framework-bundle": "^5.4.24 || ^6.4 || ^7.0",
"symfony/http-foundation": "^5.4 || ^6.0 || ^7.0", "symfony/http-foundation": "^5.4 || ^6.4 || ^7.0",
"symfony/http-kernel": "^5.4 || ^6.0 || ^7.0", "symfony/http-kernel": "^5.4 || ^6.4 || ^7.0",
"symfony/options-resolver": "^5.4 || ^6.0 || ^7.0", "symfony/options-resolver": "^5.4 || ^6.4 || ^7.0",
"symfony/property-info": "^5.4.10 || ^6.0 || ^7.0", "symfony/property-info": "^5.4.10 || ^6.4 || ^7.0",
"symfony/routing": "^5.4 || ^6.0 || ^7.0", "symfony/routing": "^5.4 || ^6.4 || ^7.0",
"zircote/swagger-php": "^4.6.1" "zircote/swagger-php": "^4.6.1"
}, },
"conflict": { "conflict": {
@ -5760,20 +5760,21 @@
"phpstan/phpstan-strict-rules": "^1.5", "phpstan/phpstan-strict-rules": "^1.5",
"phpstan/phpstan-symfony": "^1.3", "phpstan/phpstan-symfony": "^1.3",
"phpunit/phpunit": "^9.6 || ^10.5", "phpunit/phpunit": "^9.6 || ^10.5",
"symfony/asset": "^5.4 || ^6.0 || ^7.0", "symfony/asset": "^5.4 || ^6.4 || ^7.0",
"symfony/browser-kit": "^5.4 || ^6.0 || ^7.0", "symfony/browser-kit": "^5.4 || ^6.4 || ^7.0",
"symfony/cache": "^5.4 || ^6.0 || ^7.0", "symfony/cache": "^5.4 || ^6.4 || ^7.0",
"symfony/dom-crawler": "^5.4 || ^6.0 || ^7.0", "symfony/dom-crawler": "^5.4 || ^6.4 || ^7.0",
"symfony/expression-language": "^5.4 || ^6.0 || ^7.0", "symfony/expression-language": "^5.4 || ^6.4 || ^7.0",
"symfony/form": "^5.4 || ^6.0 || ^7.0", "symfony/form": "^5.4 || ^6.4 || ^7.0",
"symfony/phpunit-bridge": "^6.4", "symfony/phpunit-bridge": "^6.4",
"symfony/property-access": "^5.4 || ^6.0 || ^7.0", "symfony/property-access": "^5.4 || ^6.4 || ^7.0",
"symfony/security-csrf": "^5.4 || ^6.0 || ^7.0", "symfony/security-csrf": "^5.4 || ^6.4 || ^7.0",
"symfony/serializer": "^5.4 || ^6.0 || ^7.0", "symfony/serializer": "^5.4 || ^6.4 || ^7.0",
"symfony/stopwatch": "^5.4 || ^6.0 || ^7.0", "symfony/stopwatch": "^5.4 || ^6.4 || ^7.0",
"symfony/templating": "^5.4 || ^6.0 || ^7.0", "symfony/templating": "^5.4 || ^6.4 || ^7.0",
"symfony/twig-bundle": "^5.4 || ^6.0 || ^7.0", "symfony/twig-bundle": "^5.4 || ^6.4 || ^7.0",
"symfony/validator": "^5.4 || ^6.0 || ^7.0", "symfony/uid": "^5.4 || ^6.4 || ^7.0",
"symfony/validator": "^5.4 || ^6.4 || ^7.0",
"willdurand/hateoas-bundle": "^1.0 || ^2.0" "willdurand/hateoas-bundle": "^1.0 || ^2.0"
}, },
"suggest": { "suggest": {
@ -5821,9 +5822,9 @@
], ],
"support": { "support": {
"issues": "https://github.com/nelmio/NelmioApiDocBundle/issues", "issues": "https://github.com/nelmio/NelmioApiDocBundle/issues",
"source": "https://github.com/nelmio/NelmioApiDocBundle/tree/v4.26.2" "source": "https://github.com/nelmio/NelmioApiDocBundle/tree/v4.27.0"
}, },
"time": "2024-05-29T07:12:15+00:00" "time": "2024-06-12T23:47:19+00:00"
}, },
{ {
"name": "nelmio/cors-bundle", "name": "nelmio/cors-bundle",
@ -7259,16 +7260,16 @@
}, },
{ {
"name": "phpstan/phpdoc-parser", "name": "phpstan/phpdoc-parser",
"version": "1.29.0", "version": "1.29.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/phpstan/phpdoc-parser.git", "url": "https://github.com/phpstan/phpdoc-parser.git",
"reference": "536889f2b340489d328f5ffb7b02bb6b183ddedc" "reference": "fcaefacf2d5c417e928405b71b400d4ce10daaf4"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/536889f2b340489d328f5ffb7b02bb6b183ddedc", "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/fcaefacf2d5c417e928405b71b400d4ce10daaf4",
"reference": "536889f2b340489d328f5ffb7b02bb6b183ddedc", "reference": "fcaefacf2d5c417e928405b71b400d4ce10daaf4",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -7300,9 +7301,9 @@
"description": "PHPDoc parser with support for nullable, intersection and generic types", "description": "PHPDoc parser with support for nullable, intersection and generic types",
"support": { "support": {
"issues": "https://github.com/phpstan/phpdoc-parser/issues", "issues": "https://github.com/phpstan/phpdoc-parser/issues",
"source": "https://github.com/phpstan/phpdoc-parser/tree/1.29.0" "source": "https://github.com/phpstan/phpdoc-parser/tree/1.29.1"
}, },
"time": "2024-05-06T12:04:23+00:00" "time": "2024-05-31T08:52:43+00:00"
}, },
{ {
"name": "phpzip/phpzip", "name": "phpzip/phpzip",
@ -9346,16 +9347,16 @@
}, },
{ {
"name": "symfony/cache", "name": "symfony/cache",
"version": "v5.4.39", "version": "v5.4.40",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/cache.git", "url": "https://github.com/symfony/cache.git",
"reference": "982237e35079fdcc31ab724f06b6131992c4fd24" "reference": "89005bc368ca02ed0433c592e4d27670d0844a66"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/cache/zipball/982237e35079fdcc31ab724f06b6131992c4fd24", "url": "https://api.github.com/repos/symfony/cache/zipball/89005bc368ca02ed0433c592e4d27670d0844a66",
"reference": "982237e35079fdcc31ab724f06b6131992c4fd24", "reference": "89005bc368ca02ed0433c592e4d27670d0844a66",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -9384,7 +9385,7 @@
"cache/integration-tests": "dev-master", "cache/integration-tests": "dev-master",
"doctrine/cache": "^1.6|^2.0", "doctrine/cache": "^1.6|^2.0",
"doctrine/dbal": "^2.13.1|^3|^4", "doctrine/dbal": "^2.13.1|^3|^4",
"predis/predis": "^1.1", "predis/predis": "^1.1|^2.0",
"psr/simple-cache": "^1.0|^2.0", "psr/simple-cache": "^1.0|^2.0",
"symfony/config": "^4.4|^5.0|^6.0", "symfony/config": "^4.4|^5.0|^6.0",
"symfony/dependency-injection": "^4.4|^5.0|^6.0", "symfony/dependency-injection": "^4.4|^5.0|^6.0",
@ -9423,7 +9424,7 @@
"psr6" "psr6"
], ],
"support": { "support": {
"source": "https://github.com/symfony/cache/tree/v5.4.39" "source": "https://github.com/symfony/cache/tree/v5.4.40"
}, },
"funding": [ "funding": [
{ {
@ -9439,7 +9440,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2024-04-18T08:26:06+00:00" "time": "2024-05-31T14:33:22+00:00"
}, },
{ {
"name": "symfony/cache-contracts", "name": "symfony/cache-contracts",
@ -9522,16 +9523,16 @@
}, },
{ {
"name": "symfony/config", "name": "symfony/config",
"version": "v5.4.39", "version": "v5.4.40",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/config.git", "url": "https://github.com/symfony/config.git",
"reference": "62cec4a067931552624a9962002c210c502d42fd" "reference": "d4e1db78421163b98dd9971d247fd0df4a57ee5e"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/config/zipball/62cec4a067931552624a9962002c210c502d42fd", "url": "https://api.github.com/repos/symfony/config/zipball/d4e1db78421163b98dd9971d247fd0df4a57ee5e",
"reference": "62cec4a067931552624a9962002c210c502d42fd", "reference": "d4e1db78421163b98dd9971d247fd0df4a57ee5e",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -9581,7 +9582,7 @@
"description": "Helps you find, load, combine, autofill and validate configuration values of any kind", "description": "Helps you find, load, combine, autofill and validate configuration values of any kind",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/config/tree/v5.4.39" "source": "https://github.com/symfony/config/tree/v5.4.40"
}, },
"funding": [ "funding": [
{ {
@ -9597,20 +9598,20 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2024-04-18T08:26:06+00:00" "time": "2024-05-31T14:33:22+00:00"
}, },
{ {
"name": "symfony/console", "name": "symfony/console",
"version": "v5.4.39", "version": "v5.4.40",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/console.git", "url": "https://github.com/symfony/console.git",
"reference": "f3e591c48688a0cfa1a3296205926c05e84b22b1" "reference": "aa73115c0c24220b523625bfcfa655d7d73662dd"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/console/zipball/f3e591c48688a0cfa1a3296205926c05e84b22b1", "url": "https://api.github.com/repos/symfony/console/zipball/aa73115c0c24220b523625bfcfa655d7d73662dd",
"reference": "f3e591c48688a0cfa1a3296205926c05e84b22b1", "reference": "aa73115c0c24220b523625bfcfa655d7d73662dd",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -9680,7 +9681,7 @@
"terminal" "terminal"
], ],
"support": { "support": {
"source": "https://github.com/symfony/console/tree/v5.4.39" "source": "https://github.com/symfony/console/tree/v5.4.40"
}, },
"funding": [ "funding": [
{ {
@ -9696,20 +9697,20 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2024-04-18T08:26:06+00:00" "time": "2024-05-31T14:33:22+00:00"
}, },
{ {
"name": "symfony/dependency-injection", "name": "symfony/dependency-injection",
"version": "v5.4.39", "version": "v5.4.40",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/dependency-injection.git", "url": "https://github.com/symfony/dependency-injection.git",
"reference": "5b4505f2afbe1d11d43a3917d0c1c178a38f6f19" "reference": "408b33326496030c201b8051b003e9e8cdb2efc9"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/dependency-injection/zipball/5b4505f2afbe1d11d43a3917d0c1c178a38f6f19", "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/408b33326496030c201b8051b003e9e8cdb2efc9",
"reference": "5b4505f2afbe1d11d43a3917d0c1c178a38f6f19", "reference": "408b33326496030c201b8051b003e9e8cdb2efc9",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -9769,7 +9770,7 @@
"description": "Allows you to standardize and centralize the way objects are constructed in your application", "description": "Allows you to standardize and centralize the way objects are constructed in your application",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/dependency-injection/tree/v5.4.39" "source": "https://github.com/symfony/dependency-injection/tree/v5.4.40"
}, },
"funding": [ "funding": [
{ {
@ -9785,7 +9786,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2024-04-18T08:26:06+00:00" "time": "2024-05-31T14:33:22+00:00"
}, },
{ {
"name": "symfony/deprecation-contracts", "name": "symfony/deprecation-contracts",
@ -10047,16 +10048,16 @@
}, },
{ {
"name": "symfony/error-handler", "name": "symfony/error-handler",
"version": "v5.4.39", "version": "v5.4.40",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/error-handler.git", "url": "https://github.com/symfony/error-handler.git",
"reference": "9e02a6e831d6c2dbc5f96c8ff5314d453ecd53cd" "reference": "c6c8f965a87b22d5005a7806783c7f10ae7e58cd"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/error-handler/zipball/9e02a6e831d6c2dbc5f96c8ff5314d453ecd53cd", "url": "https://api.github.com/repos/symfony/error-handler/zipball/c6c8f965a87b22d5005a7806783c7f10ae7e58cd",
"reference": "9e02a6e831d6c2dbc5f96c8ff5314d453ecd53cd", "reference": "c6c8f965a87b22d5005a7806783c7f10ae7e58cd",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -10098,7 +10099,7 @@
"description": "Provides tools to manage errors and ease debugging PHP code", "description": "Provides tools to manage errors and ease debugging PHP code",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/error-handler/tree/v5.4.39" "source": "https://github.com/symfony/error-handler/tree/v5.4.40"
}, },
"funding": [ "funding": [
{ {
@ -10114,20 +10115,20 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2024-04-18T08:26:06+00:00" "time": "2024-05-31T14:33:22+00:00"
}, },
{ {
"name": "symfony/event-dispatcher", "name": "symfony/event-dispatcher",
"version": "v5.4.39", "version": "v5.4.40",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/event-dispatcher.git", "url": "https://github.com/symfony/event-dispatcher.git",
"reference": "d40fae9fd85c762b6ba378152fdd1157a85d7e4f" "reference": "a54e2a8a114065f31020d6a89ede83e34c3b27a4"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/d40fae9fd85c762b6ba378152fdd1157a85d7e4f", "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/a54e2a8a114065f31020d6a89ede83e34c3b27a4",
"reference": "d40fae9fd85c762b6ba378152fdd1157a85d7e4f", "reference": "a54e2a8a114065f31020d6a89ede83e34c3b27a4",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -10183,7 +10184,7 @@
"description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them", "description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/event-dispatcher/tree/v5.4.39" "source": "https://github.com/symfony/event-dispatcher/tree/v5.4.40"
}, },
"funding": [ "funding": [
{ {
@ -10199,7 +10200,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2024-04-18T08:26:06+00:00" "time": "2024-05-31T14:33:22+00:00"
}, },
{ {
"name": "symfony/event-dispatcher-contracts", "name": "symfony/event-dispatcher-contracts",
@ -10345,23 +10346,25 @@
}, },
{ {
"name": "symfony/filesystem", "name": "symfony/filesystem",
"version": "v5.4.39", "version": "v5.4.40",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/filesystem.git", "url": "https://github.com/symfony/filesystem.git",
"reference": "e6edd875d5d39b03de51f3c3951148cfa79a4d12" "reference": "26dd9912df6940810ea00f8f53ad48d6a3424995"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/filesystem/zipball/e6edd875d5d39b03de51f3c3951148cfa79a4d12", "url": "https://api.github.com/repos/symfony/filesystem/zipball/26dd9912df6940810ea00f8f53ad48d6a3424995",
"reference": "e6edd875d5d39b03de51f3c3951148cfa79a4d12", "reference": "26dd9912df6940810ea00f8f53ad48d6a3424995",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=7.2.5", "php": ">=7.2.5",
"symfony/polyfill-ctype": "~1.8", "symfony/polyfill-ctype": "~1.8",
"symfony/polyfill-mbstring": "~1.8", "symfony/polyfill-mbstring": "~1.8",
"symfony/polyfill-php80": "^1.16", "symfony/polyfill-php80": "^1.16"
},
"require-dev": {
"symfony/process": "^5.4|^6.4" "symfony/process": "^5.4|^6.4"
}, },
"type": "library", "type": "library",
@ -10390,7 +10393,7 @@
"description": "Provides basic utilities for the filesystem", "description": "Provides basic utilities for the filesystem",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/filesystem/tree/v5.4.39" "source": "https://github.com/symfony/filesystem/tree/v5.4.40"
}, },
"funding": [ "funding": [
{ {
@ -10406,20 +10409,20 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2024-04-18T08:26:06+00:00" "time": "2024-05-31T14:33:22+00:00"
}, },
{ {
"name": "symfony/finder", "name": "symfony/finder",
"version": "v5.4.39", "version": "v5.4.40",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/finder.git", "url": "https://github.com/symfony/finder.git",
"reference": "f6a96e4fcd468a25fede16ee665f50ced856bd0a" "reference": "f51cff4687547641c7d8180d74932ab40b2205ce"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/finder/zipball/f6a96e4fcd468a25fede16ee665f50ced856bd0a", "url": "https://api.github.com/repos/symfony/finder/zipball/f51cff4687547641c7d8180d74932ab40b2205ce",
"reference": "f6a96e4fcd468a25fede16ee665f50ced856bd0a", "reference": "f51cff4687547641c7d8180d74932ab40b2205ce",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -10453,7 +10456,7 @@
"description": "Finds files and directories via an intuitive fluent interface", "description": "Finds files and directories via an intuitive fluent interface",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/finder/tree/v5.4.39" "source": "https://github.com/symfony/finder/tree/v5.4.40"
}, },
"funding": [ "funding": [
{ {
@ -10469,7 +10472,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2024-04-18T08:26:06+00:00" "time": "2024-05-31T14:33:22+00:00"
}, },
{ {
"name": "symfony/form", "name": "symfony/form",
@ -10575,16 +10578,16 @@
}, },
{ {
"name": "symfony/framework-bundle", "name": "symfony/framework-bundle",
"version": "v5.4.39", "version": "v5.4.40",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/framework-bundle.git", "url": "https://github.com/symfony/framework-bundle.git",
"reference": "65640a7c74ab356bf6518bee38bc6dc9d036ffd7" "reference": "603090d8327e279bd233d5ce42a1ed89bc91612f"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/framework-bundle/zipball/65640a7c74ab356bf6518bee38bc6dc9d036ffd7", "url": "https://api.github.com/repos/symfony/framework-bundle/zipball/603090d8327e279bd233d5ce42a1ed89bc91612f",
"reference": "65640a7c74ab356bf6518bee38bc6dc9d036ffd7", "reference": "603090d8327e279bd233d5ce42a1ed89bc91612f",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -10705,7 +10708,7 @@
"description": "Provides a tight integration between Symfony components and the Symfony full-stack framework", "description": "Provides a tight integration between Symfony components and the Symfony full-stack framework",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/framework-bundle/tree/v5.4.39" "source": "https://github.com/symfony/framework-bundle/tree/v5.4.40"
}, },
"funding": [ "funding": [
{ {
@ -10721,7 +10724,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2024-04-28T08:53:28+00:00" "time": "2024-05-31T14:33:22+00:00"
}, },
{ {
"name": "symfony/google-mailer", "name": "symfony/google-mailer",
@ -10960,16 +10963,16 @@
}, },
{ {
"name": "symfony/http-foundation", "name": "symfony/http-foundation",
"version": "v5.4.39", "version": "v5.4.40",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/http-foundation.git", "url": "https://github.com/symfony/http-foundation.git",
"reference": "3356c93efc30b0c85a37606bdfef16b813faec0e" "reference": "cf4893ca4eca3fac4ae06da1590afdbbb4217847"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/http-foundation/zipball/3356c93efc30b0c85a37606bdfef16b813faec0e", "url": "https://api.github.com/repos/symfony/http-foundation/zipball/cf4893ca4eca3fac4ae06da1590afdbbb4217847",
"reference": "3356c93efc30b0c85a37606bdfef16b813faec0e", "reference": "cf4893ca4eca3fac4ae06da1590afdbbb4217847",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -10979,7 +10982,7 @@
"symfony/polyfill-php80": "^1.16" "symfony/polyfill-php80": "^1.16"
}, },
"require-dev": { "require-dev": {
"predis/predis": "~1.0", "predis/predis": "^1.0|^2.0",
"symfony/cache": "^4.4|^5.0|^6.0", "symfony/cache": "^4.4|^5.0|^6.0",
"symfony/dependency-injection": "^5.4|^6.0", "symfony/dependency-injection": "^5.4|^6.0",
"symfony/expression-language": "^4.4|^5.0|^6.0", "symfony/expression-language": "^4.4|^5.0|^6.0",
@ -11016,7 +11019,7 @@
"description": "Defines an object-oriented layer for the HTTP specification", "description": "Defines an object-oriented layer for the HTTP specification",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/http-foundation/tree/v5.4.39" "source": "https://github.com/symfony/http-foundation/tree/v5.4.40"
}, },
"funding": [ "funding": [
{ {
@ -11032,20 +11035,20 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2024-04-18T08:26:06+00:00" "time": "2024-05-31T14:33:22+00:00"
}, },
{ {
"name": "symfony/http-kernel", "name": "symfony/http-kernel",
"version": "v5.4.39", "version": "v5.4.40",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/http-kernel.git", "url": "https://github.com/symfony/http-kernel.git",
"reference": "1d812dc3a2863cc4246aaa636b0d71e0bf68e6b0" "reference": "3ad03183c6985adc2eece16f239f8cfe1c4ccbe3"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/http-kernel/zipball/1d812dc3a2863cc4246aaa636b0d71e0bf68e6b0", "url": "https://api.github.com/repos/symfony/http-kernel/zipball/3ad03183c6985adc2eece16f239f8cfe1c4ccbe3",
"reference": "1d812dc3a2863cc4246aaa636b0d71e0bf68e6b0", "reference": "3ad03183c6985adc2eece16f239f8cfe1c4ccbe3",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -11129,7 +11132,7 @@
"description": "Provides a structured process for converting a Request into a Response", "description": "Provides a structured process for converting a Request into a Response",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/http-kernel/tree/v5.4.39" "source": "https://github.com/symfony/http-kernel/tree/v5.4.40"
}, },
"funding": [ "funding": [
{ {
@ -11145,7 +11148,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2024-04-29T11:17:46+00:00" "time": "2024-06-02T15:53:08+00:00"
}, },
{ {
"name": "symfony/intl", "name": "symfony/intl",
@ -11563,16 +11566,16 @@
}, },
{ {
"name": "symfony/options-resolver", "name": "symfony/options-resolver",
"version": "v5.4.39", "version": "v5.4.40",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/options-resolver.git", "url": "https://github.com/symfony/options-resolver.git",
"reference": "1303bb73d6c3882f07c618129295503085dfddb9" "reference": "bd1afbde6613a8d6b956115e0e14b196191fd0c4"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/options-resolver/zipball/1303bb73d6c3882f07c618129295503085dfddb9", "url": "https://api.github.com/repos/symfony/options-resolver/zipball/bd1afbde6613a8d6b956115e0e14b196191fd0c4",
"reference": "1303bb73d6c3882f07c618129295503085dfddb9", "reference": "bd1afbde6613a8d6b956115e0e14b196191fd0c4",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -11612,7 +11615,7 @@
"options" "options"
], ],
"support": { "support": {
"source": "https://github.com/symfony/options-resolver/tree/v5.4.39" "source": "https://github.com/symfony/options-resolver/tree/v5.4.40"
}, },
"funding": [ "funding": [
{ {
@ -11628,7 +11631,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2024-04-18T08:26:06+00:00" "time": "2024-05-31T14:33:22+00:00"
}, },
{ {
"name": "symfony/password-hasher", "name": "symfony/password-hasher",
@ -12495,68 +12498,6 @@
], ],
"time": "2024-01-29T20:11:03+00:00" "time": "2024-01-29T20:11:03+00:00"
}, },
{
"name": "symfony/process",
"version": "v5.4.39",
"source": {
"type": "git",
"url": "https://github.com/symfony/process.git",
"reference": "85a554acd7c28522241faf2e97b9541247a0d3d5"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/process/zipball/85a554acd7c28522241faf2e97b9541247a0d3d5",
"reference": "85a554acd7c28522241faf2e97b9541247a0d3d5",
"shasum": ""
},
"require": {
"php": ">=7.2.5",
"symfony/polyfill-php80": "^1.16"
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\Process\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Executes commands in sub-processes",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/process/tree/v5.4.39"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2024-04-18T08:26:06+00:00"
},
{ {
"name": "symfony/property-access", "name": "symfony/property-access",
"version": "v5.4.35", "version": "v5.4.35",
@ -12640,16 +12581,16 @@
}, },
{ {
"name": "symfony/property-info", "name": "symfony/property-info",
"version": "v5.4.39", "version": "v5.4.40",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/property-info.git", "url": "https://github.com/symfony/property-info.git",
"reference": "bf257e78b0471e67757af038344919f498af804d" "reference": "b999cc2450f81d4527c97c217260dc372601a95d"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/property-info/zipball/bf257e78b0471e67757af038344919f498af804d", "url": "https://api.github.com/repos/symfony/property-info/zipball/b999cc2450f81d4527c97c217260dc372601a95d",
"reference": "bf257e78b0471e67757af038344919f498af804d", "reference": "b999cc2450f81d4527c97c217260dc372601a95d",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -12711,7 +12652,7 @@
"validator" "validator"
], ],
"support": { "support": {
"source": "https://github.com/symfony/property-info/tree/v5.4.39" "source": "https://github.com/symfony/property-info/tree/v5.4.40"
}, },
"funding": [ "funding": [
{ {
@ -12727,7 +12668,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2024-04-19T15:51:11+00:00" "time": "2024-05-31T14:33:22+00:00"
}, },
{ {
"name": "symfony/proxy-manager-bridge", "name": "symfony/proxy-manager-bridge",
@ -12887,16 +12828,16 @@
}, },
{ {
"name": "symfony/routing", "name": "symfony/routing",
"version": "v5.4.39", "version": "v5.4.40",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/routing.git", "url": "https://github.com/symfony/routing.git",
"reference": "5485974ef20de1150dd195a81e9da4915d45263f" "reference": "6df1dd8b306649303267a760699cf04cf39b1f7b"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/routing/zipball/5485974ef20de1150dd195a81e9da4915d45263f", "url": "https://api.github.com/repos/symfony/routing/zipball/6df1dd8b306649303267a760699cf04cf39b1f7b",
"reference": "5485974ef20de1150dd195a81e9da4915d45263f", "reference": "6df1dd8b306649303267a760699cf04cf39b1f7b",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -12957,7 +12898,7 @@
"url" "url"
], ],
"support": { "support": {
"source": "https://github.com/symfony/routing/tree/v5.4.39" "source": "https://github.com/symfony/routing/tree/v5.4.40"
}, },
"funding": [ "funding": [
{ {
@ -12973,7 +12914,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2024-04-18T08:26:06+00:00" "time": "2024-05-31T14:33:22+00:00"
}, },
{ {
"name": "symfony/security-bundle", "name": "symfony/security-bundle",
@ -13649,16 +13590,16 @@
}, },
{ {
"name": "symfony/string", "name": "symfony/string",
"version": "v5.4.39", "version": "v5.4.40",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/string.git", "url": "https://github.com/symfony/string.git",
"reference": "495e71bae5862308051b9e63cc3e34078eed83ef" "reference": "142877285aa974a6f7685e292ab5ba9aae86b143"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/string/zipball/495e71bae5862308051b9e63cc3e34078eed83ef", "url": "https://api.github.com/repos/symfony/string/zipball/142877285aa974a6f7685e292ab5ba9aae86b143",
"reference": "495e71bae5862308051b9e63cc3e34078eed83ef", "reference": "142877285aa974a6f7685e292ab5ba9aae86b143",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -13715,7 +13656,7 @@
"utf8" "utf8"
], ],
"support": { "support": {
"source": "https://github.com/symfony/string/tree/v5.4.39" "source": "https://github.com/symfony/string/tree/v5.4.40"
}, },
"funding": [ "funding": [
{ {
@ -13731,7 +13672,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2024-04-18T08:26:06+00:00" "time": "2024-05-31T14:33:22+00:00"
}, },
{ {
"name": "symfony/templating", "name": "symfony/templating",
@ -14301,16 +14242,16 @@
}, },
{ {
"name": "symfony/var-dumper", "name": "symfony/var-dumper",
"version": "v5.4.39", "version": "v5.4.40",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/var-dumper.git", "url": "https://github.com/symfony/var-dumper.git",
"reference": "1987f86ad7f339fe3d3e8e6cf3b7ce4d4b8e547e" "reference": "af8868a6e9d6082dfca11f1a1f205ae93a8b6d93"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/var-dumper/zipball/1987f86ad7f339fe3d3e8e6cf3b7ce4d4b8e547e", "url": "https://api.github.com/repos/symfony/var-dumper/zipball/af8868a6e9d6082dfca11f1a1f205ae93a8b6d93",
"reference": "1987f86ad7f339fe3d3e8e6cf3b7ce4d4b8e547e", "reference": "af8868a6e9d6082dfca11f1a1f205ae93a8b6d93",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -14370,7 +14311,7 @@
"dump" "dump"
], ],
"support": { "support": {
"source": "https://github.com/symfony/var-dumper/tree/v5.4.39" "source": "https://github.com/symfony/var-dumper/tree/v5.4.40"
}, },
"funding": [ "funding": [
{ {
@ -14386,20 +14327,20 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2024-04-18T08:26:06+00:00" "time": "2024-05-31T14:33:22+00:00"
}, },
{ {
"name": "symfony/var-exporter", "name": "symfony/var-exporter",
"version": "v5.4.39", "version": "v5.4.40",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/var-exporter.git", "url": "https://github.com/symfony/var-exporter.git",
"reference": "e85a27cfdbb48e5e9a2d4a5f04efa359857771fd" "reference": "6a13d37336d512927986e09f19a4bed24178baa6"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/var-exporter/zipball/e85a27cfdbb48e5e9a2d4a5f04efa359857771fd", "url": "https://api.github.com/repos/symfony/var-exporter/zipball/6a13d37336d512927986e09f19a4bed24178baa6",
"reference": "e85a27cfdbb48e5e9a2d4a5f04efa359857771fd", "reference": "6a13d37336d512927986e09f19a4bed24178baa6",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -14443,7 +14384,7 @@
"serialize" "serialize"
], ],
"support": { "support": {
"source": "https://github.com/symfony/var-exporter/tree/v5.4.39" "source": "https://github.com/symfony/var-exporter/tree/v5.4.40"
}, },
"funding": [ "funding": [
{ {
@ -14459,20 +14400,20 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2024-04-18T08:26:06+00:00" "time": "2024-05-31T14:33:22+00:00"
}, },
{ {
"name": "symfony/yaml", "name": "symfony/yaml",
"version": "v5.4.39", "version": "v5.4.40",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/yaml.git", "url": "https://github.com/symfony/yaml.git",
"reference": "bc780e16879000f77a1022163c052f5323b5e640" "reference": "81cad0ceab3d61fe14fe941ff18a230ac9c80f83"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/yaml/zipball/bc780e16879000f77a1022163c052f5323b5e640", "url": "https://api.github.com/repos/symfony/yaml/zipball/81cad0ceab3d61fe14fe941ff18a230ac9c80f83",
"reference": "bc780e16879000f77a1022163c052f5323b5e640", "reference": "81cad0ceab3d61fe14fe941ff18a230ac9c80f83",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -14518,7 +14459,7 @@
"description": "Loads and dumps YAML files", "description": "Loads and dumps YAML files",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/yaml/tree/v5.4.39" "source": "https://github.com/symfony/yaml/tree/v5.4.40"
}, },
"funding": [ "funding": [
{ {
@ -14534,7 +14475,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2024-04-23T11:57:27+00:00" "time": "2024-05-31T14:33:22+00:00"
}, },
{ {
"name": "tecnickcom/tcpdf", "name": "tecnickcom/tcpdf",
@ -15589,16 +15530,16 @@
}, },
{ {
"name": "zircote/swagger-php", "name": "zircote/swagger-php",
"version": "4.9.2", "version": "4.10.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/zircote/swagger-php.git", "url": "https://github.com/zircote/swagger-php.git",
"reference": "256d42cb07ba1c2206d66bc7516ee3d3e3e9f0b2" "reference": "2d983ce67b9eb7e18403ae7bc5e765f8ce7b8d56"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/zircote/swagger-php/zipball/256d42cb07ba1c2206d66bc7516ee3d3e3e9f0b2", "url": "https://api.github.com/repos/zircote/swagger-php/zipball/2d983ce67b9eb7e18403ae7bc5e765f8ce7b8d56",
"reference": "256d42cb07ba1c2206d66bc7516ee3d3e3e9f0b2", "reference": "2d983ce67b9eb7e18403ae7bc5e765f8ce7b8d56",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -15664,9 +15605,9 @@
], ],
"support": { "support": {
"issues": "https://github.com/zircote/swagger-php/issues", "issues": "https://github.com/zircote/swagger-php/issues",
"source": "https://github.com/zircote/swagger-php/tree/4.9.2" "source": "https://github.com/zircote/swagger-php/tree/4.10.0"
}, },
"time": "2024-05-02T21:36:00+00:00" "time": "2024-06-06T22:42:02+00:00"
} }
], ],
"packages-dev": [ "packages-dev": [
@ -19931,6 +19872,68 @@
], ],
"time": "2024-01-23T15:02:46+00:00" "time": "2024-01-23T15:02:46+00:00"
}, },
{
"name": "symfony/process",
"version": "v5.4.40",
"source": {
"type": "git",
"url": "https://github.com/symfony/process.git",
"reference": "deedcb3bb4669cae2148bc920eafd2b16dc7c046"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/process/zipball/deedcb3bb4669cae2148bc920eafd2b16dc7c046",
"reference": "deedcb3bb4669cae2148bc920eafd2b16dc7c046",
"shasum": ""
},
"require": {
"php": ">=7.2.5",
"symfony/polyfill-php80": "^1.16"
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\Process\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Executes commands in sub-processes",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/process/tree/v5.4.40"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2024-05-31T14:33:22+00:00"
},
{ {
"name": "symfony/web-profiler-bundle", "name": "symfony/web-profiler-bundle",
"version": "v5.4.35", "version": "v5.4.35",