|
|
@ -4,9 +4,67 @@ |
|
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", |
|
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", |
|
|
"This file is @generated automatically" |
|
|
"This file is @generated automatically" |
|
|
], |
|
|
], |
|
|
"content-hash": "50d443f74744c72f2c6d804402160cd6", |
|
|
"content-hash": "aedc8c5d0a519ee3dbd6dcf2ee9069eb", |
|
|
"packages": [ |
|
|
"packages": [ |
|
|
{ |
|
|
{ |
|
|
|
|
|
"name": "apanly/browser-detector", |
|
|
|
|
|
"version": "dev-master", |
|
|
|
|
|
"source": { |
|
|
|
|
|
"type": "git", |
|
|
|
|
|
"url": "https://github.com/apanly/browser-detector.git", |
|
|
|
|
|
"reference": "220cb27842072100abbe15a838775cb61147c33b" |
|
|
|
|
|
}, |
|
|
|
|
|
"dist": { |
|
|
|
|
|
"type": "zip", |
|
|
|
|
|
"url": "https://api.github.com/repos/apanly/browser-detector/zipball/220cb27842072100abbe15a838775cb61147c33b", |
|
|
|
|
|
"reference": "220cb27842072100abbe15a838775cb61147c33b", |
|
|
|
|
|
"shasum": "", |
|
|
|
|
|
"mirrors": [ |
|
|
|
|
|
{ |
|
|
|
|
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", |
|
|
|
|
|
"preferred": true |
|
|
|
|
|
} |
|
|
|
|
|
] |
|
|
|
|
|
}, |
|
|
|
|
|
"require": { |
|
|
|
|
|
"php": "^5.3.3 || ^7.0" |
|
|
|
|
|
}, |
|
|
|
|
|
"default-branch": true, |
|
|
|
|
|
"type": "library", |
|
|
|
|
|
"autoload": { |
|
|
|
|
|
"psr-4": { |
|
|
|
|
|
"apanly\\BrowserDetector\\": "src" |
|
|
|
|
|
} |
|
|
|
|
|
}, |
|
|
|
|
|
"notification-url": "https://packagist.org/downloads/", |
|
|
|
|
|
"license": [ |
|
|
|
|
|
"MIT" |
|
|
|
|
|
], |
|
|
|
|
|
"authors": [ |
|
|
|
|
|
{ |
|
|
|
|
|
"name": "apanly", |
|
|
|
|
|
"email": "apanly@163.com" |
|
|
|
|
|
} |
|
|
|
|
|
], |
|
|
|
|
|
"description": "根据UA判断浏览器类型和版本,操作系统,设备型号 ", |
|
|
|
|
|
"homepage": "http://www.54php.cn", |
|
|
|
|
|
"keywords": [ |
|
|
|
|
|
"browser", |
|
|
|
|
|
"detection", |
|
|
|
|
|
"language", |
|
|
|
|
|
"operating system", |
|
|
|
|
|
"os", |
|
|
|
|
|
"操作系统", |
|
|
|
|
|
"浏览器", |
|
|
|
|
|
"设备型号" |
|
|
|
|
|
], |
|
|
|
|
|
"support": { |
|
|
|
|
|
"issues": "https://github.com/apanly/browser-detector/issues", |
|
|
|
|
|
"source": "https://github.com/apanly/browser-detector/tree/master" |
|
|
|
|
|
}, |
|
|
|
|
|
"time": "2019-04-17T07:20:36+00:00" |
|
|
|
|
|
}, |
|
|
|
|
|
{ |
|
|
"name": "doctrine/annotations", |
|
|
"name": "doctrine/annotations", |
|
|
"version": "1.13.2", |
|
|
"version": "1.13.2", |
|
|
"source": { |
|
|
"source": { |
|
|
@ -1790,12 +1848,14 @@ |
|
|
], |
|
|
], |
|
|
"aliases": [], |
|
|
"aliases": [], |
|
|
"minimum-stability": "stable", |
|
|
"minimum-stability": "stable", |
|
|
"stability-flags": [], |
|
|
"stability-flags": { |
|
|
|
|
|
"apanly/browser-detector": 20 |
|
|
|
|
|
}, |
|
|
"prefer-stable": false, |
|
|
"prefer-stable": false, |
|
|
"prefer-lowest": false, |
|
|
"prefer-lowest": false, |
|
|
"platform": { |
|
|
"platform": { |
|
|
"php": ">=7.1.0" |
|
|
"php": ">=7.1.0" |
|
|
}, |
|
|
}, |
|
|
"platform-dev": [], |
|
|
"platform-dev": [], |
|
|
"plugin-api-version": "2.0.0" |
|
|
"plugin-api-version": "2.3.0" |
|
|
} |
|
|
} |
|
|
|