PluginProbe
FluentCart A New Era of eCommerce – Faster, Lighter, and Simpler / trunk
FluentCart A New Era of eCommerce – Faster, Lighter, and Simpler vtrunk
1.6.6 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 All 49 releases
fluent-cart / vendor / composer / installed.php

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

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