installed.php
2.4 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
66
67
68
<?php return array(
'root' => array(
'pretty_version' => '1.0.0+no-version-set',
'version' => '1.0.0.0',
'type' => 'project',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
'reference' => NULL,
'name' => 'globalso/email',
'dev' => true,
),
'versions' => array(
'globalso/email' => array(
'pretty_version' => '1.0.0+no-version-set',
'version' => '1.0.0.0',
'type' => 'project',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
'reference' => NULL,
'dev_requirement' => false,
),
'phpmailer/phpmailer' => array(
'pretty_version' => 'v6.7.1',
'version' => '6.7.1.0',
'type' => 'library',
'install_path' => __DIR__ . '/../phpmailer/phpmailer',
'aliases' => array(),
'reference' => '49cd7ea3d2563f028d7811f06864a53b1f15ff55',
'dev_requirement' => false,
),
'psr/http-message' => array(
'pretty_version' => '1.1',
'version' => '1.1.0.0',
'type' => 'library',
'install_path' => __DIR__ . '/../psr/http-message',
'aliases' => array(),
'reference' => 'cb6ce4845ce34a8ad9e68117c10ee90a29919eba',
'dev_requirement' => false,
),
'swlib/http' => array(
'pretty_version' => 'v1.0.8',
'version' => '1.0.8.0',
'type' => 'library',
'install_path' => __DIR__ . '/../swlib/http',
'aliases' => array(),
'reference' => 'e97d9d05b741d4ee7ef58824a280acf983354d5e',
'dev_requirement' => false,
),
'swlib/saber' => array(
'pretty_version' => 'v1.0.18',
'version' => '1.0.18.0',
'type' => 'library',
'install_path' => __DIR__ . '/../swlib/saber',
'aliases' => array(),
'reference' => '24034ea70d64063cc9032c4aa08cb888995df190',
'dev_requirement' => false,
),
'swlib/util' => array(
'pretty_version' => 'v1.0.3',
'version' => '1.0.3.0',
'type' => 'library',
'install_path' => __DIR__ . '/../swlib/util',
'aliases' => array(),
'reference' => '300f551753702f5bfcbfb814d53bdbf057719a43',
'dev_requirement' => false,
),
),
);