PluginProbe
FluentCart A New Era of eCommerce – Faster, Lighter, and Simpler / 1.6.3
FluentCart A New Era of eCommerce – Faster, Lighter, and Simpler v1.6.3
1.6.5 1.6.4 1.6.3 1.6.2 1.6.1 1.6.0 1.5.4 1.5.5 1.5.3 1.5.2 1.5.1 1.5.0 1.4.2 1.4.1 1.4.0 1.3.28 1.3.27 1.3.26 1.3.25 1.3.23 1.3.22 1.3.21 1.3.20 1.3.19 trunk All 48 releases
fluent-cart / vendor / composer / installed.php

installed.php in FluentCart A New Era of eCommerce – Faster, Lighter, and Simpler 1.6.3, at vendor/composer/installed.php

73 lines 2.7 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' => '294e7e85319340399491ca4ebf18b85458a958d8',
7 'type' => 'project',
8 'install_path' => __DIR__ . '/../../',
9 'aliases' => array(
10 0 => '2.0.x-dev',
11 ),
12 'dev' => true,
13 ),
14 'versions' => array(
15 'fakerphp/faker' => array(
16 'pretty_version' => 'v1.23.0',
17 'version' => '1.23.0.0',
18 'reference' => 'e3daa170d00fde61ea7719ef47bb09bb8f1d9b01',
19 'type' => 'library',
20 'install_path' => __DIR__ . '/../fakerphp/faker',
21 'aliases' => array(),
22 'dev_requirement' => true,
23 ),
24 'psr/container' => array(
25 'pretty_version' => '2.0.2',
26 'version' => '2.0.2.0',
27 'reference' => 'c71ecc56dfe541dbd90c5360474fbc405f8d5963',
28 'type' => 'library',
29 'install_path' => __DIR__ . '/../psr/container',
30 'aliases' => array(),
31 'dev_requirement' => true,
32 ),
33 'symfony/deprecation-contracts' => array(
34 'pretty_version' => 'v2.5.4',
35 'version' => '2.5.4.0',
36 'reference' => '605389f2a7e5625f273b53960dc46aeaf9c62918',
37 'type' => 'library',
38 'install_path' => __DIR__ . '/../symfony/deprecation-contracts',
39 'aliases' => array(),
40 'dev_requirement' => true,
41 ),
42 'woocommerce/action-scheduler' => array(
43 'pretty_version' => '3.9.3',
44 'version' => '3.9.3.0',
45 'reference' => 'c58cdbab17651303d406cd3b22cf9d75c71c986c',
46 'type' => 'wordpress-plugin',
47 'install_path' => __DIR__ . '/../woocommerce/action-scheduler',
48 'aliases' => array(),
49 'dev_requirement' => false,
50 ),
51 'wpfluent/framework' => array(
52 'pretty_version' => '2.12.2',
53 'version' => '2.12.2.0',
54 'reference' => 'dab148c086dc7f7271b94bc505d9f2161cea3e4a',
55 'type' => 'library',
56 'install_path' => __DIR__ . '/../wpfluent/framework',
57 'aliases' => array(),
58 'dev_requirement' => false,
59 ),
60 'wpfluent/wpfluent' => array(
61 'pretty_version' => 'dev-master',
62 'version' => 'dev-master',
63 'reference' => '294e7e85319340399491ca4ebf18b85458a958d8',
64 'type' => 'project',
65 'install_path' => __DIR__ . '/../../',
66 'aliases' => array(
67 0 => '2.0.x-dev',
68 ),
69 'dev_requirement' => false,
70 ),
71 ),
72 );
73