build(deps): bump nelmio/cors-bundle from 2.5.0 to 2.6.0

Bumps [nelmio/cors-bundle](https://github.com/nelmio/NelmioCorsBundle) from 2.5.0 to 2.6.0.
- [Release notes](https://github.com/nelmio/NelmioCorsBundle/releases)
- [Changelog](https://github.com/nelmio/NelmioCorsBundle/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nelmio/NelmioCorsBundle/compare/2.5.0...2.6.0)

---
updated-dependencies:
- dependency-name: nelmio/cors-bundle
  dependency-version: 2.6.0
  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]
2025-10-27 03:02:16 +00:00
committed by GitHub
parent 313938766e
commit 9f7255be20

21
composer.lock generated
View File

@ -5574,25 +5574,28 @@
}, },
{ {
"name": "nelmio/cors-bundle", "name": "nelmio/cors-bundle",
"version": "2.5.0", "version": "2.6.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/nelmio/NelmioCorsBundle.git", "url": "https://github.com/nelmio/NelmioCorsBundle.git",
"reference": "3a526fe025cd20e04a6a11370cf5ab28dbb5a544" "reference": "530217472204881cacd3671909f634b960c7b948"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/nelmio/NelmioCorsBundle/zipball/3a526fe025cd20e04a6a11370cf5ab28dbb5a544", "url": "https://api.github.com/repos/nelmio/NelmioCorsBundle/zipball/530217472204881cacd3671909f634b960c7b948",
"reference": "3a526fe025cd20e04a6a11370cf5ab28dbb5a544", "reference": "530217472204881cacd3671909f634b960c7b948",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"psr/log": "^1.0 || ^2.0 || ^3.0", "psr/log": "^1.0 || ^2.0 || ^3.0",
"symfony/framework-bundle": "^5.4 || ^6.0 || ^7.0" "symfony/framework-bundle": "^5.4 || ^6.0 || ^7.0 || ^8.0"
}, },
"require-dev": { "require-dev": {
"mockery/mockery": "^1.3.6", "phpstan/phpstan": "^1.11.5",
"symfony/phpunit-bridge": "^5.4 || ^6.0 || ^7.0" "phpstan/phpstan-deprecation-rules": "^1.2.0",
"phpstan/phpstan-phpunit": "^1.4",
"phpstan/phpstan-symfony": "^1.4.4",
"phpunit/phpunit": "^8"
}, },
"type": "symfony-bundle", "type": "symfony-bundle",
"extra": { "extra": {
@ -5630,9 +5633,9 @@
], ],
"support": { "support": {
"issues": "https://github.com/nelmio/NelmioCorsBundle/issues", "issues": "https://github.com/nelmio/NelmioCorsBundle/issues",
"source": "https://github.com/nelmio/NelmioCorsBundle/tree/2.5.0" "source": "https://github.com/nelmio/NelmioCorsBundle/tree/2.6.0"
}, },
"time": "2024-06-24T21:25:28+00:00" "time": "2025-10-23T06:57:22+00:00"
}, },
{ {
"name": "nikic/php-parser", "name": "nikic/php-parser",