installed.php
2.59 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(
'name' => 'insu/commonwell-corp',
'pretty_version' => 'dev-master',
'version' => 'dev-master',
'reference' => 'ada974d33e0f5a22e7124905c40b3d111996b970',
'type' => 'library',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
'dev' => true,
),
'versions' => array(
'dompdf/dompdf' => array(
'pretty_version' => 'v1.0.2',
'version' => '1.0.2.0',
'reference' => '8768448244967a46d6e67b891d30878e0e15d25c',
'type' => 'library',
'install_path' => __DIR__ . '/../dompdf/dompdf',
'aliases' => array(),
'dev_requirement' => false,
),
'insu/commonwell-corp' => array(
'pretty_version' => 'dev-master',
'version' => 'dev-master',
'reference' => 'ada974d33e0f5a22e7124905c40b3d111996b970',
'type' => 'library',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
'dev_requirement' => false,
),
'phenx/php-font-lib' => array(
'pretty_version' => '0.5.4',
'version' => '0.5.4.0',
'reference' => 'dd448ad1ce34c63d09baccd05415e361300c35b4',
'type' => 'library',
'install_path' => __DIR__ . '/../phenx/php-font-lib',
'aliases' => array(),
'dev_requirement' => false,
),
'phenx/php-svg-lib' => array(
'pretty_version' => '0.3.4',
'version' => '0.3.4.0',
'reference' => 'f627771eb854aa7f45f80add0f23c6c4d67ea0f2',
'type' => 'library',
'install_path' => __DIR__ . '/../phenx/php-svg-lib',
'aliases' => array(),
'dev_requirement' => false,
),
'sabberworm/php-css-parser' => array(
'pretty_version' => '8.4.0',
'version' => '8.4.0.0',
'reference' => 'e41d2140031d533348b2192a83f02d8dd8a71d30',
'type' => 'library',
'install_path' => __DIR__ . '/../sabberworm/php-css-parser',
'aliases' => array(),
'dev_requirement' => false,
),
'sunra/php-simple-html-dom-parser' => array(
'pretty_version' => 'v1.5.0',
'version' => '1.5.0.0',
'reference' => 'a0b80ace086c7e09085669205e1b3c2c9c7a453c',
'type' => 'library',
'install_path' => __DIR__ . '/../sunra/php-simple-html-dom-parser',
'aliases' => array(),
'dev_requirement' => true,
),
),
);