PluginProbe
BetterDocs – AI Documentation, Knowledge Base, MCP Server, Docs, Wikis, FAQ & Chatbot / 4.9.2
BetterDocs – AI Documentation, Knowledge Base, MCP Server, Docs, Wikis, FAQ & Chatbot v4.9.2
4.9.2 4.9.1 4.9.0 4.8.2 4.8.1 4.8.0 4.7.0 4.6.2 4.6.1 4.6.0 4.5.6 4.5.5 4.5.4 4.5.3 4.5.2 4.5.1 4.5.0 4.4.1 4.4.0 3.3.4 3.4.0 3.4.1 3.4.2 3.5.0 3.5.1 All 200 releases
betterdocs / vendor / composer / installed.json

installed.json in BetterDocs – AI Documentation, Knowledge Base, MCP Server, Docs, Wikis, FAQ & Chatbot 4.9.2, at vendor/composer/installed.json

459 lines 16.2 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 {
2 "packages": [
3 {
4 "name": "jeremeamia/superclosure",
5 "version": "2.4.0",
6 "version_normalized": "2.4.0.0",
7 "source": {
8 "type": "git",
9 "url": "https://github.com/jeremeamia/super_closure.git",
10 "reference": "5707d5821b30b9a07acfb4d76949784aaa0e9ce9"
11 },
12 "dist": {
13 "type": "zip",
14 "url": "https://api.github.com/repos/jeremeamia/super_closure/zipball/5707d5821b30b9a07acfb4d76949784aaa0e9ce9",
15 "reference": "5707d5821b30b9a07acfb4d76949784aaa0e9ce9",
16 "shasum": ""
17 },
18 "require": {
19 "nikic/php-parser": "^1.2|^2.0|^3.0|^4.0",
20 "php": ">=5.4",
21 "symfony/polyfill-php56": "^1.0"
22 },
23 "require-dev": {
24 "phpunit/phpunit": "^4.0|^5.0"
25 },
26 "time": "2018-03-21T22:21:57+00:00",
27 "type": "library",
28 "extra": {
29 "branch-alias": {
30 "dev-master": "2.4-dev"
31 }
32 },
33 "installation-source": "dist",
34 "autoload": {
35 "psr-4": {
36 "SuperClosure\\": "src/"
37 }
38 },
39 "notification-url": "https://packagist.org/downloads/",
40 "license": [
41 "MIT"
42 ],
43 "authors": [
44 {
45 "name": "Jeremy Lindblom",
46 "email": "jeremeamia@gmail.com",
47 "homepage": "https://github.com/jeremeamia",
48 "role": "Developer"
49 }
50 ],
51 "description": "Serialize Closure objects, including their context and binding",
52 "homepage": "https://github.com/jeremeamia/super_closure",
53 "keywords": [
54 "closure",
55 "function",
56 "lambda",
57 "parser",
58 "serializable",
59 "serialize",
60 "tokenizer"
61 ],
62 "support": {
63 "issues": "https://github.com/jeremeamia/super_closure/issues",
64 "source": "https://github.com/jeremeamia/super_closure/tree/master"
65 },
66 "abandoned": "opis/closure",
67 "install-path": "../jeremeamia/superclosure"
68 },
69 {
70 "name": "nikic/php-parser",
71 "version": "v3.1.5",
72 "version_normalized": "3.1.5.0",
73 "source": {
74 "type": "git",
75 "url": "https://github.com/nikic/PHP-Parser.git",
76 "reference": "bb87e28e7d7b8d9a7fda231d37457c9210faf6ce"
77 },
78 "dist": {
79 "type": "zip",
80 "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/bb87e28e7d7b8d9a7fda231d37457c9210faf6ce",
81 "reference": "bb87e28e7d7b8d9a7fda231d37457c9210faf6ce",
82 "shasum": ""
83 },
84 "require": {
85 "ext-tokenizer": "*",
86 "php": ">=5.5"
87 },
88 "require-dev": {
89 "phpunit/phpunit": "~4.0|~5.0"
90 },
91 "time": "2018-02-28T20:30:58+00:00",
92 "bin": [
93 "bin/php-parse"
94 ],
95 "type": "library",
96 "extra": {
97 "branch-alias": {
98 "dev-master": "3.0-dev"
99 }
100 },
101 "installation-source": "dist",
102 "autoload": {
103 "psr-4": {
104 "PhpParser\\": "lib/PhpParser"
105 }
106 },
107 "notification-url": "https://packagist.org/downloads/",
108 "license": [
109 "BSD-3-Clause"
110 ],
111 "authors": [
112 {
113 "name": "Nikita Popov"
114 }
115 ],
116 "description": "A PHP parser written in PHP",
117 "keywords": [
118 "parser",
119 "php"
120 ],
121 "support": {
122 "issues": "https://github.com/nikic/PHP-Parser/issues",
123 "source": "https://github.com/nikic/PHP-Parser/tree/v3.1.5"
124 },
125 "install-path": "../nikic/php-parser"
126 },
127 {
128 "name": "php-di/invoker",
129 "version": "2.3.4",
130 "version_normalized": "2.3.4.0",
131 "source": {
132 "type": "git",
133 "url": "https://github.com/PHP-DI/Invoker.git",
134 "reference": "33234b32dafa8eb69202f950a1fc92055ed76a86"
135 },
136 "dist": {
137 "type": "zip",
138 "url": "https://api.github.com/repos/PHP-DI/Invoker/zipball/33234b32dafa8eb69202f950a1fc92055ed76a86",
139 "reference": "33234b32dafa8eb69202f950a1fc92055ed76a86",
140 "shasum": ""
141 },
142 "require": {
143 "php": ">=7.3",
144 "psr/container": "^1.0|^2.0"
145 },
146 "require-dev": {
147 "athletic/athletic": "~0.1.8",
148 "mnapoli/hard-mode": "~0.3.0",
149 "phpunit/phpunit": "^9.0"
150 },
151 "time": "2023-09-08T09:24:21+00:00",
152 "type": "library",
153 "installation-source": "dist",
154 "autoload": {
155 "psr-4": {
156 "Invoker\\": "src/"
157 }
158 },
159 "notification-url": "https://packagist.org/downloads/",
160 "license": [
161 "MIT"
162 ],
163 "description": "Generic and extensible callable invoker",
164 "homepage": "https://github.com/PHP-DI/Invoker",
165 "keywords": [
166 "callable",
167 "dependency",
168 "dependency-injection",
169 "injection",
170 "invoke",
171 "invoker"
172 ],
173 "support": {
174 "issues": "https://github.com/PHP-DI/Invoker/issues",
175 "source": "https://github.com/PHP-DI/Invoker/tree/2.3.4"
176 },
177 "funding": [
178 {
179 "url": "https://github.com/mnapoli",
180 "type": "github"
181 }
182 ],
183 "install-path": "../php-di/invoker"
184 },
185 {
186 "name": "php-di/php-di",
187 "version": "6.0.0",
188 "version_normalized": "6.0.0.0",
189 "source": {
190 "type": "git",
191 "url": "https://github.com/PHP-DI/PHP-DI.git",
192 "reference": "4773f7644b0c98ebfc22a1368e519ab5ac2e076c"
193 },
194 "dist": {
195 "type": "zip",
196 "url": "https://api.github.com/repos/PHP-DI/PHP-DI/zipball/4773f7644b0c98ebfc22a1368e519ab5ac2e076c",
197 "reference": "4773f7644b0c98ebfc22a1368e519ab5ac2e076c",
198 "shasum": ""
199 },
200 "require": {
201 "jeremeamia/superclosure": "^2.0",
202 "nikic/php-parser": "^2.0|^3.0",
203 "php": ">=7.0.0",
204 "php-di/invoker": "^2.0",
205 "php-di/phpdoc-reader": "^2.0.1",
206 "psr/container": "^1.0"
207 },
208 "provide": {
209 "psr/container-implementation": "^1.0"
210 },
211 "require-dev": {
212 "doctrine/annotations": "~1.2",
213 "friendsofphp/php-cs-fixer": "^2.4",
214 "mnapoli/phpunit-easymock": "~1.0",
215 "ocramius/proxy-manager": "~2.0.2",
216 "phpunit/phpunit": "~6.4"
217 },
218 "suggest": {
219 "doctrine/annotations": "Install it if you want to use annotations (version ~1.2)",
220 "ocramius/proxy-manager": "Install it if you want to use lazy injection (version ~2.0)"
221 },
222 "time": "2018-02-20T07:27:46+00:00",
223 "type": "library",
224 "installation-source": "dist",
225 "autoload": {
226 "files": [
227 "src/functions.php"
228 ],
229 "psr-4": {
230 "DI\\": "src/"
231 }
232 },
233 "notification-url": "https://packagist.org/downloads/",
234 "license": [
235 "MIT"
236 ],
237 "description": "The dependency injection container for humans",
238 "homepage": "http://php-di.org/",
239 "keywords": [
240 "PSR-11",
241 "container",
242 "container-interop",
243 "dependency injection",
244 "di",
245 "ioc",
246 "psr11"
247 ],
248 "support": {
249 "issues": "https://github.com/PHP-DI/PHP-DI/issues",
250 "source": "https://github.com/PHP-DI/PHP-DI/tree/master"
251 },
252 "install-path": "../php-di/php-di"
253 },
254 {
255 "name": "php-di/phpdoc-reader",
256 "version": "2.2.1",
257 "version_normalized": "2.2.1.0",
258 "source": {
259 "type": "git",
260 "url": "https://github.com/PHP-DI/PhpDocReader.git",
261 "reference": "66daff34cbd2627740ffec9469ffbac9f8c8185c"
262 },
263 "dist": {
264 "type": "zip",
265 "url": "https://api.github.com/repos/PHP-DI/PhpDocReader/zipball/66daff34cbd2627740ffec9469ffbac9f8c8185c",
266 "reference": "66daff34cbd2627740ffec9469ffbac9f8c8185c",
267 "shasum": ""
268 },
269 "require": {
270 "php": ">=7.2.0"
271 },
272 "require-dev": {
273 "mnapoli/hard-mode": "~0.3.0",
274 "phpunit/phpunit": "^8.5|^9.0"
275 },
276 "time": "2020-10-12T12:39:22+00:00",
277 "type": "library",
278 "installation-source": "dist",
279 "autoload": {
280 "psr-4": {
281 "PhpDocReader\\": "src/PhpDocReader"
282 }
283 },
284 "notification-url": "https://packagist.org/downloads/",
285 "license": [
286 "MIT"
287 ],
288 "description": "PhpDocReader parses @var and @param values in PHP docblocks (supports namespaced class names with the same resolution rules as PHP)",
289 "keywords": [
290 "phpdoc",
291 "reflection"
292 ],
293 "support": {
294 "issues": "https://github.com/PHP-DI/PhpDocReader/issues",
295 "source": "https://github.com/PHP-DI/PhpDocReader/tree/2.2.1"
296 },
297 "install-path": "../php-di/phpdoc-reader"
298 },
299 {
300 "name": "priyomukul/wp-notice",
301 "version": "v3.x-dev",
302 "version_normalized": "3.9999999.9999999.9999999-dev",
303 "source": {
304 "type": "git",
305 "url": "git@github.com:priyomukul/wp-notice.git",
306 "reference": "3e1a8baec94938e055199e3c6d1206b8f1d07e3e"
307 },
308 "dist": {
309 "type": "zip",
310 "url": "https://api.github.com/repos/priyomukul/wp-notice/zipball/3e1a8baec94938e055199e3c6d1206b8f1d07e3e",
311 "reference": "3e1a8baec94938e055199e3c6d1206b8f1d07e3e",
312 "shasum": ""
313 },
314 "time": "2024-07-07T07:57:14+00:00",
315 "type": "library",
316 "installation-source": "dist",
317 "autoload": {
318 "psr-4": {
319 "PriyoMukul\\WPNotice\\": "src/"
320 }
321 },
322 "authors": [
323 {
324 "name": "Priyo Mukul",
325 "email": "17237437+priyomukul@users.noreply.github.com"
326 }
327 ],
328 "support": {
329 "source": "https://github.com/priyomukul/wp-notice/tree/v3",
330 "issues": "https://github.com/priyomukul/wp-notice/issues"
331 },
332 "install-path": "../priyomukul/wp-notice"
333 },
334 {
335 "name": "psr/container",
336 "version": "1.1.2",
337 "version_normalized": "1.1.2.0",
338 "source": {
339 "type": "git",
340 "url": "https://github.com/php-fig/container.git",
341 "reference": "513e0666f7216c7459170d56df27dfcefe1689ea"
342 },
343 "dist": {
344 "type": "zip",
345 "url": "https://api.github.com/repos/php-fig/container/zipball/513e0666f7216c7459170d56df27dfcefe1689ea",
346 "reference": "513e0666f7216c7459170d56df27dfcefe1689ea",
347 "shasum": ""
348 },
349 "require": {
350 "php": ">=7.4.0"
351 },
352 "time": "2021-11-05T16:50:12+00:00",
353 "type": "library",
354 "installation-source": "dist",
355 "autoload": {
356 "psr-4": {
357 "Psr\\Container\\": "src/"
358 }
359 },
360 "notification-url": "https://packagist.org/downloads/",
361 "license": [
362 "MIT"
363 ],
364 "authors": [
365 {
366 "name": "PHP-FIG",
367 "homepage": "https://www.php-fig.org/"
368 }
369 ],
370 "description": "Common Container Interface (PHP FIG PSR-11)",
371 "homepage": "https://github.com/php-fig/container",
372 "keywords": [
373 "PSR-11",
374 "container",
375 "container-interface",
376 "container-interop",
377 "psr"
378 ],
379 "support": {
380 "issues": "https://github.com/php-fig/container/issues",
381 "source": "https://github.com/php-fig/container/tree/1.1.2"
382 },
383 "install-path": "../psr/container"
384 },
385 {
386 "name": "symfony/polyfill-php56",
387 "version": "v1.20.0",
388 "version_normalized": "1.20.0.0",
389 "source": {
390 "type": "git",
391 "url": "https://github.com/symfony/polyfill-php56.git",
392 "reference": "54b8cd7e6c1643d78d011f3be89f3ef1f9f4c675"
393 },
394 "dist": {
395 "type": "zip",
396 "url": "https://api.github.com/repos/symfony/polyfill-php56/zipball/54b8cd7e6c1643d78d011f3be89f3ef1f9f4c675",
397 "reference": "54b8cd7e6c1643d78d011f3be89f3ef1f9f4c675",
398 "shasum": ""
399 },
400 "require": {
401 "php": ">=7.1"
402 },
403 "time": "2020-10-23T14:02:19+00:00",
404 "type": "metapackage",
405 "extra": {
406 "branch-alias": {
407 "dev-main": "1.20-dev"
408 },
409 "thanks": {
410 "name": "symfony/polyfill",
411 "url": "https://github.com/symfony/polyfill"
412 }
413 },
414 "notification-url": "https://packagist.org/downloads/",
415 "license": [
416 "MIT"
417 ],
418 "authors": [
419 {
420 "name": "Nicolas Grekas",
421 "email": "p@tchwork.com"
422 },
423 {
424 "name": "Symfony Community",
425 "homepage": "https://symfony.com/contributors"
426 }
427 ],
428 "description": "Symfony polyfill backporting some PHP 5.6+ features to lower PHP versions",
429 "homepage": "https://symfony.com",
430 "keywords": [
431 "compatibility",
432 "polyfill",
433 "portable",
434 "shim"
435 ],
436 "support": {
437 "source": "https://github.com/symfony/polyfill-php56/tree/v1.20.0"
438 },
439 "funding": [
440 {
441 "url": "https://symfony.com/sponsor",
442 "type": "custom"
443 },
444 {
445 "url": "https://github.com/fabpot",
446 "type": "github"
447 },
448 {
449 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
450 "type": "tidelift"
451 }
452 ],
453 "install-path": null
454 }
455 ],
456 "dev": false,
457 "dev-package-names": []
458 }
459