Merge pull request #8545 from wallabag/dependabot/composer/friendsofsymfony/jsrouting-bundle-3.6.1

This commit is contained in:
Jérémy Benoist
2025-11-12 06:57:30 +01:00
committed by GitHub

36
composer.lock generated
View File

@ -2080,33 +2080,47 @@
},
{
"name": "friendsofsymfony/jsrouting-bundle",
"version": "3.5.2",
"version": "3.6.1",
"source": {
"type": "git",
"url": "https://github.com/FriendsOfSymfony/FOSJsRoutingBundle.git",
"reference": "af2ee3a5406a3b57dfe1a0c010d2a29c2fdbfeed"
"reference": "c8af953b1a305e9d8d201f489023dc4ba6be053d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/FriendsOfSymfony/FOSJsRoutingBundle/zipball/af2ee3a5406a3b57dfe1a0c010d2a29c2fdbfeed",
"reference": "af2ee3a5406a3b57dfe1a0c010d2a29c2fdbfeed",
"url": "https://api.github.com/repos/FriendsOfSymfony/FOSJsRoutingBundle/zipball/c8af953b1a305e9d8d201f489023dc4ba6be053d",
"reference": "c8af953b1a305e9d8d201f489023dc4ba6be053d",
"shasum": ""
},
"require": {
"php": "^8.0",
"symfony/console": "^5.4|^6.0|^7.0",
"symfony/framework-bundle": "^5.4|^6.0|^7.0",
"symfony/serializer": "^5.4|^6.0.1|^7.0",
"symfony/console": "^5.4|^6.4|^7.3|^8.0",
"symfony/deprecation-contracts": "^2.1|^3.0",
"symfony/framework-bundle": "^5.4|^6.4|^7.3|^8.0",
"symfony/serializer": "^5.4|^6.4|^7.3|^8.0",
"willdurand/jsonp-callback-validator": "~1.1|^2.0"
},
"require-dev": {
"symfony/expression-language": "^5.4|^6.0|^7.0",
"symfony/phpunit-bridge": "^5.4|^6.0|^7.0"
"jakoch/phantomjs-installer": "^3",
"neronmoon/scriptsdev": "^0.1",
"symfony/expression-language": "^5.4|^6.4|^7.3|^8.0",
"symfony/phpunit-bridge": "^7.3|^8.0"
},
"type": "symfony-bundle",
"extra": {
"scripts-dev": {
"post-update-cmd": [
"PhantomInstaller\\Installer::installPhantomJS"
],
"post-install-cmd": [
"PhantomInstaller\\Installer::installPhantomJS"
]
},
"branch-alias": {
"dev-master": "3.x-dev"
},
"jakoch/phantomjs-installer": {
"cdnurl": "https://github.com/Medium/phantomjs/releases/download/v2.1.1/"
}
},
"autoload": {
@ -2140,9 +2154,9 @@
],
"support": {
"issues": "https://github.com/FriendsOfSymfony/FOSJsRoutingBundle/issues",
"source": "https://github.com/FriendsOfSymfony/FOSJsRoutingBundle/tree/3.5.2"
"source": "https://github.com/FriendsOfSymfony/FOSJsRoutingBundle/tree/3.6.1"
},
"time": "2024-11-26T15:26:56+00:00"
"time": "2025-11-04T21:03:25+00:00"
},
{
"name": "friendsofsymfony/oauth-server-bundle",