PluginProbe
BetterDocs – AI Documentation, Knowledge Base, MCP Server, Docs, Wikis, FAQ & Chatbot / 4.7.0
BetterDocs – AI Documentation, Knowledge Base, MCP Server, Docs, Wikis, FAQ & Chatbot v4.7.0
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 3.5.2 All 199 releases
betterdocs / vendor / composer / installed.php

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

102 lines 3.7 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php return array(
2 'root' => array(
3 'name' => 'wpdeveloper/betterdocs',
4 'pretty_version' => '3.0.0',
5 'version' => '3.0.0.0',
6 'reference' => null,
7 'type' => 'library',
8 'install_path' => __DIR__ . '/../../',
9 'aliases' => array(),
10 'dev' => false,
11 ),
12 'versions' => array(
13 'jeremeamia/superclosure' => array(
14 'pretty_version' => '2.4.0',
15 'version' => '2.4.0.0',
16 'reference' => '5707d5821b30b9a07acfb4d76949784aaa0e9ce9',
17 'type' => 'library',
18 'install_path' => __DIR__ . '/../jeremeamia/superclosure',
19 'aliases' => array(),
20 'dev_requirement' => false,
21 ),
22 'nikic/php-parser' => array(
23 'pretty_version' => 'v3.1.5',
24 'version' => '3.1.5.0',
25 'reference' => 'bb87e28e7d7b8d9a7fda231d37457c9210faf6ce',
26 'type' => 'library',
27 'install_path' => __DIR__ . '/../nikic/php-parser',
28 'aliases' => array(),
29 'dev_requirement' => false,
30 ),
31 'php-di/invoker' => array(
32 'pretty_version' => '2.3.4',
33 'version' => '2.3.4.0',
34 'reference' => '33234b32dafa8eb69202f950a1fc92055ed76a86',
35 'type' => 'library',
36 'install_path' => __DIR__ . '/../php-di/invoker',
37 'aliases' => array(),
38 'dev_requirement' => false,
39 ),
40 'php-di/php-di' => array(
41 'pretty_version' => '6.0.0',
42 'version' => '6.0.0.0',
43 'reference' => '4773f7644b0c98ebfc22a1368e519ab5ac2e076c',
44 'type' => 'library',
45 'install_path' => __DIR__ . '/../php-di/php-di',
46 'aliases' => array(),
47 'dev_requirement' => false,
48 ),
49 'php-di/phpdoc-reader' => array(
50 'pretty_version' => '2.2.1',
51 'version' => '2.2.1.0',
52 'reference' => '66daff34cbd2627740ffec9469ffbac9f8c8185c',
53 'type' => 'library',
54 'install_path' => __DIR__ . '/../php-di/phpdoc-reader',
55 'aliases' => array(),
56 'dev_requirement' => false,
57 ),
58 'priyomukul/wp-notice' => array(
59 'pretty_version' => 'v3.x-dev',
60 'version' => '3.9999999.9999999.9999999-dev',
61 'reference' => '3e1a8baec94938e055199e3c6d1206b8f1d07e3e',
62 'type' => 'library',
63 'install_path' => __DIR__ . '/../priyomukul/wp-notice',
64 'aliases' => array(),
65 'dev_requirement' => false,
66 ),
67 'psr/container' => array(
68 'pretty_version' => '1.1.2',
69 'version' => '1.1.2.0',
70 'reference' => '513e0666f7216c7459170d56df27dfcefe1689ea',
71 'type' => 'library',
72 'install_path' => __DIR__ . '/../psr/container',
73 'aliases' => array(),
74 'dev_requirement' => false,
75 ),
76 'psr/container-implementation' => array(
77 'dev_requirement' => false,
78 'provided' => array(
79 0 => '^1.0',
80 ),
81 ),
82 'symfony/polyfill-php56' => array(
83 'pretty_version' => 'v1.20.0',
84 'version' => '1.20.0.0',
85 'reference' => '54b8cd7e6c1643d78d011f3be89f3ef1f9f4c675',
86 'type' => 'metapackage',
87 'install_path' => null,
88 'aliases' => array(),
89 'dev_requirement' => false,
90 ),
91 'wpdeveloper/betterdocs' => array(
92 'pretty_version' => '3.0.0',
93 'version' => '3.0.0.0',
94 'reference' => null,
95 'type' => 'library',
96 'install_path' => __DIR__ . '/../../',
97 'aliases' => array(),
98 'dev_requirement' => false,
99 ),
100 ),
101 );
102