PluginProbe
wpForo Forum / 3.1.6
wpForo Forum v3.1.6
3.1.7 3.1.6 3.1.5 3.1.4 3.1.2 3.1.1 3.1.0 3.0.9 3.0.8 3.0.7 trunk 1.0.0 1.0.1 1.0.2 1.1.0 1.1.1 1.1.2 1.2.0 1.3.0 1.3.1 1.4.0 1.4.1 1.4.10 1.4.11 1.4.12 All 139 releases
wpforo / admin / pages / license / vendor / composer / installed.php

installed.php in wpForo Forum 3.1.6, at admin/pages/license/vendor/composer/installed.php

24 lines 748 B
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' => 'gvectors/license',
4 'pretty_version' => 'dev-main',
5 'version' => 'dev-main',
6 'reference' => 'c177d9cbb8ed6c5d23dce61f7d6f94ee107829ca',
7 'type' => 'library',
8 'install_path' => __DIR__ . '/../../',
9 'aliases' => array(),
10 'dev' => true,
11 ),
12 'versions' => array(
13 'gvectors/license' => array(
14 'pretty_version' => 'dev-main',
15 'version' => 'dev-main',
16 'reference' => 'c177d9cbb8ed6c5d23dce61f7d6f94ee107829ca',
17 'type' => 'library',
18 'install_path' => __DIR__ . '/../../',
19 'aliases' => array(),
20 'dev_requirement' => false,
21 ),
22 ),
23 );
24