installed.php
2.35 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
54
55
56
57
58
59
60
61
62
63
64
65
<?php return array(
'root' => array(
'name' => 'awesomemotive/all-in-one-seo-pack-pro',
'pretty_version' => '1.0.0+no-version-set',
'version' => '1.0.0.0',
'reference' => NULL,
'type' => 'library',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
'dev' => false,
),
'versions' => array(
'awesomemotive/all-in-one-seo-pack-pro' => array(
'pretty_version' => '1.0.0+no-version-set',
'version' => '1.0.0.0',
'reference' => NULL,
'type' => 'library',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
'dev_requirement' => false,
),
'jwhennessey/phpinsight' => array(
'pretty_version' => 'v2.0.9',
'version' => '2.0.9.0',
'reference' => 'b89e7a7f418ebd88ae330b889be4dd1d47d4ceaa',
'type' => 'library',
'install_path' => __DIR__ . '/../jwhennessey/phpinsight',
'aliases' => array(),
'dev_requirement' => false,
),
'monolog/monolog' => array(
'pretty_version' => '1.26.1',
'version' => '1.26.1.0',
'reference' => 'c6b00f05152ae2c9b04a448f99c7590beb6042f5',
'type' => 'library',
'install_path' => __DIR__ . '/../monolog/monolog',
'aliases' => array(),
'dev_requirement' => false,
),
'psr/log' => array(
'pretty_version' => '1.1.4',
'version' => '1.1.4.0',
'reference' => 'd49695b909c3b7628b6289db5479a1c204601f11',
'type' => 'library',
'install_path' => __DIR__ . '/../psr/log',
'aliases' => array(),
'dev_requirement' => false,
),
'psr/log-implementation' => array(
'dev_requirement' => false,
'provided' => array(
0 => '1.0.0',
),
),
'woocommerce/action-scheduler' => array(
'pretty_version' => '3.4.2',
'version' => '3.4.2.0',
'reference' => '7d8e830b6387410ccf11708194d3836f01cb2942',
'type' => 'wordpress-plugin',
'install_path' => __DIR__ . '/../woocommerce/action-scheduler',
'aliases' => array(),
'dev_requirement' => false,
),
),
);