mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-22 17:11:07 +00:00
Merge pull request #6115 from wallabag/dependabot/composer/nelmio/cors-bundle-2.2.0
Bump nelmio/cors-bundle from 1.5.6 to 2.2.0
This commit is contained in:
commit
2f9abe6151
2 changed files with 13 additions and 14 deletions
|
@ -86,7 +86,7 @@
|
|||
"mgargano/simplehtmldom": "~1.5",
|
||||
"mnapoli/piwik-twig-extension": "^3.0",
|
||||
"nelmio/api-doc-bundle": "^3.0",
|
||||
"nelmio/cors-bundle": "~1.5",
|
||||
"nelmio/cors-bundle": "~2.2",
|
||||
"ocramius/proxy-manager": "^2.1.1",
|
||||
"pagerfanta/pagerfanta": "^2.4",
|
||||
"php-amqplib/php-amqplib": "^2.12",
|
||||
|
|
25
composer.lock
generated
25
composer.lock
generated
|
@ -4,7 +4,7 @@
|
|||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||
"This file is @generated automatically"
|
||||
],
|
||||
"content-hash": "c914c333ea590f62f8045e480233604c",
|
||||
"content-hash": "bc0c126bf501094a4b8c98a716144025",
|
||||
"packages": [
|
||||
{
|
||||
"name": "babdev/pagerfanta-bundle",
|
||||
|
@ -6034,30 +6034,29 @@
|
|||
},
|
||||
{
|
||||
"name": "nelmio/cors-bundle",
|
||||
"version": "1.5.6",
|
||||
"version": "2.2.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/nelmio/NelmioCorsBundle.git",
|
||||
"reference": "10a24c10f242440211ed31075e74f81661c690d9"
|
||||
"reference": "0ee5ee30b0ee08ea122d431ae6e0ddeb87f035c0"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/nelmio/NelmioCorsBundle/zipball/10a24c10f242440211ed31075e74f81661c690d9",
|
||||
"reference": "10a24c10f242440211ed31075e74f81661c690d9",
|
||||
"url": "https://api.github.com/repos/nelmio/NelmioCorsBundle/zipball/0ee5ee30b0ee08ea122d431ae6e0ddeb87f035c0",
|
||||
"reference": "0ee5ee30b0ee08ea122d431ae6e0ddeb87f035c0",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"symfony/framework-bundle": "^2.7 || ^3.0 || ^4.0"
|
||||
"symfony/framework-bundle": "^4.3 || ^5.0 || ^6.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"matthiasnoback/symfony-dependency-injection-test": "^1.0 || ^2.0",
|
||||
"mockery/mockery": "^0.9 || ^1.0",
|
||||
"symfony/phpunit-bridge": "^2.7 || ^3.0 || ^4.0"
|
||||
"mockery/mockery": "^1.2",
|
||||
"symfony/phpunit-bridge": "^4.3 || ^5.0 || ^6.0"
|
||||
},
|
||||
"type": "symfony-bundle",
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "1.5.x-dev"
|
||||
"dev-master": "2.0.x-dev"
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
|
@ -6082,7 +6081,7 @@
|
|||
"homepage": "https://github.com/nelmio/NelmioCorsBundle/contributors"
|
||||
}
|
||||
],
|
||||
"description": "Adds CORS (Cross-Origin Resource Sharing) headers support in your Symfony2 application",
|
||||
"description": "Adds CORS (Cross-Origin Resource Sharing) headers support in your Symfony application",
|
||||
"keywords": [
|
||||
"api",
|
||||
"cors",
|
||||
|
@ -6090,9 +6089,9 @@
|
|||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/nelmio/NelmioCorsBundle/issues",
|
||||
"source": "https://github.com/nelmio/NelmioCorsBundle/tree/1.5.6"
|
||||
"source": "https://github.com/nelmio/NelmioCorsBundle/tree/2.2.0"
|
||||
},
|
||||
"time": "2019-06-17T08:53:14+00:00"
|
||||
"time": "2021-12-01T09:34:27+00:00"
|
||||
},
|
||||
{
|
||||
"name": "pagerfanta/pagerfanta",
|
||||
|
|
Loading…
Reference in a new issue