diff --git a/composer.json b/composer.json index f571545..6da072f 100644 --- a/composer.json +++ b/composer.json @@ -9,7 +9,7 @@ "cakephp/cakephp": "4.5.*", "cakephp/migrations": "^3.2", "cakephp/plugin-installer": "^1.3", - "mobiledetect/mobiledetectlib": "^3.74" + "mobiledetect/mobiledetectlib": "^4.8" }, "require-dev": { "cakephp/bake": "^2.6", diff --git a/composer.lock b/composer.lock index 2ca794c..755cb6f 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": "1dadd024cc64aed84e38c81a9c4c89e3", + "content-hash": "cdb13e174b00ebabb714d2105243e369", "packages": [ { "name": "cakephp/cakephp", @@ -610,34 +610,34 @@ }, { "name": "mobiledetect/mobiledetectlib", - "version": "3.74.3", + "version": "4.8.07", "source": { "type": "git", "url": "https://github.com/serbanghita/Mobile-Detect.git", - "reference": "39582ab62f86b40e4edb698159f895929a29c346" + "reference": "a1ccee870f0662c60f7173ce290aca866904788a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/serbanghita/Mobile-Detect/zipball/39582ab62f86b40e4edb698159f895929a29c346", - "reference": "39582ab62f86b40e4edb698159f895929a29c346", + "url": "https://api.github.com/repos/serbanghita/Mobile-Detect/zipball/a1ccee870f0662c60f7173ce290aca866904788a", + "reference": "a1ccee870f0662c60f7173ce290aca866904788a", "shasum": "" }, "require": { - "php": ">=7.4" + "php": ">=8.0", + "psr/simple-cache": "^2 || ^3" }, "require-dev": { - "friendsofphp/php-cs-fixer": "^3.14", - "phpunit/phpunit": "^9.6", - "squizlabs/php_codesniffer": "^3.7" + "friendsofphp/php-cs-fixer": "^v3.65.0", + "phpbench/phpbench": "^1.2", + "phpstan/phpstan": "^1.12.x-dev", + "phpunit/phpunit": "^9.6.18", + "squizlabs/php_codesniffer": "^3.11.1" }, "type": "library", "autoload": { "psr-4": { "Detection\\": "src/" - }, - "classmap": [ - "src/MobileDetect.php" - ] + } }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -647,7 +647,7 @@ { "name": "Serban Ghita", "email": "serbanghita@gmail.com", - "homepage": "https://mobiledetect.net", + "homepage": "http://mobiledetect.net", "role": "Developer" } ], @@ -662,7 +662,7 @@ ], "support": { "issues": "https://github.com/serbanghita/Mobile-Detect/issues", - "source": "https://github.com/serbanghita/Mobile-Detect/tree/3.74.3" + "source": "https://github.com/serbanghita/Mobile-Detect/tree/4.8.07" }, "funding": [ { @@ -670,7 +670,7 @@ "type": "github" } ], - "time": "2023-10-27T16:28:04+00:00" + "time": "2024-12-08T19:56:10+00:00" }, { "name": "psr/container",