风险系数判断修复
This commit is contained in:
Executable
+49
@@ -0,0 +1,49 @@
|
||||
{
|
||||
"name": "whichbrowser/parser",
|
||||
|
||||
"description": "Useragent sniffing library for PHP",
|
||||
"keywords": ["useragent","browser","sniffing", "ua"],
|
||||
"homepage": "http://whichbrowser.net",
|
||||
"license": "MIT",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Niels Leenheer",
|
||||
"email": "niels@leenheer.nl",
|
||||
"role": "Developer"
|
||||
}
|
||||
],
|
||||
|
||||
"require": {
|
||||
"php": ">=5.4.0",
|
||||
"psr/cache": "^1.0 || ^2.0 || ^3.0"
|
||||
},
|
||||
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"WhichBrowser\\": [ "src/" ]
|
||||
}
|
||||
},
|
||||
|
||||
"suggest": {
|
||||
"cache/array-adapter": "Allows testing of the caching functionality"
|
||||
},
|
||||
|
||||
"require-dev": {
|
||||
"symfony/yaml": "~3.4 || ~4.0",
|
||||
"phpunit/php-code-coverage": "^5.0 || ^7.0",
|
||||
"phpunit/phpunit": "^6.0 || ^8.0",
|
||||
"php-coveralls/php-coveralls": "^2.0",
|
||||
"icomefromthenet/reverse-regex" : "0.0.6.3",
|
||||
"squizlabs/php_codesniffer": "^3.5",
|
||||
"cache/array-adapter": "^1.1"
|
||||
},
|
||||
|
||||
"autoload-dev": {
|
||||
"psr-4": {
|
||||
"WhichBrowserTest\\": "tests/unit",
|
||||
"WhichBrowser\\": [ "tests/src/" ]
|
||||
},
|
||||
|
||||
"files": [ "tests/src/polyfills.php" ]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user