48 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			48 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|     "name": "mobiledetect\/mobiledetectlib",
 | |
|     "type": "library",
 | |
|     "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.",
 | |
|     "keywords": [
 | |
|         "mobile",
 | |
|         "mobile detect",
 | |
|         "mobile detector",
 | |
|         "php mobile detect",
 | |
|         "detect mobile devices"
 | |
|     ],
 | |
|     "homepage": "https:\/\/github.com\/serbanghita\/Mobile-Detect",
 | |
|     "license": "MIT",
 | |
|     "authors": [
 | |
|         {
 | |
|             "name": "Serban Ghita",
 | |
|             "email": "serbanghita@gmail.com",
 | |
|             "homepage": "http:\/\/mobiledetect.net",
 | |
|             "role": "Developer"
 | |
|         }
 | |
|     ],
 | |
|     "require": {
 | |
|         "php": ">=8.0",
 | |
|         "psr\/simple-cache": "^2 || ^3"
 | |
|     },
 | |
|     "require-dev": {
 | |
|         "friendsofphp\/php-cs-fixer": "^v3.35.1",
 | |
|         "phpunit\/phpunit": "^9.6",
 | |
|         "squizlabs\/php_codesniffer": "^3.7",
 | |
|         "phpbench\/phpbench": "^1.2",
 | |
|         "phpstan\/phpstan": "^1.10"
 | |
|     },
 | |
|     "autoload": {
 | |
|         "psr-4": {
 | |
|             "RegularLabs\\Scoped\\Detection\\": "src\/"
 | |
|         }
 | |
|     },
 | |
|     "autoload-dev": {
 | |
|         "psr-4": {
 | |
|             "RegularLabs\\Scoped\\DetectionTests\\": "tests\/"
 | |
|         }
 | |
|     },
 | |
|     "archive": {
 | |
|         "exclude": [
 | |
|             "scripts"
 | |
|         ]
 | |
|     }
 | |
| } |