Bump nelmio/cors-bundle from 2.2.0 to 2.3.1

Bumps [nelmio/cors-bundle](https://github.com/nelmio/NelmioCorsBundle) from 2.2.0 to 2.3.1.
- [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.2.0...2.3.1)

---
updated-dependencies:
- dependency-name: nelmio/cors-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] 2023-03-25 07:13:35 +00:00 committed by GitHub
parent 650ef29042
commit c9cf6f257b
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", "name": "nelmio/cors-bundle",
"version": "2.2.0", "version": "2.3.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/nelmio/NelmioCorsBundle.git", "url": "https://github.com/nelmio/NelmioCorsBundle.git",
"reference": "0ee5ee30b0ee08ea122d431ae6e0ddeb87f035c0" "reference": "185d2c0ae50a3f0b628790170164d5f1c5b7c281"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/nelmio/NelmioCorsBundle/zipball/0ee5ee30b0ee08ea122d431ae6e0ddeb87f035c0", "url": "https://api.github.com/repos/nelmio/NelmioCorsBundle/zipball/185d2c0ae50a3f0b628790170164d5f1c5b7c281",
"reference": "0ee5ee30b0ee08ea122d431ae6e0ddeb87f035c0", "reference": "185d2c0ae50a3f0b628790170164d5f1c5b7c281",
"shasum": "" "shasum": ""
}, },
"require": { "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": { "require-dev": {
"mockery/mockery": "^1.2", "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", "type": "symfony-bundle",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "2.0.x-dev" "dev-master": "2.x-dev"
} }
}, },
"autoload": { "autoload": {
@ -6284,9 +6285,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.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", "name": "pagerfanta/core",