PluginProbe
Fluent Forms – Customizable Contact Forms, Survey, Quiz, & Conversational Form Builder / 6.2.9
Fluent Forms – Customizable Contact Forms, Survey, Quiz, & Conversational Form Builder v6.2.9
6.2.14 6.2.13 6.2.12 6.2.10 6.2.11 6.2.9 6.2.8 6.2.7 6.2.6 6.2.5 6.2.4 6.2.3 6.2.2 3.6.22 3.6.31 3.6.40 3.6.41 3.6.42 3.6.50 3.6.51 3.6.60 3.6.61 3.6.62 3.6.64 3.6.65 All 196 releases
fluentform / vendor / composer / installed.php

installed.php in Fluent Forms – Customizable Contact Forms, Survey, Quiz, & Conversational Form Builder 6.2.9, at vendor/composer/installed.php

46 lines 1.6 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-master',
5 'version' => 'dev-master',
6 'reference' => '9abc874a9667a387ace6e8daa34d3db1ca4d2580',
7 'type' => 'project',
8 'install_path' => __DIR__ . '/../../',
9 'aliases' => array(
10 0 => '1.0.x-dev',
11 ),
12 'dev' => true,
13 ),
14 'versions' => array(
15 'openspout/openspout' => array(
16 'pretty_version' => 'v3.7.4',
17 'version' => '3.7.4.0',
18 'reference' => 'dfbbd53b5edcd486b45a37f6a04fac33073c70f3',
19 'type' => 'library',
20 'install_path' => __DIR__ . '/../openspout/openspout',
21 'aliases' => array(),
22 'dev_requirement' => false,
23 ),
24 'wpfluent/framework' => array(
25 'pretty_version' => '2.11.15',
26 'version' => '2.11.15.0',
27 'reference' => 'efe9e25769376cde6da00d23842e3aa4cb30199d',
28 'type' => 'library',
29 'install_path' => __DIR__ . '/../wpfluent/framework',
30 'aliases' => array(),
31 'dev_requirement' => false,
32 ),
33 'wpfluent/wpfluent' => array(
34 'pretty_version' => 'dev-master',
35 'version' => 'dev-master',
36 'reference' => '9abc874a9667a387ace6e8daa34d3db1ca4d2580',
37 'type' => 'project',
38 'install_path' => __DIR__ . '/../../',
39 'aliases' => array(
40 0 => '1.0.x-dev',
41 ),
42 'dev_requirement' => false,
43 ),
44 ),
45 );
46