|
@@ -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": "d994c8882a79491311ca56c8b9d912d4",
|
|
|
+ "content-hash": "de17b7d4652cdfb07133cf4c35fe14a6",
|
|
|
"packages": [
|
|
|
{
|
|
|
"name": "asm89/stack-cors",
|
|
@@ -1036,6 +1036,141 @@
|
|
|
],
|
|
|
"time": "2022-08-28T14:45:39+00:00"
|
|
|
},
|
|
|
+ {
|
|
|
+ "name": "jaybizzle/crawler-detect",
|
|
|
+ "version": "v1.2.112",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/JayBizzle/Crawler-Detect.git",
|
|
|
+ "reference": "2c555ce35a07a5c1c808cee7d5bb52c41a4c7b2f"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/JayBizzle/Crawler-Detect/zipball/2c555ce35a07a5c1c808cee7d5bb52c41a4c7b2f",
|
|
|
+ "reference": "2c555ce35a07a5c1c808cee7d5bb52c41a4c7b2f",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=5.3.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "phpunit/phpunit": "^4.8|^5.5|^6.5|^9.4"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Jaybizzle\\CrawlerDetect\\": "src/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Mark Beech",
|
|
|
+ "email": "m@rkbee.ch",
|
|
|
+ "role": "Developer"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "CrawlerDetect is a PHP class for detecting bots/crawlers/spiders via the user agent",
|
|
|
+ "homepage": "https://github.com/JayBizzle/Crawler-Detect/",
|
|
|
+ "keywords": [
|
|
|
+ "crawler",
|
|
|
+ "crawler detect",
|
|
|
+ "crawler detector",
|
|
|
+ "crawlerdetect",
|
|
|
+ "php crawler detect"
|
|
|
+ ],
|
|
|
+ "support": {
|
|
|
+ "issues": "https://github.com/JayBizzle/Crawler-Detect/issues",
|
|
|
+ "source": "https://github.com/JayBizzle/Crawler-Detect/tree/v1.2.112"
|
|
|
+ },
|
|
|
+ "time": "2022-10-05T21:52:44+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "jenssegers/agent",
|
|
|
+ "version": "v2.6.4",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/jenssegers/agent.git",
|
|
|
+ "reference": "daa11c43729510b3700bc34d414664966b03bffe"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/jenssegers/agent/zipball/daa11c43729510b3700bc34d414664966b03bffe",
|
|
|
+ "reference": "daa11c43729510b3700bc34d414664966b03bffe",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "jaybizzle/crawler-detect": "^1.2",
|
|
|
+ "mobiledetect/mobiledetectlib": "^2.7.6",
|
|
|
+ "php": ">=5.6"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "php-coveralls/php-coveralls": "^2.1",
|
|
|
+ "phpunit/phpunit": "^5.0|^6.0|^7.0"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "illuminate/support": "Required for laravel service providers"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "3.0-dev"
|
|
|
+ },
|
|
|
+ "laravel": {
|
|
|
+ "providers": [
|
|
|
+ "Jenssegers\\Agent\\AgentServiceProvider"
|
|
|
+ ],
|
|
|
+ "aliases": {
|
|
|
+ "Agent": "Jenssegers\\Agent\\Facades\\Agent"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Jenssegers\\Agent\\": "src/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Jens Segers",
|
|
|
+ "homepage": "https://jenssegers.com"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Desktop/mobile user agent parser with support for Laravel, based on Mobiledetect",
|
|
|
+ "homepage": "https://github.com/jenssegers/agent",
|
|
|
+ "keywords": [
|
|
|
+ "Agent",
|
|
|
+ "browser",
|
|
|
+ "desktop",
|
|
|
+ "laravel",
|
|
|
+ "mobile",
|
|
|
+ "platform",
|
|
|
+ "user agent",
|
|
|
+ "useragent"
|
|
|
+ ],
|
|
|
+ "support": {
|
|
|
+ "issues": "https://github.com/jenssegers/agent/issues",
|
|
|
+ "source": "https://github.com/jenssegers/agent/tree/v2.6.4"
|
|
|
+ },
|
|
|
+ "funding": [
|
|
|
+ {
|
|
|
+ "url": "https://github.com/jenssegers",
|
|
|
+ "type": "github"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "url": "https://tidelift.com/funding/github/packagist/jenssegers/agent",
|
|
|
+ "type": "tidelift"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "time": "2020-06-13T08:05:20+00:00"
|
|
|
+ },
|
|
|
{
|
|
|
"name": "laravel/framework",
|
|
|
"version": "v8.83.25",
|
|
@@ -1740,6 +1875,62 @@
|
|
|
],
|
|
|
"time": "2022-04-17T13:12:02+00:00"
|
|
|
},
|
|
|
+ {
|
|
|
+ "name": "mobiledetect/mobiledetectlib",
|
|
|
+ "version": "2.8.41",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/serbanghita/Mobile-Detect.git",
|
|
|
+ "reference": "fc9cccd4d3706d5a7537b562b59cc18f9e4c0cb1"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/serbanghita/Mobile-Detect/zipball/fc9cccd4d3706d5a7537b562b59cc18f9e4c0cb1",
|
|
|
+ "reference": "fc9cccd4d3706d5a7537b562b59cc18f9e4c0cb1",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=5.0.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "phpunit/phpunit": "~4.8.35||~5.7"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "autoload": {
|
|
|
+ "psr-0": {
|
|
|
+ "Detection": "namespaced/"
|
|
|
+ },
|
|
|
+ "classmap": [
|
|
|
+ "Mobile_Detect.php"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Serban Ghita",
|
|
|
+ "email": "serbanghita@gmail.com",
|
|
|
+ "homepage": "http://mobiledetect.net",
|
|
|
+ "role": "Developer"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Mobile_Detect is a lightweight PHP class for detecting mobile devices. It uses the User-Agent string combined with specific HTTP headers to detect the mobile environment.",
|
|
|
+ "homepage": "https://github.com/serbanghita/Mobile-Detect",
|
|
|
+ "keywords": [
|
|
|
+ "detect mobile devices",
|
|
|
+ "mobile",
|
|
|
+ "mobile detect",
|
|
|
+ "mobile detector",
|
|
|
+ "php mobile detect"
|
|
|
+ ],
|
|
|
+ "support": {
|
|
|
+ "issues": "https://github.com/serbanghita/Mobile-Detect/issues",
|
|
|
+ "source": "https://github.com/serbanghita/Mobile-Detect/tree/2.8.41"
|
|
|
+ },
|
|
|
+ "time": "2022-11-08T18:31:26+00:00"
|
|
|
+ },
|
|
|
{
|
|
|
"name": "monolog/monolog",
|
|
|
"version": "2.8.0",
|