Merge pull request #8526 from wallabag/dependabot/composer/nelmio/cors-bundle-2.6.0

build(deps): bump nelmio/cors-bundle from 2.5.0 to 2.6.0
This commit is contained in:
Jérémy Benoist
2025-11-06 09:52:27 +01:00
committed by GitHub

21
composer.lock generated
View File

@ -5574,25 +5574,28 @@
},
{
"name": "nelmio/cors-bundle",
"version": "2.5.0",
"version": "2.6.0",
"source": {
"type": "git",
"url": "https://github.com/nelmio/NelmioCorsBundle.git",
"reference": "3a526fe025cd20e04a6a11370cf5ab28dbb5a544"
"reference": "530217472204881cacd3671909f634b960c7b948"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/nelmio/NelmioCorsBundle/zipball/3a526fe025cd20e04a6a11370cf5ab28dbb5a544",
"reference": "3a526fe025cd20e04a6a11370cf5ab28dbb5a544",
"url": "https://api.github.com/repos/nelmio/NelmioCorsBundle/zipball/530217472204881cacd3671909f634b960c7b948",
"reference": "530217472204881cacd3671909f634b960c7b948",
"shasum": ""
},
"require": {
"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": {
"mockery/mockery": "^1.3.6",
"symfony/phpunit-bridge": "^5.4 || ^6.0 || ^7.0"
"phpstan/phpstan": "^1.11.5",
"phpstan/phpstan-deprecation-rules": "^1.2.0",
"phpstan/phpstan-phpunit": "^1.4",
"phpstan/phpstan-symfony": "^1.4.4",
"phpunit/phpunit": "^8"
},
"type": "symfony-bundle",
"extra": {
@ -5630,9 +5633,9 @@
],
"support": {
"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",