|
1 | 1 | { |
2 | 2 | "name": "ready2order/user-agent-parser", |
3 | | - |
4 | 3 | "description": "UserAgent parsing done right http://useragent.mkf.solutions/", |
5 | 4 | "keywords": [ |
6 | 5 | "UA", |
|
9 | 8 | "User agent", |
10 | 9 | "User agent parser", |
11 | 10 | "User agent detection", |
12 | | - "UserAgent", |
| 11 | + "UserAgent", |
13 | 12 | "UserAgentParser", |
14 | | - |
15 | 13 | "Sniffing", |
16 | | - "Parser", |
| 14 | + "Parser", |
17 | 15 | "Detection", |
18 | | - |
19 | 16 | "Browser", |
20 | 17 | "Engine", |
21 | 18 | "Rendering engine", |
|
26 | 23 | "mobile detection", |
27 | 24 | "mobile detector", |
28 | 25 | "mobile device detection", |
29 | | - "bot detection", |
30 | | - |
| 26 | + "bot detection", |
31 | 27 | "get_browser", |
32 | 28 | "browscap", |
33 | 29 | "donatj", |
|
38 | 34 | "whichbrowser", |
39 | 35 | "woothee", |
40 | 36 | "wurfl", |
41 | | - |
42 | 37 | "DeviceAtlas", |
43 | 38 | "NeutrinoApiCom", |
44 | 39 | "UdgerCom", |
45 | 40 | "UserAgentApiCom", |
46 | 41 | "UserAgentStringCom", |
47 | 42 | "WhatIsMyBrowserCom" |
48 | 43 | ], |
49 | | - |
50 | 44 | "license": "MIT", |
51 | 45 | "authors": [ |
52 | 46 | { |
53 | 47 | "name": "ThaDafinser", |
54 | 48 | "email": "martin.keckeis1@gmail.com" |
55 | 49 | } |
56 | 50 | ], |
57 | | - |
58 | 51 | "autoload": { |
59 | 52 | "psr-4": { |
60 | | - "UserAgentParser\\": "src" |
| 53 | + "UserAgentParser\\": "src" |
61 | 54 | } |
62 | 55 | }, |
63 | | - |
64 | 56 | "autoload-dev": { |
65 | 57 | "psr-4": { |
66 | | - "UserAgentParserTest\\Unit\\": "tests/unit", |
67 | | - "UserAgentParserTest\\Integration\\": "tests/integration" |
| 58 | + "UserAgentParserTest\\Unit\\": "tests/unit", |
| 59 | + "UserAgentParserTest\\Integration\\": "tests/integration" |
68 | 60 | } |
69 | 61 | }, |
70 | | - |
71 | 62 | "require": { |
72 | 63 | "php": "^7.4|^8.0", |
73 | | - "guzzlehttp/guzzle": "^6.1", |
| 64 | + "guzzlehttp/guzzle": "^7.9", |
74 | 65 | "composer-runtime-api": "^2.0" |
75 | 66 | }, |
76 | | - |
77 | 67 | "conflict": { |
78 | 68 | "browscap/browscap-php": "^5.0", |
79 | 69 | "donatj/phpuseragentparser": "<0.5,>=1", |
|
87 | 77 | "mimmi20/wurfl": "<1.6.4,>=2", |
88 | 78 | "zsxsoft/php-useragent": "<1.2,>=2" |
89 | 79 | }, |
90 | | - |
91 | 80 | "suggest": { |
92 | 81 | "browscap/browscap-php": "Needed to use Provider\\BrowscapPhp", |
93 | 82 | "donatj/phpuseragentparser": "Needed to use Provider\\DonatjUAParser", |
|
102 | 91 | "mimmi20/wurfl": "Needed to use Provider\\Wurfl", |
103 | 92 | "zsxsoft/php-useragent": "Needed to use Provider\\Zsxsoft" |
104 | 93 | }, |
105 | | - |
106 | 94 | "require-dev": { |
107 | 95 | "phpunit/phpunit": "^9.5", |
108 | 96 | "friendsofphp/php-cs-fixer": "^2.17.3", |
|
119 | 107 | "woothee/woothee": "^1.2", |
120 | 108 | "mimmi20/wurfl": "^1.7.1.1", |
121 | 109 | "zsxsoft/php-useragent": ">=1.2,<1.4" |
| 110 | + }, |
| 111 | + "config": { |
| 112 | + "preferred-install": "dist", |
| 113 | + "platform": { |
| 114 | + "php": "7.4.0" |
| 115 | + } |
122 | 116 | } |
123 | 117 | } |
0 commit comments