# bbp-core/trunk/vendor/composer/installed.php

Forumax – AI Powered Advanced Community Forum Plugin, version trunk. 33 lines.

- Page: https://pluginprobe.com/plugins/bbp-core/trunk/code/vendor/composer/installed.php
- Raw: https://pluginprobe.com/plugins/bbp-core/trunk/raw/vendor/composer/installed.php
- Modified: 2026-08-13T11:39:12+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/bbp-core/trunk/code/vendor/composer/installed.php#L10-L20`.

```php
<?php return array(
    'root' => array(
        'name' => 'spiderdevs/forumax',
        'pretty_version' => 'v2.4.4',
        'version' => '2.4.4.0',
        'reference' => '7c09acacabba2448d6b50d2aa9c8f1c55fd037a7',
        'type' => 'library',
        'install_path' => __DIR__ . '/../../',
        'aliases' => array(),
        'dev' => false,
    ),
    'versions' => array(
        'freemius/wordpress-sdk' => array(
            'pretty_version' => '2.13.1',
            'version' => '2.13.1.0',
            'reference' => '7376c0eca1ae7f92aaba9d3b550bd10affe797ff',
            'type' => 'library',
            'install_path' => __DIR__ . '/../freemius/wordpress-sdk',
            'aliases' => array(),
            'dev_requirement' => false,
        ),
        'spiderdevs/forumax' => array(
            'pretty_version' => 'v2.4.4',
            'version' => '2.4.4.0',
            'reference' => '7c09acacabba2448d6b50d2aa9c8f1c55fd037a7',
            'type' => 'library',
            'install_path' => __DIR__ . '/../../',
            'aliases' => array(),
            'dev_requirement' => false,
        ),
    ),
);

```
