-
Notifications
You must be signed in to change notification settings - Fork 44
/
package.xml
121 lines (121 loc) · 4.31 KB
/
package.xml
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
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
<?xml version="1.0" encoding="UTF-8"?>
<package version="2.0" 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"
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>TokenReflection</name>
<channel>pear.andrewsville.cz</channel>
<summary>PHP reflection replacement.</summary>
<description>
Reflection library that does not need to load the source code and uses just the tokenized source code. Compatible with the PHP reflection and adds many useful features.
</description>
<lead>
<name>Ondřej Nešpor</name>
<user>andrewsville</user>
<email>andrew@andrewsville.cz</email>
<active>yes</active>
</lead>
<developer>
<name>Jaroslav Hanslík</name>
<user>kukulich</user>
<email>kontakt@kukulich.cz</email>
<active>yes</active>
</developer>
<date>2012-08-25</date>
<version>
<release>1.4.0</release>
<api>1.0.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="https://github.com/Andrewsville/PHP-Token-Reflection/blob/master/LICENSE">New BSD</license>
<notes>-</notes>
<contents>
<dir name="/">
<dir name="TokenReflection">
<dir name="Broker">
<dir name="Backend">
<file name="Memory.php" role="php" />
</dir>
<file name="Backend.php" role="php" />
</dir>
<dir name="Dummy">
<file name="ReflectionClass.php" role="php" />
</dir>
<dir name="Invalid">
<file name="ReflectionElement.php" role="php" />
<file name="ReflectionClass.php" role="php" />
<file name="ReflectionConstant.php" role="php" />
<file name="ReflectionFunction.php" role="php" />
</dir>
<dir name="Exception">
<file name="BaseException.php" role="php" />
<file name="BrokerException.php" role="php" />
<file name="FileProcessingException.php" role="php" />
<file name="ParseException.php" role="php" />
<file name="RuntimeException.php" role="php" />
<file name="StreamException.php" role="php" />
</dir>
<dir name="Php">
<file name="IReflection.php" role="php" />
<file name="ReflectionClass.php" role="php" />
<file name="ReflectionConstant.php" role="php" />
<file name="ReflectionExtension.php" role="php" />
<file name="ReflectionFunction.php" role="php" />
<file name="ReflectionMethod.php" role="php" />
<file name="ReflectionParameter.php" role="php" />
<file name="ReflectionProperty.php" role="php" />
</dir>
<dir name="Stream">
<file name="StreamBase.php" role="php" />
<file name="FileStream.php" role="php" />
<file name="StringStream.php" role="php" />
</dir>
<file name="Broker.php" role="php" />
<file name="IReflection.php" role="php" />
<file name="IReflectionClass.php" role="php" />
<file name="IReflectionConstant.php" role="php" />
<file name="IReflectionExtension.php" role="php" />
<file name="IReflectionFunction.php" role="php" />
<file name="IReflectionFunctionBase.php" role="php" />
<file name="IReflectionMethod.php" role="php" />
<file name="IReflectionNamespace.php" role="php" />
<file name="IReflectionParameter.php" role="php" />
<file name="IReflectionProperty.php" role="php" />
<file name="ReflectionAnnotation.php" role="php" />
<file name="ReflectionBase.php" role="php" />
<file name="ReflectionClass.php" role="php" />
<file name="ReflectionConstant.php" role="php" />
<file name="ReflectionElement.php" role="php" />
<file name="ReflectionFile.php" role="php" />
<file name="ReflectionFileNamespace.php" role="php" />
<file name="ReflectionFunction.php" role="php" />
<file name="ReflectionFunctionBase.php" role="php" />
<file name="ReflectionMethod.php" role="php" />
<file name="ReflectionNamespace.php" role="php" />
<file name="ReflectionParameter.php" role="php" />
<file name="ReflectionProperty.php" role="php" />
<file name="Resolver.php" role="php" />
</dir>
<file name="LICENSE.md" role="doc" />
<file name="README.md" role="doc" />
</dir>
</contents>
<dependencies>
<required>
<php>
<min>5.3.0</min>
</php>
<pearinstaller>
<min>1.4.0</min>
</pearinstaller>
<extension>
<name>tokenizer</name>
</extension>
</required>
</dependencies>
<phprelease />
</package>