From f12c803d418242836cd2d8d21727c7cefb239fc8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 09:29:33 +0000 Subject: [PATCH] Bump mobiledetect/mobiledetectlib from 4.8.06 to 4.8.07 Bumps [mobiledetect/mobiledetectlib](https://github.com/serbanghita/Mobile-Detect) from 4.8.06 to 4.8.07. - [Release notes](https://github.com/serbanghita/Mobile-Detect/releases) - [Changelog](https://github.com/serbanghita/Mobile-Detect/blob/4.8.x/CHANGELOG.md) - [Commits](https://github.com/serbanghita/Mobile-Detect/commits) --- updated-dependencies: - dependency-name: mobiledetect/mobiledetectlib dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- composer.lock | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/composer.lock b/composer.lock index 67ea077..c711324 100644 --- a/composer.lock +++ b/composer.lock @@ -606,16 +606,16 @@ }, { "name": "mobiledetect/mobiledetectlib", - "version": "4.8.06", + "version": "4.8.07", "source": { "type": "git", "url": "https://github.com/serbanghita/Mobile-Detect.git", - "reference": "af088b54cecc13b3264edca7da93a89ba7aa2d9e" + "reference": "a1ccee870f0662c60f7173ce290aca866904788a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/serbanghita/Mobile-Detect/zipball/af088b54cecc13b3264edca7da93a89ba7aa2d9e", - "reference": "af088b54cecc13b3264edca7da93a89ba7aa2d9e", + "url": "https://api.github.com/repos/serbanghita/Mobile-Detect/zipball/a1ccee870f0662c60f7173ce290aca866904788a", + "reference": "a1ccee870f0662c60f7173ce290aca866904788a", "shasum": "" }, "require": { @@ -623,11 +623,11 @@ "psr/simple-cache": "^2 || ^3" }, "require-dev": { - "friendsofphp/php-cs-fixer": "^v3.35.1", + "friendsofphp/php-cs-fixer": "^v3.65.0", "phpbench/phpbench": "^1.2", - "phpstan/phpstan": "^1.10", - "phpunit/phpunit": "^9.6", - "squizlabs/php_codesniffer": "^3.7" + "phpstan/phpstan": "^1.12.x-dev", + "phpunit/phpunit": "^9.6.18", + "squizlabs/php_codesniffer": "^3.11.1" }, "type": "library", "autoload": { @@ -658,7 +658,7 @@ ], "support": { "issues": "https://github.com/serbanghita/Mobile-Detect/issues", - "source": "https://github.com/serbanghita/Mobile-Detect/tree/4.8.06" + "source": "https://github.com/serbanghita/Mobile-Detect/tree/4.8.07" }, "funding": [ { @@ -666,7 +666,7 @@ "type": "github" } ], - "time": "2024-03-01T22:28:42+00:00" + "time": "2024-12-08T19:56:10+00:00" }, { "name": "psr/clock",