PluginProbe
FluentCart A New Era of eCommerce – Faster, Lighter, and Simpler / 1.3.19
FluentCart A New Era of eCommerce – Faster, Lighter, and Simpler v1.3.19
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.3.19, at vendor/composer/installed.php

82 lines 3.0 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' => '788a1a27517dfec6a568adb7bdd320b02b82e9b4',
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 'openspout/openspout' => array(
25 'pretty_version' => 'v3.7.4',
26 'version' => '3.7.4.0',
27 'reference' => 'dfbbd53b5edcd486b45a37f6a04fac33073c70f3',
28 'type' => 'library',
29 'install_path' => __DIR__ . '/../openspout/openspout',
30 'aliases' => array(),
31 'dev_requirement' => false,
32 ),
33 'psr/container' => array(
34 'pretty_version' => '2.0.2',
35 'version' => '2.0.2.0',
36 'reference' => 'c71ecc56dfe541dbd90c5360474fbc405f8d5963',
37 'type' => 'library',
38 'install_path' => __DIR__ . '/../psr/container',
39 'aliases' => array(),
40 'dev_requirement' => true,
41 ),
42 'symfony/deprecation-contracts' => array(
43 'pretty_version' => 'v2.5.4',
44 'version' => '2.5.4.0',
45 'reference' => '605389f2a7e5625f273b53960dc46aeaf9c62918',
46 'type' => 'library',
47 'install_path' => __DIR__ . '/../symfony/deprecation-contracts',
48 'aliases' => array(),
49 'dev_requirement' => true,
50 ),
51 'woocommerce/action-scheduler' => array(
52 'pretty_version' => '3.9.3',
53 'version' => '3.9.3.0',
54 'reference' => 'c58cdbab17651303d406cd3b22cf9d75c71c986c',
55 'type' => 'wordpress-plugin',
56 'install_path' => __DIR__ . '/../woocommerce/action-scheduler',
57 'aliases' => array(),
58 'dev_requirement' => false,
59 ),
60 'wpfluent/framework' => array(
61 'pretty_version' => '2.11.14',
62 'version' => '2.11.14.0',
63 'reference' => '3c48c3cc134a912bf677c0b0ea5e35c8d225b0e9',
64 'type' => 'library',
65 'install_path' => __DIR__ . '/../wpfluent/framework',
66 'aliases' => array(),
67 'dev_requirement' => false,
68 ),
69 'wpfluent/wpfluent' => array(
70 'pretty_version' => 'dev-master',
71 'version' => 'dev-master',
72 'reference' => '788a1a27517dfec6a568adb7bdd320b02b82e9b4',
73 'type' => 'project',
74 'install_path' => __DIR__ . '/../../',
75 'aliases' => array(
76 0 => '2.0.x-dev',
77 ),
78 'dev_requirement' => false,
79 ),
80 ),
81 );
82