PluginProbe
Fluent Support – Helpdesk & Customer Support Ticket System / 2.4.0
Fluent Support – Helpdesk & Customer Support Ticket System v2.4.0
2.4.0 2.3.2 2.3.1 2.3.0 2.2.1 2.2.0 trunk 1.10.0 1.10.1 1.10.2 1.10.3 1.10.4 1.10.5 1.4.0 1.4.1 1.4.2 1.4.5 1.4.6 1.4.7 1.5.0 1.5.1 1.5.2 1.5.3 1.5.4 1.5.5 All 68 releases
fluent-support / vendor / composer / installed.php

installed.php in Fluent Support – Helpdesk & Customer Support Ticket System 2.4.0, 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' => 'a4b22af8d429f82cb9b1b26a205d0d725033e5b6',
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 'woocommerce/action-scheduler' => array(
16 'pretty_version' => '3.9.3',
17 'version' => '3.9.3.0',
18 'reference' => 'c58cdbab17651303d406cd3b22cf9d75c71c986c',
19 'type' => 'wordpress-plugin',
20 'install_path' => __DIR__ . '/../woocommerce/action-scheduler',
21 'aliases' => array(),
22 'dev_requirement' => false,
23 ),
24 'wpfluent/framework' => array(
25 'pretty_version' => '2.11.18',
26 'version' => '2.11.18.0',
27 'reference' => '23788fa21bbf82bd3f05ad5f25da3adc62f0b2e7',
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' => 'a4b22af8d429f82cb9b1b26a205d0d725033e5b6',
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