From 9f34e203d7268b766d47e01dc24180194079c535 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Aug 2026 07:37:25 +0000 Subject: [PATCH] chore(deps): bump mobiledetect/mobiledetectlib from 2.8.45 to 4.11.0 Bumps [mobiledetect/mobiledetectlib](https://github.com/serbanghita/Mobile-Detect) from 2.8.45 to 4.11.0. - [Release notes](https://github.com/serbanghita/Mobile-Detect/releases) - [Changelog](https://github.com/serbanghita/Mobile-Detect/blob/4.x/CHANGELOG.md) - [Commits](https://github.com/serbanghita/Mobile-Detect/compare/2.8.45...4.11.0) --- updated-dependencies: - dependency-name: mobiledetect/mobiledetectlib dependency-version: 4.11.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 32 +++++++++++++++++--------------- 2 files changed, 18 insertions(+), 16 deletions(-) diff --git a/composer.json b/composer.json index f6a5c6f9c0b..e39cdbd10d5 100644 --- a/composer.json +++ b/composer.json @@ -45,7 +45,7 @@ "guzzlehttp/guzzle": "^7.4.5", "justinrainbow/json-schema": "^6.5", "knplabs/knp-paginator-bundle": "^6.8", - "mobiledetect/mobiledetectlib": "^2.8", + "mobiledetect/mobiledetectlib": "^4.11", "monolog/monolog": "^3.0", "nanasess/bcmath-polyfill": "^1.0", "nesbot/carbon": "^3", diff --git a/composer.lock b/composer.lock index 017bc6d88c0..9b75ebacdf6 100644 --- a/composer.lock +++ b/composer.lock @@ -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": "c69a31f51f1f36e0e2cff1ea1fe6ca07", + "content-hash": "209803ea7f75329519f51b149a963d2e", "packages": [ { "name": "carbonphp/carbon-doctrine-types", @@ -3438,32 +3438,34 @@ }, { "name": "mobiledetect/mobiledetectlib", - "version": "2.8.45", + "version": "4.11.0", "source": { "type": "git", "url": "https://github.com/serbanghita/Mobile-Detect.git", - "reference": "96aaebcf4f50d3d2692ab81d2c5132e425bca266" + "reference": "ab39168b7556f44c11c80be1222b44b239f5c2e4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/serbanghita/Mobile-Detect/zipball/96aaebcf4f50d3d2692ab81d2c5132e425bca266", - "reference": "96aaebcf4f50d3d2692ab81d2c5132e425bca266", + "url": "https://api.github.com/repos/serbanghita/Mobile-Detect/zipball/ab39168b7556f44c11c80be1222b44b239f5c2e4", + "reference": "ab39168b7556f44c11c80be1222b44b239f5c2e4", "shasum": "" }, "require": { - "php": ">=5.0.0" + "php": ">=8.2", + "psr/simple-cache": "^1.0 || ^2.0 || ^3.0" }, "require-dev": { - "phpunit/phpunit": "~4.8.36" + "friendsofphp/php-cs-fixer": "3.95.1", + "phpbench/phpbench": "1.6.1", + "phpstan/phpstan": "2.1.47", + "phpunit/phpunit": "9.6.34", + "squizlabs/php_codesniffer": "3.13.5" }, "type": "library", "autoload": { - "psr-0": { - "Detection": "namespaced/" - }, - "classmap": [ - "Mobile_Detect.php" - ] + "psr-4": { + "Detection\\": "src/" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -3488,7 +3490,7 @@ ], "support": { "issues": "https://github.com/serbanghita/Mobile-Detect/issues", - "source": "https://github.com/serbanghita/Mobile-Detect/tree/2.8.45" + "source": "https://github.com/serbanghita/Mobile-Detect/tree/4.11.0" }, "funding": [ { @@ -3496,7 +3498,7 @@ "type": "github" } ], - "time": "2023-11-07T21:57:25+00:00" + "time": "2026-05-24T12:32:40+00:00" }, { "name": "monolog/monolog",