# fluent-boards/1.20/vendor/composer/installed.php

FluentBoards – Project Management, Task Management, Goal Tracking, Kanban Board, and, Team Collaboration, version 1.20. 42 lines.

- Page: https://pluginprobe.com/plugins/fluent-boards/1.20/code/vendor/composer/installed.php
- Raw: https://pluginprobe.com/plugins/fluent-boards/1.20/raw/vendor/composer/installed.php
- Modified: 2024-05-31T06:41:46+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-boards/1.20/code/vendor/composer/installed.php#L10-L20`.

```php
<?php return array(
    'root' => array(
        'name' => 'wpfluent/wpfluent',
        'pretty_version' => 'dev-develop',
        'version' => 'dev-develop',
        'reference' => '856b38c4955c7ae4da87a283ff84244fe2bb8d2d',
        'type' => 'project',
        'install_path' => __DIR__ . '/../../',
        'aliases' => array(),
        'dev' => true,
    ),
    'versions' => array(
        'woocommerce/action-scheduler' => array(
            'pretty_version' => '3.7.4',
            'version' => '3.7.4.0',
            'reference' => '5fb655253dc004bb7a6d840da807f0949aea8bcd',
            'type' => 'wordpress-plugin',
            'install_path' => __DIR__ . '/../woocommerce/action-scheduler',
            'aliases' => array(),
            'dev_requirement' => false,
        ),
        'wpfluent/framework' => array(
            'pretty_version' => '2.3.7',
            'version' => '2.3.7.0',
            'reference' => '97831c3ca73bf44f97b47e57c3569d95a5899bd0',
            'type' => 'library',
            'install_path' => __DIR__ . '/../wpfluent/framework',
            'aliases' => array(),
            'dev_requirement' => false,
        ),
        'wpfluent/wpfluent' => array(
            'pretty_version' => 'dev-develop',
            'version' => 'dev-develop',
            'reference' => '856b38c4955c7ae4da87a283ff84244fe2bb8d2d',
            'type' => 'project',
            'install_path' => __DIR__ . '/../../',
            'aliases' => array(),
            'dev_requirement' => false,
        ),
    ),
);

```
