# fluentform/6.2.4/vendor/composer/installed.php

Fluent Forms – Customizable Contact Forms, Survey, Quiz, &amp; Conversational Form Builder, version 6.2.4. 46 lines.

- Page: https://pluginprobe.com/plugins/fluentform/6.2.4/code/vendor/composer/installed.php
- Raw: https://pluginprobe.com/plugins/fluentform/6.2.4/raw/vendor/composer/installed.php
- Modified: 2026-04-01T13:33:54+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/fluentform/6.2.4/code/vendor/composer/installed.php#L10-L20`.

```php
<?php return array(
    'root' => array(
        'name' => 'wpfluent/wpfluent',
        'pretty_version' => 'dev-master',
        'version' => 'dev-master',
        'reference' => '9abc874a9667a387ace6e8daa34d3db1ca4d2580',
        'type' => 'project',
        'install_path' => __DIR__ . '/../../',
        'aliases' => array(
            0 => '1.0.x-dev',
        ),
        'dev' => true,
    ),
    'versions' => array(
        'openspout/openspout' => array(
            'pretty_version' => 'v3.7.4',
            'version' => '3.7.4.0',
            'reference' => 'dfbbd53b5edcd486b45a37f6a04fac33073c70f3',
            'type' => 'library',
            'install_path' => __DIR__ . '/../openspout/openspout',
            'aliases' => array(),
            'dev_requirement' => false,
        ),
        'wpfluent/framework' => array(
            'pretty_version' => '2.11.15',
            'version' => '2.11.15.0',
            'reference' => 'efe9e25769376cde6da00d23842e3aa4cb30199d',
            'type' => 'library',
            'install_path' => __DIR__ . '/../wpfluent/framework',
            'aliases' => array(),
            'dev_requirement' => false,
        ),
        'wpfluent/wpfluent' => array(
            'pretty_version' => 'dev-master',
            'version' => 'dev-master',
            'reference' => '9abc874a9667a387ace6e8daa34d3db1ca4d2580',
            'type' => 'project',
            'install_path' => __DIR__ . '/../../',
            'aliases' => array(
                0 => '1.0.x-dev',
            ),
            'dev_requirement' => false,
        ),
    ),
);

```
