# fluent-support/1.10.0/vendor/composer/installed.php

Fluent Support – Helpdesk &amp; Customer Support Ticket System, version 1.10.0. 33 lines.

- Page: https://pluginprobe.com/plugins/fluent-support/1.10.0/code/vendor/composer/installed.php
- Raw: https://pluginprobe.com/plugins/fluent-support/1.10.0/raw/vendor/composer/installed.php
- Modified: 2023-12-15T11:35:04+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/fluent-support/1.10.0/code/vendor/composer/installed.php#L10-L20`.

```php
<?php return array(
    'root' => array(
        'name' => 'wpfluent/wpfluent',
        'pretty_version' => '1.7.7.x-dev',
        'version' => '1.7.7.9999999-dev',
        'reference' => 'c2ba409dc2ed48bfd241abc6d75573d24d7897e5',
        'type' => 'project',
        'install_path' => __DIR__ . '/../../',
        'aliases' => array(),
        'dev' => true,
    ),
    'versions' => array(
        'wpfluent/framework' => array(
            'pretty_version' => '2.2.40',
            'version' => '2.2.40.0',
            'reference' => 'b918954592e5e755cf2bb073c9be9cc43bc0da0f',
            'type' => 'library',
            'install_path' => __DIR__ . '/../wpfluent/framework',
            'aliases' => array(),
            'dev_requirement' => false,
        ),
        'wpfluent/wpfluent' => array(
            'pretty_version' => '1.7.7.x-dev',
            'version' => '1.7.7.9999999-dev',
            'reference' => 'c2ba409dc2ed48bfd241abc6d75573d24d7897e5',
            'type' => 'project',
            'install_path' => __DIR__ . '/../../',
            'aliases' => array(),
            'dev_requirement' => false,
        ),
    ),
);

```
