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

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

- Page: https://pluginprobe.com/plugins/fluentform/6.2.12/code/vendor/composer/installed.php
- Raw: https://pluginprobe.com/plugins/fluentform/6.2.12/raw/vendor/composer/installed.php
- Modified: 2026-08-10T13:59:14+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.12/code/vendor/composer/installed.php#L10-L20`.

```php
<?php return array(
    'root' => array(
        'name' => 'wpfluent/wpfluent',
        'pretty_version' => 'dev-master',
        'version' => 'dev-master',
        'reference' => 'bf3bb30cf2d55173b9b77dbb02e0ccb73f3bc48d',
        '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.12.6',
            'version' => '2.12.6.0',
            'reference' => '391d4d9657e3d60c718b0f0203de272fdd9945f6',
            'type' => 'library',
            'install_path' => __DIR__ . '/../wpfluent/framework',
            'aliases' => array(),
            'dev_requirement' => false,
        ),
        'wpfluent/wpfluent' => array(
            'pretty_version' => 'dev-master',
            'version' => 'dev-master',
            'reference' => 'bf3bb30cf2d55173b9b77dbb02e0ccb73f3bc48d',
            'type' => 'project',
            'install_path' => __DIR__ . '/../../',
            'aliases' => array(
                0 => '1.0.x-dev',
            ),
            'dev_requirement' => false,
        ),
    ),
);

```
