PluginProbe
Forumax – AI Powered Advanced Community Forum Plugin / trunk
Forumax – AI Powered Advanced Community Forum Plugin vtrunk
2.4.4 2.4.3 2.4.2 2.4.1 2.4.0 trunk 1.0.8 1.1.0 1.2.1 1.2.2 1.2.3 1.2.4 1.2.5 1.2.6 1.2.7 1.2.8 1.2.9 1.3.0 1.3.1 1.3.2 1.3.3 1.4.0 1.4.1 2.0.0 2.1.0 All 29 releases
bbp-core / vendor / composer / installed.php

installed.php in Forumax – AI Powered Advanced Community Forum Plugin trunk, at vendor/composer/installed.php

33 lines 1.1 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' => 'spiderdevs/forumax',
4 'pretty_version' => 'v2.4.4',
5 'version' => '2.4.4.0',
6 'reference' => '7c09acacabba2448d6b50d2aa9c8f1c55fd037a7',
7 'type' => 'library',
8 'install_path' => __DIR__ . '/../../',
9 'aliases' => array(),
10 'dev' => false,
11 ),
12 'versions' => array(
13 'freemius/wordpress-sdk' => array(
14 'pretty_version' => '2.13.1',
15 'version' => '2.13.1.0',
16 'reference' => '7376c0eca1ae7f92aaba9d3b550bd10affe797ff',
17 'type' => 'library',
18 'install_path' => __DIR__ . '/../freemius/wordpress-sdk',
19 'aliases' => array(),
20 'dev_requirement' => false,
21 ),
22 'spiderdevs/forumax' => array(
23 'pretty_version' => 'v2.4.4',
24 'version' => '2.4.4.0',
25 'reference' => '7c09acacabba2448d6b50d2aa9c8f1c55fd037a7',
26 'type' => 'library',
27 'install_path' => __DIR__ . '/../../',
28 'aliases' => array(),
29 'dev_requirement' => false,
30 ),
31 ),
32 );
33