PluginProbe
FluentBoards – Project Management, Task Management, Goal Tracking, Kanban Board, and, Team Collaboration / trunk
FluentBoards – Project Management, Task Management, Goal Tracking, Kanban Board, and, Team Collaboration vtrunk
2.0.15 2.0.12 2.0.10 2.0.4 2.0.1 2.0.0 1.95.3 1.95.2 1.95 1.91.6 trunk 1.11 1.12 1.13 1.20 1.21 1.22 1.23 1.30 1.31 1.32 1.35 1.40 1.41 1.45 All 41 releases
fluent-boards / vendor / composer / installed.php

installed.php in FluentBoards – Project Management, Task Management, Goal Tracking, Kanban Board, and, Team Collaboration trunk, at vendor/composer/installed.php

42 lines 1.5 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php return array(
2 'root' => array(
3 'name' => 'wpfluent/wpfluent',
4 'pretty_version' => 'dev-develop',
5 'version' => 'dev-develop',
6 'reference' => '24edcb0741484f57cfe810db4947c2b2e958e53f',
7 'type' => 'project',
8 'install_path' => __DIR__ . '/../../',
9 'aliases' => array(),
10 'dev' => true,
11 ),
12 'versions' => array(
13 'woocommerce/action-scheduler' => array(
14 'pretty_version' => '3.9.3',
15 'version' => '3.9.3.0',
16 'reference' => 'c58cdbab17651303d406cd3b22cf9d75c71c986c',
17 'type' => 'wordpress-plugin',
18 'install_path' => __DIR__ . '/../woocommerce/action-scheduler',
19 'aliases' => array(),
20 'dev_requirement' => false,
21 ),
22 'wpfluent/framework' => array(
23 'pretty_version' => '2.11.17',
24 'version' => '2.11.17.0',
25 'reference' => 'd3117998519c0b65afd90811848da43f69821513',
26 'type' => 'library',
27 'install_path' => __DIR__ . '/../wpfluent/framework',
28 'aliases' => array(),
29 'dev_requirement' => false,
30 ),
31 'wpfluent/wpfluent' => array(
32 'pretty_version' => 'dev-develop',
33 'version' => 'dev-develop',
34 'reference' => '24edcb0741484f57cfe810db4947c2b2e958e53f',
35 'type' => 'project',
36 'install_path' => __DIR__ . '/../../',
37 'aliases' => array(),
38 'dev_requirement' => false,
39 ),
40 ),
41 );
42