1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-06-27 16:36:00 +00:00

Merge pull request #8086 from wallabag/dependabot/composer/friendsofsymfony/jsrouting-bundle-3.5.2

Bump friendsofsymfony/jsrouting-bundle from 2.8.0 to 3.5.2
This commit is contained in:
Yassine Guedidi 2025-04-01 00:12:16 +02:00 committed by GitHub
commit 2f9d95c2dd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 33 additions and 34 deletions

View file

@ -33,7 +33,7 @@ craue_config_settings_modify:
_controller: 'Craue\ConfigBundle\Controller\SettingsController::modifyAction' _controller: 'Craue\ConfigBundle\Controller\SettingsController::modifyAction'
fos_js_routing: fos_js_routing:
resource: "@FOSJsRoutingBundle/Resources/config/routing/routing.xml" resource: "@FOSJsRoutingBundle/Resources/config/routing/routing-sf4.xml"
2fa_login: 2fa_login:
path: /2fa path: /2fa

View file

@ -71,7 +71,7 @@
"doctrine/persistence": "^3.4", "doctrine/persistence": "^3.4",
"egulias/email-validator": "^4.0.4", "egulias/email-validator": "^4.0.4",
"enshrined/svg-sanitize": "^0.21", "enshrined/svg-sanitize": "^0.21",
"friendsofsymfony/jsrouting-bundle": "^2.8", "friendsofsymfony/jsrouting-bundle": "^3.5",
"friendsofsymfony/oauth-server-bundle": "dev-master#dc8ff343363cf794d30eb1a123610d186a43f162", "friendsofsymfony/oauth-server-bundle": "dev-master#dc8ff343363cf794d30eb1a123610d186a43f162",
"friendsofsymfony/rest-bundle": "^3.8", "friendsofsymfony/rest-bundle": "^3.8",
"friendsofsymfony/user-bundle": "^3.4.0", "friendsofsymfony/user-bundle": "^3.4.0",

63
composer.lock generated
View file

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "0539a373c337ecafea0e7341fcc4f8d9", "content-hash": "8d9e6e854c7d0738a32c1473006bdb0d",
"packages": [ "packages": [
{ {
"name": "babdev/pagerfanta-bundle", "name": "babdev/pagerfanta-bundle",
@ -2254,33 +2254,33 @@
}, },
{ {
"name": "friendsofsymfony/jsrouting-bundle", "name": "friendsofsymfony/jsrouting-bundle",
"version": "2.8.0", "version": "3.5.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/FriendsOfSymfony/FOSJsRoutingBundle.git", "url": "https://github.com/FriendsOfSymfony/FOSJsRoutingBundle.git",
"reference": "c978fabc6a21a77052ff3fe927b41111ec944f0d" "reference": "af2ee3a5406a3b57dfe1a0c010d2a29c2fdbfeed"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/FriendsOfSymfony/FOSJsRoutingBundle/zipball/c978fabc6a21a77052ff3fe927b41111ec944f0d", "url": "https://api.github.com/repos/FriendsOfSymfony/FOSJsRoutingBundle/zipball/af2ee3a5406a3b57dfe1a0c010d2a29c2fdbfeed",
"reference": "c978fabc6a21a77052ff3fe927b41111ec944f0d", "reference": "af2ee3a5406a3b57dfe1a0c010d2a29c2fdbfeed",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": "^7.1|^8.0", "php": "^8.0",
"symfony/console": "~3.4|^4.4.20|^5.0", "symfony/console": "^5.4|^6.0|^7.0",
"symfony/framework-bundle": "~3.4|^4.4.20|^5.0", "symfony/framework-bundle": "^5.4|^6.0|^7.0",
"symfony/serializer": "~3.4|^4.4.20|^5.0", "symfony/serializer": "^5.4|^6.0.1|^7.0",
"willdurand/jsonp-callback-validator": "~1.1" "willdurand/jsonp-callback-validator": "~1.1|^2.0"
}, },
"require-dev": { "require-dev": {
"symfony/expression-language": "~3.4|^4.4.20|^5.0", "symfony/expression-language": "^5.4|^6.0|^7.0",
"symfony/phpunit-bridge": "^5.3" "symfony/phpunit-bridge": "^5.4|^6.0|^7.0"
}, },
"type": "symfony-bundle", "type": "symfony-bundle",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "2.x-dev" "dev-master": "3.x-dev"
} }
}, },
"autoload": { "autoload": {
@ -2305,7 +2305,7 @@
"homepage": "https://github.com/friendsofsymfony/FOSJsRoutingBundle/contributors" "homepage": "https://github.com/friendsofsymfony/FOSJsRoutingBundle/contributors"
} }
], ],
"description": "A pretty nice way to expose your Symfony2 routing to client applications.", "description": "A pretty nice way to expose your Symfony routing to client applications.",
"homepage": "http://friendsofsymfony.github.com", "homepage": "http://friendsofsymfony.github.com",
"keywords": [ "keywords": [
"Js Routing", "Js Routing",
@ -2314,9 +2314,9 @@
], ],
"support": { "support": {
"issues": "https://github.com/FriendsOfSymfony/FOSJsRoutingBundle/issues", "issues": "https://github.com/FriendsOfSymfony/FOSJsRoutingBundle/issues",
"source": "https://github.com/FriendsOfSymfony/FOSJsRoutingBundle/tree/2.8.0" "source": "https://github.com/FriendsOfSymfony/FOSJsRoutingBundle/tree/3.5.2"
}, },
"time": "2021-12-15T08:51:04+00:00" "time": "2024-11-26T15:26:56+00:00"
}, },
{ {
"name": "friendsofsymfony/oauth-server-bundle", "name": "friendsofsymfony/oauth-server-bundle",
@ -9062,16 +9062,16 @@
}, },
{ {
"name": "symfony/cache", "name": "symfony/cache",
"version": "v6.4.19", "version": "v6.4.20",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/cache.git", "url": "https://github.com/symfony/cache.git",
"reference": "342e87b15ac02e4b4f0924ddc368e75d5262aab3" "reference": "95af448bb7c3d8db02f7b4f5cbf3cb7a6ff1e432"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/cache/zipball/342e87b15ac02e4b4f0924ddc368e75d5262aab3", "url": "https://api.github.com/repos/symfony/cache/zipball/95af448bb7c3d8db02f7b4f5cbf3cb7a6ff1e432",
"reference": "342e87b15ac02e4b4f0924ddc368e75d5262aab3", "reference": "95af448bb7c3d8db02f7b4f5cbf3cb7a6ff1e432",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -9138,7 +9138,7 @@
"psr6" "psr6"
], ],
"support": { "support": {
"source": "https://github.com/symfony/cache/tree/v6.4.19" "source": "https://github.com/symfony/cache/tree/v6.4.20"
}, },
"funding": [ "funding": [
{ {
@ -9154,7 +9154,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2025-02-26T09:12:57+00:00" "time": "2025-03-08T15:51:34+00:00"
}, },
{ {
"name": "symfony/cache-contracts", "name": "symfony/cache-contracts",
@ -14919,23 +14919,23 @@
}, },
{ {
"name": "willdurand/jsonp-callback-validator", "name": "willdurand/jsonp-callback-validator",
"version": "v1.1.0", "version": "v2.0.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/willdurand/JsonpCallbackValidator.git", "url": "https://github.com/willdurand/JsonpCallbackValidator.git",
"reference": "1a7d388bb521959e612ef50c5c7b1691b097e909" "reference": "738c36e91d4d7e0ff0cac145f77057e0fb88526e"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/willdurand/JsonpCallbackValidator/zipball/1a7d388bb521959e612ef50c5c7b1691b097e909", "url": "https://api.github.com/repos/willdurand/JsonpCallbackValidator/zipball/738c36e91d4d7e0ff0cac145f77057e0fb88526e",
"reference": "1a7d388bb521959e612ef50c5c7b1691b097e909", "reference": "738c36e91d4d7e0ff0cac145f77057e0fb88526e",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=5.3.0" "php": ">=7.1.0"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "~3.7" "symfony/phpunit-bridge": "^5.0"
}, },
"type": "library", "type": "library",
"autoload": { "autoload": {
@ -14950,16 +14950,15 @@
"authors": [ "authors": [
{ {
"name": "William Durand", "name": "William Durand",
"email": "william.durand1@gmail.com", "email": "will+git@drnd.me"
"homepage": "http://www.willdurand.fr"
} }
], ],
"description": "JSONP callback validator.", "description": "JSONP callback validator.",
"support": { "support": {
"issues": "https://github.com/willdurand/JsonpCallbackValidator/issues", "issues": "https://github.com/willdurand/JsonpCallbackValidator/issues",
"source": "https://github.com/willdurand/JsonpCallbackValidator/tree/master" "source": "https://github.com/willdurand/JsonpCallbackValidator/tree/v2.0.0"
}, },
"time": "2014-01-20T22:35:06+00:00" "time": "2022-01-30T20:33:09+00:00"
}, },
{ {
"name": "willdurand/negotiation", "name": "willdurand/negotiation",