forked from Respect/Config
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.xml
More file actions
103 lines (103 loc) · 4.79 KB
/
package.xml
File metadata and controls
103 lines (103 loc) · 4.79 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
<?xml version="1.0"?>
<package xmlns="http://pear.php.net/dtd/package-2.0" xmlns:tasks="http://pear.php.net/dtd/tasks-1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" packagerversion="1.4.10" version="2.0" xsi:schemaLocation="http://pear.php.net/dtd/tasks-1.0 http://pear.php.net/dtd/tasks-1.0.xsd http://pear.php.net/dtd/package-2.0 http://pear.php.net/dtd/package-2.0.xsd">
<name>Config</name>
<channel>respect.li/pear</channel>
<summary>A powerful, small, deadly simple configurator and dependency injection container made to be easy.</summary>
<description>A powerful, small, deadly simple configurator and dependency injection container made to be easy.</description>
<lead>
<name>Alexandre Gomes Gaigalas</name>
<user/>
<email>alexandre@gaigalas.net</email>
<active>yes</active>
</lead>
<lead>
<name>Augusto Pascutti</name>
<user/>
<email>augusto@phpsp.org.br</email>
<active>yes</active>
</lead>
<lead>
<name>Henrique Moody</name>
<user/>
<email>henriquemoody@gmail.com</email>
<active>yes</active>
</lead>
<lead>
<name>Ivo Nascimento</name>
<user/>
<email>iannsp@gmail.com</email>
<active>yes</active>
</lead>
<lead>
<name>Nick Lombard</name>
<user/>
<email>github@jigsoft.co.za</email>
<active>yes</active>
</lead>
<lead>
<name>Rogerio Prado de Jesus</name>
<user/>
<email>rogeriopradoj@gmail.com</email>
<active>yes</active>
</lead>
<lead>
<name>Thiago Rigo</name>
<user/>
<email>thiagophx@gmail.com</email>
<active>yes</active>
</lead>
<date>2013-02-22</date>
<time>04:40:43</time>
<version>
<release>1.0.0</release>
<api>1.0.0</api>
</version>
<stability>
<release>alpha</release>
<api>alpha</api>
</stability>
<license>BSD-3-Clause</license>
<notes>-</notes>
<contents>
<dir name="/">
<file name="tests/bootstrap.php" role="test" md5sum="05c1148d866258f623b99d2740e439e7"/>
<file name="tests/library/Respect/Config/ContainerTest.php" role="test" md5sum="95fb016dc297d4d734a687654c035b7b"/>
<file name="tests/library/Respect/Config/InstantiatorTest.php" role="test" md5sum="8841e3622df17a3f93f51d52c56ab991"/>
<file name="tests/library/Respect/Config/Issues/EnviromentConfigurationTest.php" role="test" md5sum="607be939282ff766e314d71c1afb97c3"/>
<file name="tests/library/Respect/Config/Issues/InstantiatorImplementsInvoke.php" role="test" md5sum="f91fd7f3eea694768639d16627c66bed"/>
<file name="tests/library/Respect/Config/Issues/LazyLoadTest.php" role="test" md5sum="85d93d68191771b23ade81383692b071"/>
<file name="tests/library/Respect/Config/Issues/StaticFactoryTest.php" role="test" md5sum="a45edb1e7933eeb2fdc545ddd884684f"/>
<file name="tests/phpunit.xml" role="test" md5sum="03642477f5a201be9c3161eb64dde993"/>
<file name="library/Respect/Config/Container.php" role="php" md5sum="e0aa7cd0fa7aacc7aebc12718ffad26a"/>
<file name="library/Respect/Config/Instantiator.php" role="php" md5sum="493c67dc56ef408d5afdfc6501485a49"/>
<file name="bin/pear-package.php" role="script" md5sum="3dc1bb0e7a09328071a0917754f4c720"/>
<file name="bin/phar-package.php" role="script" md5sum="2649d256243ace7f98ed4d18d181fbce"/>
</dir>
</contents>
<dependencies>
<required>
<php>
<min>5.3</min>
</php>
<pearinstaller>
<min>1.4.1</min>
</pearinstaller>
</required>
</dependencies>
<phprelease>
<filelist>
<install name="tests/bootstrap.php" as="bootstrap.php"/>
<install name="tests/library/Respect/Config/ContainerTest.php" as="library/Respect/Config/ContainerTest.php"/>
<install name="tests/library/Respect/Config/InstantiatorTest.php" as="library/Respect/Config/InstantiatorTest.php"/>
<install name="tests/library/Respect/Config/Issues/EnviromentConfigurationTest.php" as="library/Respect/Config/Issues/EnviromentConfigurationTest.php"/>
<install name="tests/library/Respect/Config/Issues/InstantiatorImplementsInvoke.php" as="library/Respect/Config/Issues/InstantiatorImplementsInvoke.php"/>
<install name="tests/library/Respect/Config/Issues/LazyLoadTest.php" as="library/Respect/Config/Issues/LazyLoadTest.php"/>
<install name="tests/library/Respect/Config/Issues/StaticFactoryTest.php" as="library/Respect/Config/Issues/StaticFactoryTest.php"/>
<install name="tests/phpunit.xml" as="phpunit.xml"/>
<install name="library/Respect/Config/Container.php" as="Respect/Config/Container.php"/>
<install name="library/Respect/Config/Instantiator.php" as="Respect/Config/Instantiator.php"/>
<install name="bin/pear-package.php" as="pear-package.php"/>
<install name="bin/phar-package.php" as="phar-package.php"/>
</filelist>
</phprelease>
</package>