Merge pull request #6312 from wallabag/dependabot/composer/nelmio/cors-bundle-2.3.1

Bump nelmio/cors-bundle from 2.2.0 to 2.3.1
This commit is contained in:
Jérémy Benoist 2023-03-27 09:12:52 +02:00 committed by GitHub
commit 55921b395a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

19
composer.lock generated
View file

@ -6229,29 +6229,30 @@
},
{
"name": "nelmio/cors-bundle",
"version": "2.2.0",
"version": "2.3.1",
"source": {
"type": "git",
"url": "https://github.com/nelmio/NelmioCorsBundle.git",
"reference": "0ee5ee30b0ee08ea122d431ae6e0ddeb87f035c0"
"reference": "185d2c0ae50a3f0b628790170164d5f1c5b7c281"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/nelmio/NelmioCorsBundle/zipball/0ee5ee30b0ee08ea122d431ae6e0ddeb87f035c0",
"reference": "0ee5ee30b0ee08ea122d431ae6e0ddeb87f035c0",
"url": "https://api.github.com/repos/nelmio/NelmioCorsBundle/zipball/185d2c0ae50a3f0b628790170164d5f1c5b7c281",
"reference": "185d2c0ae50a3f0b628790170164d5f1c5b7c281",
"shasum": ""
},
"require": {
"symfony/framework-bundle": "^4.3 || ^5.0 || ^6.0"
"psr/log": "^1.0 || ^2.0 || ^3.0",
"symfony/framework-bundle": "^4.4 || ^5.4 || ^6.0"
},
"require-dev": {
"mockery/mockery": "^1.2",
"symfony/phpunit-bridge": "^4.3 || ^5.0 || ^6.0"
"symfony/phpunit-bridge": "^4.4 || ^5.4 || ^6.0"
},
"type": "symfony-bundle",
"extra": {
"branch-alias": {
"dev-master": "2.0.x-dev"
"dev-master": "2.x-dev"
}
},
"autoload": {
@ -6284,9 +6285,9 @@
],
"support": {
"issues": "https://github.com/nelmio/NelmioCorsBundle/issues",
"source": "https://github.com/nelmio/NelmioCorsBundle/tree/2.2.0"
"source": "https://github.com/nelmio/NelmioCorsBundle/tree/2.3.1"
},
"time": "2021-12-01T09:34:27+00:00"
"time": "2023-02-16T08:49:29+00:00"
},
{
"name": "pagerfanta/core",