From 140d307338c0287b37f75aad76799d9c54785b4a Mon Sep 17 00:00:00 2001 From: Matthias Kittsteiner Date: Mon, 11 Nov 2024 16:01:09 +0100 Subject: [PATCH] Upgrade dependencies --- composer.json | 2 +- composer.lock | 174 +++++++++++++++++++++++++++++++++----------------- 2 files changed, 118 insertions(+), 58 deletions(-) diff --git a/composer.json b/composer.json index 70cd2b1..206f1fa 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "vendor-dir": "files/lib/system/api/visitStatistics" }, "require": { - "hisorange/browser-detect": "^4.5", + "hisorange/browser-detect": "^5.0", "jaybizzle/crawler-detect": "^1.2" }, "replace": { diff --git a/composer.lock b/composer.lock index 38d76a2..0167875 100644 --- a/composer.lock +++ b/composer.lock @@ -4,32 +4,32 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "2a2874d17ae5f572005f4b9ef4369193", + "content-hash": "d8c03b7cf7f42ee5ec48a55d17903511", "packages": [ { "name": "composer/ca-bundle", - "version": "1.3.5", + "version": "1.5.3", "source": { "type": "git", "url": "https://github.com/composer/ca-bundle.git", - "reference": "74780ccf8c19d6acb8d65c5f39cd72110e132bbd" + "reference": "3b1fc3f0be055baa7c6258b1467849c3e8204eb2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/composer/ca-bundle/zipball/74780ccf8c19d6acb8d65c5f39cd72110e132bbd", - "reference": "74780ccf8c19d6acb8d65c5f39cd72110e132bbd", + "url": "https://api.github.com/repos/composer/ca-bundle/zipball/3b1fc3f0be055baa7c6258b1467849c3e8204eb2", + "reference": "3b1fc3f0be055baa7c6258b1467849c3e8204eb2", "shasum": "" }, "require": { "ext-openssl": "*", "ext-pcre": "*", - "php": "^5.3.2 || ^7.0 || ^8.0" + "php": "^7.2 || ^8.0" }, "require-dev": { - "phpstan/phpstan": "^0.12.55", - "psr/log": "^1.0", - "symfony/phpunit-bridge": "^4.2 || ^5", - "symfony/process": "^2.5 || ^3.0 || ^4.0 || ^5.0 || ^6.0" + "phpstan/phpstan": "^1.10", + "phpunit/phpunit": "^8 || ^9", + "psr/log": "^1.0 || ^2.0 || ^3.0", + "symfony/process": "^4.0 || ^5.0 || ^6.0 || ^7.0" }, "type": "library", "extra": { @@ -64,7 +64,7 @@ "support": { "irc": "irc://irc.freenode.org/composer", "issues": "https://github.com/composer/ca-bundle/issues", - "source": "https://github.com/composer/ca-bundle/tree/1.3.5" + "source": "https://github.com/composer/ca-bundle/tree/1.5.3" }, "funding": [ { @@ -80,36 +80,34 @@ "type": "tidelift" } ], - "time": "2023-01-11T08:27:00+00:00" + "time": "2024-11-04T10:15:26+00:00" }, { "name": "hisorange/browser-detect", - "version": "4.5.4", + "version": "5.0.3", "source": { "type": "git", "url": "https://github.com/hisorange/browser-detect.git", - "reference": "2a7c2b140209aa8477424614eb3aa6f7a7b9f429" + "reference": "6460325a81460d912131c0b943a00e76f8847cdb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/hisorange/browser-detect/zipball/2a7c2b140209aa8477424614eb3aa6f7a7b9f429", - "reference": "2a7c2b140209aa8477424614eb3aa6f7a7b9f429", + "url": "https://api.github.com/repos/hisorange/browser-detect/zipball/6460325a81460d912131c0b943a00e76f8847cdb", + "reference": "6460325a81460d912131c0b943a00e76f8847cdb", "shasum": "" }, "require": { "jaybizzle/crawler-detect": "~1.2", "league/pipeline": "^1.0", - "matomo/device-detector": "^4.0 || ^5.0 || ^6.0", - "mobiledetect/mobiledetectlib": "~2.8", - "php": "^7.2 || ^8.0", + "matomo/device-detector": "^6.0", + "mobiledetect/mobiledetectlib": "~4.0", + "php": "^8.1", "ua-parser/uap-php": "~3.9" }, "require-dev": { - "orchestra/testbench": "~4.0 || ~5.0 || ~6.0 || ~7.0", - "php-coveralls/php-coveralls": "~1.0 || ~2.0", - "phpstan/phpstan": "^0.12.11", - "phpunit/phpunit": "~5.0 || ~6.0 || ~7.0 || ~8.0 || ~9.0", - "squizlabs/php_codesniffer": "^3.5" + "orchestra/testbench": "~7.0 || ~8.0", + "php-coveralls/php-coveralls": "~2.0", + "phpunit/phpunit": "~9.0 || ~10.0" }, "type": "library", "extra": { @@ -133,7 +131,7 @@ ], "authors": [ { - "name": "Varga Zsolt (hisorange)", + "name": "Varga Zsolt", "email": "hello@hisorange.me" } ], @@ -146,29 +144,28 @@ "hisorange", "laravel", "mobile", - "php", "tablet", "user agent", "user-agent" ], "support": { "issues": "https://github.com/hisorange/browser-detect/issues", - "source": "https://github.com/hisorange/browser-detect/tree/4.5.4" + "source": "https://github.com/hisorange/browser-detect/tree/5.0.3" }, - "time": "2022-11-10T01:43:55+00:00" + "time": "2024-02-05T08:21:06+00:00" }, { "name": "jaybizzle/crawler-detect", - "version": "v1.2.114", + "version": "v1.2.121", "source": { "type": "git", "url": "https://github.com/JayBizzle/Crawler-Detect.git", - "reference": "62d0e6b38f6715c673e156ffb0fc894791de3452" + "reference": "40ecda6322d4163fe2c6e1dd47c574f580b8487f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/JayBizzle/Crawler-Detect/zipball/62d0e6b38f6715c673e156ffb0fc894791de3452", - "reference": "62d0e6b38f6715c673e156ffb0fc894791de3452", + "url": "https://api.github.com/repos/JayBizzle/Crawler-Detect/zipball/40ecda6322d4163fe2c6e1dd47c574f580b8487f", + "reference": "40ecda6322d4163fe2c6e1dd47c574f580b8487f", "shasum": "" }, "require": { @@ -205,9 +202,9 @@ ], "support": { "issues": "https://github.com/JayBizzle/Crawler-Detect/issues", - "source": "https://github.com/JayBizzle/Crawler-Detect/tree/v1.2.114" + "source": "https://github.com/JayBizzle/Crawler-Detect/tree/v1.2.121" }, - "time": "2023-03-21T21:54:27+00:00" + "time": "2024-10-20T21:42:39+00:00" }, { "name": "league/pipeline", @@ -268,16 +265,16 @@ }, { "name": "matomo/device-detector", - "version": "6.1.2", + "version": "6.4.1", "source": { "type": "git", "url": "https://github.com/matomo-org/device-detector.git", - "reference": "7d0760e84f0b41302792a0c764fa52d3dff186f8" + "reference": "0d364e0dd6c177da3c24cd4049178026324fd7ac" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/matomo-org/device-detector/zipball/7d0760e84f0b41302792a0c764fa52d3dff186f8", - "reference": "7d0760e84f0b41302792a0c764fa52d3dff186f8", + "url": "https://api.github.com/repos/matomo-org/device-detector/zipball/0d364e0dd6c177da3c24cd4049178026324fd7ac", + "reference": "0d364e0dd6c177da3c24cd4049178026324fd7ac", "shasum": "" }, "require": { @@ -289,8 +286,8 @@ }, "require-dev": { "matthiasmullie/scrapbook": "^1.4.7", - "mayflower/mo4-coding-standard": "^v8.0.0", - "phpstan/phpstan": "^0.12.52", + "mayflower/mo4-coding-standard": "^v9.0.0", + "phpstan/phpstan": "^1.10.44", "phpunit/phpunit": "^8.5.8", "psr/cache": "^1.0.1", "psr/simple-cache": "^1.0.1", @@ -333,36 +330,38 @@ "source": "https://github.com/matomo-org/matomo", "wiki": "https://dev.matomo.org/" }, - "time": "2023-05-04T09:30:54+00:00" + "time": "2024-09-24T13:50:04+00:00" }, { "name": "mobiledetect/mobiledetectlib", - "version": "2.8.41", + "version": "4.8.06", "source": { "type": "git", "url": "https://github.com/serbanghita/Mobile-Detect.git", - "reference": "fc9cccd4d3706d5a7537b562b59cc18f9e4c0cb1" + "reference": "af088b54cecc13b3264edca7da93a89ba7aa2d9e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/serbanghita/Mobile-Detect/zipball/fc9cccd4d3706d5a7537b562b59cc18f9e4c0cb1", - "reference": "fc9cccd4d3706d5a7537b562b59cc18f9e4c0cb1", + "url": "https://api.github.com/repos/serbanghita/Mobile-Detect/zipball/af088b54cecc13b3264edca7da93a89ba7aa2d9e", + "reference": "af088b54cecc13b3264edca7da93a89ba7aa2d9e", "shasum": "" }, "require": { - "php": ">=5.0.0" + "php": ">=8.0", + "psr/simple-cache": "^2 || ^3" }, "require-dev": { - "phpunit/phpunit": "~4.8.35||~5.7" + "friendsofphp/php-cs-fixer": "^v3.35.1", + "phpbench/phpbench": "^1.2", + "phpstan/phpstan": "^1.10", + "phpunit/phpunit": "^9.6", + "squizlabs/php_codesniffer": "^3.7" }, "type": "library", "autoload": { - "psr-0": { - "Detection": "namespaced/" - }, - "classmap": [ - "Mobile_Detect.php" - ] + "psr-4": { + "Detection\\": "src/" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -387,16 +386,22 @@ ], "support": { "issues": "https://github.com/serbanghita/Mobile-Detect/issues", - "source": "https://github.com/serbanghita/Mobile-Detect/tree/2.8.41" + "source": "https://github.com/serbanghita/Mobile-Detect/tree/4.8.06" }, - "time": "2022-11-08T18:31:26+00:00" + "funding": [ + { + "url": "https://github.com/serbanghita", + "type": "github" + } + ], + "time": "2024-03-01T22:28:42+00:00" }, { "name": "mustangostang/spyc", "version": "0.6.3", "source": { "type": "git", - "url": "git@github.com:mustangostang/spyc.git", + "url": "https://github.com/mustangostang/spyc.git", "reference": "4627c838b16550b666d15aeae1e5289dd5b77da0" }, "dist": { @@ -439,8 +444,63 @@ "yaml", "yml" ], + "support": { + "issues": "https://github.com/mustangostang/spyc/issues", + "source": "https://github.com/mustangostang/spyc/tree/0.6.3" + }, "time": "2019-09-10T13:16:29+00:00" }, + { + "name": "psr/simple-cache", + "version": "3.0.0", + "source": { + "type": "git", + "url": "https://github.com/php-fig/simple-cache.git", + "reference": "764e0b3939f5ca87cb904f570ef9be2d78a07865" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/764e0b3939f5ca87cb904f570ef9be2d78a07865", + "reference": "764e0b3939f5ca87cb904f570ef9be2d78a07865", + "shasum": "" + }, + "require": { + "php": ">=8.0.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "Psr\\SimpleCache\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "PHP-FIG", + "homepage": "https://www.php-fig.org/" + } + ], + "description": "Common interfaces for simple caching", + "keywords": [ + "cache", + "caching", + "psr", + "psr-16", + "simple-cache" + ], + "support": { + "source": "https://github.com/php-fig/simple-cache/tree/3.0.0" + }, + "time": "2021-10-29T13:26:27+00:00" + }, { "name": "ua-parser/uap-php", "version": "v3.9.14", @@ -513,5 +573,5 @@ "prefer-lowest": false, "platform": [], "platform-dev": [], - "plugin-api-version": "2.2.0" + "plugin-api-version": "2.6.0" }