installed.php
1.86 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<?php return array(
'root' => array(
'name' => 'woocommerce/woocommerce-blocks',
'pretty_version' => 'dev-trunk',
'version' => 'dev-trunk',
'reference' => '5c157d2514f83cfcb2f98e67c0f2eeca1eb47a38',
'type' => 'wordpress-plugin',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
'dev' => false,
),
'versions' => array(
'automattic/jetpack-autoloader' => array(
'pretty_version' => 'v2.11.11',
'version' => '2.11.11.0',
'reference' => 'c4c5e729bf797b67518936f28053ad9bd396562b',
'type' => 'composer-plugin',
'install_path' => __DIR__ . '/../automattic/jetpack-autoloader',
'aliases' => array(),
'dev_requirement' => false,
),
'composer/installers' => array(
'pretty_version' => 'v1.12.0',
'version' => '1.12.0.0',
'reference' => 'd20a64ed3c94748397ff5973488761b22f6d3f19',
'type' => 'composer-plugin',
'install_path' => __DIR__ . '/./installers',
'aliases' => array(),
'dev_requirement' => false,
),
'roundcube/plugin-installer' => array(
'dev_requirement' => false,
'replaced' => array(
0 => '*',
),
),
'shama/baton' => array(
'dev_requirement' => false,
'replaced' => array(
0 => '*',
),
),
'woocommerce/woocommerce-blocks' => array(
'pretty_version' => 'dev-trunk',
'version' => 'dev-trunk',
'reference' => '5c157d2514f83cfcb2f98e67c0f2eeca1eb47a38',
'type' => 'wordpress-plugin',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
'dev_requirement' => false,
),
),
);