From d19423d21ef86a17d427f395ec78ab986388d108 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 03:02:38 +0000 Subject: [PATCH] build(deps): bump friendsofsymfony/jsrouting-bundle from 3.5.2 to 3.6.1 Bumps [friendsofsymfony/jsrouting-bundle](https://github.com/FriendsOfSymfony/FOSJsRoutingBundle) from 3.5.2 to 3.6.1. - [Release notes](https://github.com/FriendsOfSymfony/FOSJsRoutingBundle/releases) - [Changelog](https://github.com/FriendsOfSymfony/FOSJsRoutingBundle/blob/master/CHANGELOG.md) - [Commits](https://github.com/FriendsOfSymfony/FOSJsRoutingBundle/compare/3.5.2...3.6.1) --- updated-dependencies: - dependency-name: friendsofsymfony/jsrouting-bundle dependency-version: 3.6.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- composer.lock | 48 +++++++++++++++++++++++++++++++----------------- 1 file changed, 31 insertions(+), 17 deletions(-) diff --git a/composer.lock b/composer.lock index ce7050788..956b11a17 100644 --- a/composer.lock +++ b/composer.lock @@ -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", @@ -8683,16 +8697,16 @@ }, { "name": "symfony/cache", - "version": "v6.4.27", + "version": "v6.4.28", "source": { "type": "git", "url": "https://github.com/symfony/cache.git", - "reference": "3b9cf252b3bb54d5daddea5704b95ea7117b39f4" + "reference": "31628f36fc97c5714d181b3a8d29efb85c6a7677" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/cache/zipball/3b9cf252b3bb54d5daddea5704b95ea7117b39f4", - "reference": "3b9cf252b3bb54d5daddea5704b95ea7117b39f4", + "url": "https://api.github.com/repos/symfony/cache/zipball/31628f36fc97c5714d181b3a8d29efb85c6a7677", + "reference": "31628f36fc97c5714d181b3a8d29efb85c6a7677", "shasum": "" }, "require": { @@ -8759,7 +8773,7 @@ "psr6" ], "support": { - "source": "https://github.com/symfony/cache/tree/v6.4.27" + "source": "https://github.com/symfony/cache/tree/v6.4.28" }, "funding": [ { @@ -8779,7 +8793,7 @@ "type": "tidelift" } ], - "time": "2025-10-17T12:08:26+00:00" + "time": "2025-10-30T08:37:02+00:00" }, { "name": "symfony/cache-contracts",