PluginProbe ʕ •ᴥ•ʔ
Advanced Access Manager – Access Governance for WordPress / trunk
Advanced Access Manager – Access Governance for WordPress vtrunk
6.8.4 6.8.5 6.9.0 6.9.1 6.9.10 6.9.11 6.9.12 6.9.13 6.9.14 6.9.15 6.9.16 6.9.17 6.9.18 6.9.19 6.9.2 6.9.20 6.9.21 6.9.22 6.9.23 6.9.24 6.9.25 6.9.26 6.9.27 6.9.28 6.9.29 6.9.3 6.9.30 6.9.31 6.9.32 6.9.33 6.9.34 6.9.35 6.9.36 6.9.37 6.9.38 6.9.39 6.9.4 6.9.41 6.9.42 6.9.43 6.9.44 6.9.45 6.9.46 6.9.47 6.9.48 6.9.49 6.9.5 6.9.51 6.9.6 6.9.7 6.9.8 6.9.9 7.0.0 7.0.0-alpha.6 7.0.0-alpha.7 7.0.0-beta.1 7.0.0-rc1 7.0.0-rc2 7.0.0-rc3 7.0.1 7.0.10 7.0.11 7.0.2 7.0.3 7.0.4 7.0.5 7.0.6 7.0.7 7.0.8 7.0.9 7.1.0 7.1.1 trunk 3.0 4.0 4.0.1 4.1 4.2 4.3 4.4 4.4.1 4.5 4.6 4.6.1 4.6.2 4.7 4.7.1 4.7.2 4.7.5 4.7.6 4.8 4.8.1 4.9 4.9.1 4.9.2 4.9.3 4.9.4 4.9.5 4.9.5.1 4.9.5.2 5.0 5.0.1 5.0.2 5.0.3 5.0.4 5.0.5 5.0.6 5.0.7 5.0.8 5.1 5.1.1 5.10 5.11 5.2 5.2.1 5.2.5 5.2.6 5.2.7 5.3 5.3.1 5.3.2 5.3.3 5.3.4 5.3.5 5.4 5.4.1 5.4.2 5.4.3 5.4.3.1 5.4.3.2 5.5 5.5.1 5.5.2 5.6 5.6.1 5.6.1.1 5.7 5.7.1 5.7.2 5.7.3 5.8 5.8.1 5.8.2 5.8.3 5.9 5.9.1 5.9.1.1 5.9.2 5.9.2.1 5.9.3 5.9.4 5.9.5 5.9.6 5.9.6.1 5.9.6.2 5.9.6.3 5.9.7 5.9.7.1 5.9.7.2 5.9.7.3 5.9.8 5.9.8.1 5.9.9 5.9.9.1 6.0.0 6.0.1 6.0.2 6.0.3 6.0.4 6.0.5 6.1.0 6.1.1 6.2.0 6.2.1 6.2.2 6.3.0 6.3.1 6.3.2 6.3.3 6.4.0 6.4.1 6.4.2 6.4.3 6.5.0 6.5.1 6.5.2 6.5.3 6.5.4 6.6.0 6.6.1 6.6.2 6.6.3 6.6.4 6.7.0 6.7.1 6.7.2 6.7.3 6.7.4 6.7.5 6.7.6 6.7.7 6.7.8 6.7.9 6.8.0 6.8.1 6.8.2 6.8.3
advanced-access-manager / vendor / composer / installed.json
advanced-access-manager / vendor / composer Last commit date
semver 1 year ago ClassLoader.php 1 year ago InstalledVersions.php 1 year ago LICENSE 1 year ago autoload_classmap.php 1 year ago autoload_files.php 1 year ago autoload_namespaces.php 1 year ago autoload_psr4.php 1 year ago autoload_real.php 1 year ago autoload_static.php 1 year ago installed.json 1 year ago installed.php 1 year ago platform_check.php 1 year ago
installed.json
337 lines
1 {
2 "packages": [
3 {
4 "name": "composer/semver",
5 "version": "3.4.3",
6 "version_normalized": "3.4.3.0",
7 "source": {
8 "type": "git",
9 "url": "https://github.com/composer/semver.git",
10 "reference": "4313d26ada5e0c4edfbd1dc481a92ff7bff91f12"
11 },
12 "dist": {
13 "type": "zip",
14 "url": "https://api.github.com/repos/composer/semver/zipball/4313d26ada5e0c4edfbd1dc481a92ff7bff91f12",
15 "reference": "4313d26ada5e0c4edfbd1dc481a92ff7bff91f12",
16 "shasum": ""
17 },
18 "require": {
19 "php": "^5.3.2 || ^7.0 || ^8.0"
20 },
21 "require-dev": {
22 "phpstan/phpstan": "^1.11",
23 "symfony/phpunit-bridge": "^3 || ^7"
24 },
25 "time": "2024-09-19T14:15:21+00:00",
26 "type": "library",
27 "extra": {
28 "branch-alias": {
29 "dev-main": "3.x-dev"
30 }
31 },
32 "installation-source": "dist",
33 "autoload": {
34 "psr-4": {
35 "Composer\\Semver\\": "src"
36 }
37 },
38 "notification-url": "https://packagist.org/downloads/",
39 "license": [
40 "MIT"
41 ],
42 "authors": [
43 {
44 "name": "Nils Adermann",
45 "email": "naderman@naderman.de",
46 "homepage": "http://www.naderman.de"
47 },
48 {
49 "name": "Jordi Boggiano",
50 "email": "j.boggiano@seld.be",
51 "homepage": "http://seld.be"
52 },
53 {
54 "name": "Rob Bast",
55 "email": "rob.bast@gmail.com",
56 "homepage": "http://robbast.nl"
57 }
58 ],
59 "description": "Semver library that offers utilities, version constraint parsing and validation.",
60 "keywords": [
61 "semantic",
62 "semver",
63 "validation",
64 "versioning"
65 ],
66 "support": {
67 "irc": "ircs://irc.libera.chat:6697/composer",
68 "issues": "https://github.com/composer/semver/issues",
69 "source": "https://github.com/composer/semver/tree/3.4.3"
70 },
71 "funding": [
72 {
73 "url": "https://packagist.com",
74 "type": "custom"
75 },
76 {
77 "url": "https://github.com/composer",
78 "type": "github"
79 },
80 {
81 "url": "https://tidelift.com/funding/github/packagist/composer/composer",
82 "type": "tidelift"
83 }
84 ],
85 "install-path": "./semver"
86 },
87 {
88 "name": "matomo/device-detector",
89 "version": "6.4.6",
90 "version_normalized": "6.4.6.0",
91 "source": {
92 "type": "git",
93 "url": "https://github.com/matomo-org/device-detector.git",
94 "reference": "6f07f615199851548db47a900815d2ea2cdcde08"
95 },
96 "dist": {
97 "type": "zip",
98 "url": "https://api.github.com/repos/matomo-org/device-detector/zipball/6f07f615199851548db47a900815d2ea2cdcde08",
99 "reference": "6f07f615199851548db47a900815d2ea2cdcde08",
100 "shasum": ""
101 },
102 "require": {
103 "mustangostang/spyc": "*",
104 "php": "^7.2|^8.0"
105 },
106 "replace": {
107 "piwik/device-detector": "self.version"
108 },
109 "require-dev": {
110 "matthiasmullie/scrapbook": "^1.4.7",
111 "mayflower/mo4-coding-standard": "^v9.0.0",
112 "phpstan/phpstan": "^1.10.44",
113 "phpunit/phpunit": "^8.5.8",
114 "psr/cache": "^1.0.1",
115 "psr/simple-cache": "^1.0.1",
116 "slevomat/coding-standard": "<8.16.0",
117 "symfony/yaml": "^5.1.7"
118 },
119 "suggest": {
120 "doctrine/cache": "Can directly be used for caching purpose",
121 "ext-yaml": "Necessary for using the Pecl YAML parser"
122 },
123 "time": "2025-06-10T10:00:59+00:00",
124 "type": "library",
125 "installation-source": "dist",
126 "autoload": {
127 "psr-4": {
128 "DeviceDetector\\": ""
129 },
130 "exclude-from-classmap": [
131 "Tests/"
132 ]
133 },
134 "notification-url": "https://packagist.org/downloads/",
135 "license": [
136 "LGPL-3.0-or-later"
137 ],
138 "authors": [
139 {
140 "name": "The Matomo Team",
141 "email": "hello@matomo.org",
142 "homepage": "https://matomo.org/team/"
143 }
144 ],
145 "description": "The Universal Device Detection library, that parses User Agents and detects devices (desktop, tablet, mobile, tv, cars, console, etc.), clients (browsers, media players, mobile apps, feed readers, libraries, etc), operating systems, devices, brands and models.",
146 "homepage": "https://matomo.org",
147 "keywords": [
148 "devicedetection",
149 "parser",
150 "useragent"
151 ],
152 "support": {
153 "forum": "https://forum.matomo.org/",
154 "issues": "https://github.com/matomo-org/device-detector/issues",
155 "source": "https://github.com/matomo-org/matomo",
156 "wiki": "https://dev.matomo.org/"
157 },
158 "install-path": "../matomo/device-detector"
159 },
160 {
161 "name": "mustangostang/spyc",
162 "version": "0.6.3",
163 "version_normalized": "0.6.3.0",
164 "source": {
165 "type": "git",
166 "url": "https://github.com/mustangostang/spyc.git",
167 "reference": "4627c838b16550b666d15aeae1e5289dd5b77da0"
168 },
169 "dist": {
170 "type": "zip",
171 "url": "https://api.github.com/repos/mustangostang/spyc/zipball/4627c838b16550b666d15aeae1e5289dd5b77da0",
172 "reference": "4627c838b16550b666d15aeae1e5289dd5b77da0",
173 "shasum": ""
174 },
175 "require": {
176 "php": ">=5.3.1"
177 },
178 "require-dev": {
179 "phpunit/phpunit": "4.3.*@dev"
180 },
181 "time": "2019-09-10T13:16:29+00:00",
182 "type": "library",
183 "extra": {
184 "branch-alias": {
185 "dev-master": "0.5.x-dev"
186 }
187 },
188 "installation-source": "dist",
189 "autoload": {
190 "files": [
191 "Spyc.php"
192 ]
193 },
194 "notification-url": "https://packagist.org/downloads/",
195 "license": [
196 "MIT"
197 ],
198 "authors": [
199 {
200 "name": "mustangostang",
201 "email": "vlad.andersen@gmail.com"
202 }
203 ],
204 "description": "A simple YAML loader/dumper class for PHP",
205 "homepage": "https://github.com/mustangostang/spyc/",
206 "keywords": [
207 "spyc",
208 "yaml",
209 "yml"
210 ],
211 "support": {
212 "issues": "https://github.com/mustangostang/spyc/issues",
213 "source": "https://github.com/mustangostang/spyc/tree/0.6.3"
214 },
215 "install-path": "../mustangostang/spyc"
216 },
217 {
218 "name": "psr/http-message",
219 "version": "2.0",
220 "version_normalized": "2.0.0.0",
221 "source": {
222 "type": "git",
223 "url": "https://github.com/php-fig/http-message.git",
224 "reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71"
225 },
226 "dist": {
227 "type": "zip",
228 "url": "https://api.github.com/repos/php-fig/http-message/zipball/402d35bcb92c70c026d1a6a9883f06b2ead23d71",
229 "reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71",
230 "shasum": ""
231 },
232 "require": {
233 "php": "^7.2 || ^8.0"
234 },
235 "time": "2023-04-04T09:54:51+00:00",
236 "type": "library",
237 "extra": {
238 "branch-alias": {
239 "dev-master": "2.0.x-dev"
240 }
241 },
242 "installation-source": "dist",
243 "autoload": {
244 "psr-4": {
245 "Psr\\Http\\Message\\": "src/"
246 }
247 },
248 "notification-url": "https://packagist.org/downloads/",
249 "license": [
250 "MIT"
251 ],
252 "authors": [
253 {
254 "name": "PHP-FIG",
255 "homepage": "https://www.php-fig.org/"
256 }
257 ],
258 "description": "Common interface for HTTP messages",
259 "homepage": "https://github.com/php-fig/http-message",
260 "keywords": [
261 "http",
262 "http-message",
263 "psr",
264 "psr-7",
265 "request",
266 "response"
267 ],
268 "support": {
269 "source": "https://github.com/php-fig/http-message/tree/2.0"
270 },
271 "install-path": "../psr/http-message"
272 },
273 {
274 "name": "vectorface/whip",
275 "version": "v0.5.0",
276 "version_normalized": "0.5.0.0",
277 "source": {
278 "type": "git",
279 "url": "https://github.com/Vectorface/whip.git",
280 "reference": "0d0f4648cfb29777f0ae9f2dc6a3853e16674f78"
281 },
282 "dist": {
283 "type": "zip",
284 "url": "https://api.github.com/repos/Vectorface/whip/zipball/0d0f4648cfb29777f0ae9f2dc6a3853e16674f78",
285 "reference": "0d0f4648cfb29777f0ae9f2dc6a3853e16674f78",
286 "shasum": ""
287 },
288 "require": {
289 "php": ">=8.0",
290 "psr/http-message": "^1.0 || ^2.0"
291 },
292 "require-dev": {
293 "phpunit/phpunit": "^9.0",
294 "squizlabs/php_codesniffer": "~2.0"
295 },
296 "time": "2024-01-22T01:03:59+00:00",
297 "type": "library",
298 "installation-source": "dist",
299 "autoload": {
300 "psr-4": {
301 "Vectorface\\Whip\\": "./src"
302 }
303 },
304 "notification-url": "https://packagist.org/downloads/",
305 "license": [
306 "MIT"
307 ],
308 "authors": [
309 {
310 "name": "Daniel Bruce",
311 "email": "dbruce@vectorface.com",
312 "role": "Developer"
313 },
314 {
315 "name": "Cory Darby",
316 "email": "ckdarby@vectorface.com",
317 "role": "Developer"
318 }
319 ],
320 "description": "A PHP class for retrieving accurate IP address information for the client.",
321 "homepage": "https://github.com/Vectorface/whip",
322 "keywords": [
323 "IP",
324 "cdn",
325 "cloudflare"
326 ],
327 "support": {
328 "issues": "https://github.com/Vectorface/whip/issues",
329 "source": "https://github.com/Vectorface/whip"
330 },
331 "install-path": "../vectorface/whip"
332 }
333 ],
334 "dev": true,
335 "dev-package-names": []
336 }
337