Skip to content

Commit 51be28f

Browse files
committed
Move package.xml sample files into data dir. update package.ini file.
1 parent 5f0fcf2 commit 51be28f

File tree

5 files changed

+231
-17
lines changed

5 files changed

+231
-17
lines changed
File renamed without changes.
File renamed without changes.

data/twig_package.xml

+188
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,188 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<package packagerversion="1.9.4" version="2.0"
3+
xmlns="http://pear.php.net/dtd/package-2.0"
4+
xmlns:tasks="http://pear.php.net/dtd/tasks-1.0"
5+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
6+
xsi:schemaLocation="http://pear.php.net/dtd/tasks-1.0
7+
http://pear.php.net/dtd/tasks-1.0.xsd
8+
http://pear.php.net/dtd/package-2.0
9+
http://pear.php.net/dtd/package-2.0.xsd">
10+
<name>Twig</name>
11+
<channel>pear.twig-project.org</channel>
12+
<summary>Twig is a PHP template engine.</summary>
13+
<description>Twig is a template language for PHP, released under the new BSD license
14+
(code and documentation).
15+
16+
Twig uses a syntax similar to the Django and Jinja template languages which
17+
inspired the Twig runtime environment.</description>
18+
<lead>
19+
<name>Fabien Potencier</name>
20+
<user>fabpot</user>
21+
<email>[email protected]</email>
22+
<active>yes</active>
23+
</lead>
24+
<lead>
25+
<name>Armin Ronacher</name>
26+
<user>armin</user>
27+
<email>[email protected]</email>
28+
<active>no</active>
29+
</lead>
30+
<date>2011-10-08</date>
31+
<time>12:06:36</time>
32+
<version>
33+
<release>1.3.0</release>
34+
<api>1.3.0</api>
35+
</version>
36+
<stability>
37+
<release>stable</release>
38+
<api>stable</api>
39+
</stability>
40+
<license uri="http://www.opensource.org/licenses/bsd-license.php">BSD Style</license>
41+
<notes>
42+
-
43+
</notes>
44+
<contents>
45+
<dir name="/">
46+
<file install-as="Twig/Autoloader.php" md5sum="b60338d1df4f145c7318d8f870925d1e" name="lib/Twig/Autoloader.php" role="php" />
47+
<file install-as="Twig/Compiler.php" md5sum="235afd4d71b0a3b137188c2aae9e5c59" name="lib/Twig/Compiler.php" role="php" />
48+
<file install-as="Twig/CompilerInterface.php" md5sum="4220fe6cd6b043e4468fcba77143527c" name="lib/Twig/CompilerInterface.php" role="php" />
49+
<file install-as="Twig/Environment.php" md5sum="6663fc9d61edcc9a99df15f7eaa612d2" name="lib/Twig/Environment.php" role="php" />
50+
<file install-as="Twig/Error/Loader.php" md5sum="5db85495a5645c80f4140fa8a9bf5013" name="lib/Twig/Error/Loader.php" role="php" />
51+
<file install-as="Twig/Error/Runtime.php" md5sum="13560153f1718a74c480fe69fafd7a5f" name="lib/Twig/Error/Runtime.php" role="php" />
52+
<file install-as="Twig/Error/Syntax.php" md5sum="733382329fc9f9021b402fa6078f8834" name="lib/Twig/Error/Syntax.php" role="php" />
53+
<file install-as="Twig/Error.php" md5sum="ea0144da0db2d1eb0f404517238d1cb2" name="lib/Twig/Error.php" role="php" />
54+
<file install-as="Twig/ExpressionParser.php" md5sum="85a7797b1bb27c73e6c8d7edb8a7acd5" name="lib/Twig/ExpressionParser.php" role="php" />
55+
<file install-as="Twig/Extension/Core.php" md5sum="4f33fd77978ec08e5ce720e31a2b4dba" name="lib/Twig/Extension/Core.php" role="php" />
56+
<file install-as="Twig/Extension/Escaper.php" md5sum="55a62aff75d9c5da471fc15d26fec476" name="lib/Twig/Extension/Escaper.php" role="php" />
57+
<file install-as="Twig/Extension/Optimizer.php" md5sum="90d559bc3f34fd2952905ddd72f906b3" name="lib/Twig/Extension/Optimizer.php" role="php" />
58+
<file install-as="Twig/Extension/Sandbox.php" md5sum="a34b2327ccad5c92aad3ff3a87725ef1" name="lib/Twig/Extension/Sandbox.php" role="php" />
59+
<file install-as="Twig/Extension.php" md5sum="60678788a151b67c7d3b8ab7aad24a8c" name="lib/Twig/Extension.php" role="php" />
60+
<file install-as="Twig/ExtensionInterface.php" md5sum="73c4136dce3616253d32230ec22c1417" name="lib/Twig/ExtensionInterface.php" role="php" />
61+
<file install-as="Twig/Filter/Function.php" md5sum="faa85e16c8fa3b407691a8ead075c36e" name="lib/Twig/Filter/Function.php" role="php" />
62+
<file install-as="Twig/Filter/Method.php" md5sum="3a69caa205ceb7d9c89599866a2061e2" name="lib/Twig/Filter/Method.php" role="php" />
63+
<file install-as="Twig/Filter.php" md5sum="e1f86916365e53b3ae933bc2e8837a22" name="lib/Twig/Filter.php" role="php" />
64+
<file install-as="Twig/FilterInterface.php" md5sum="034cf78602c2ebcf0e1537acdcd2d0a5" name="lib/Twig/FilterInterface.php" role="php" />
65+
<file install-as="Twig/Function/Function.php" md5sum="f9f4c718c1d5bb243df4d89e956698a9" name="lib/Twig/Function/Function.php" role="php" />
66+
<file install-as="Twig/Function/Method.php" md5sum="452473bcda655855b3623f0869d59bf2" name="lib/Twig/Function/Method.php" role="php" />
67+
<file install-as="Twig/Function.php" md5sum="dd475d64731d7eca38a2e38119dc1402" name="lib/Twig/Function.php" role="php" />
68+
<file install-as="Twig/FunctionInterface.php" md5sum="eb4324304ed9fde2f4b05a0b05e69b4a" name="lib/Twig/FunctionInterface.php" role="php" />
69+
<file install-as="Twig/Lexer.php" md5sum="4e2585b7a68859bb277e21af420b4d0b" name="lib/Twig/Lexer.php" role="php" />
70+
<file install-as="Twig/LexerInterface.php" md5sum="bb0dba6a012e9014f1f5f486191c53fb" name="lib/Twig/LexerInterface.php" role="php" />
71+
<file install-as="Twig/Loader/Array.php" md5sum="97e72841e2c829e21069f29d0fd08b5d" name="lib/Twig/Loader/Array.php" role="php" />
72+
<file install-as="Twig/Loader/Chain.php" md5sum="716b1babb3fccac6b671c6e030cff195" name="lib/Twig/Loader/Chain.php" role="php" />
73+
<file install-as="Twig/Loader/Filesystem.php" md5sum="6b154e160fcfa6a1fc214b2d4a980950" name="lib/Twig/Loader/Filesystem.php" role="php" />
74+
<file install-as="Twig/Loader/String.php" md5sum="b65a758666418ab8d9c77b86e0842273" name="lib/Twig/Loader/String.php" role="php" />
75+
<file install-as="Twig/LoaderInterface.php" md5sum="f797b6da3f398c0b94ce52bf72bf7a2e" name="lib/Twig/LoaderInterface.php" role="php" />
76+
<file install-as="Twig/Markup.php" md5sum="0666a4042a9ebcfbc0ccfd4ffa113acf" name="lib/Twig/Markup.php" role="php" />
77+
<file install-as="Twig/Node/AutoEscape.php" md5sum="014a9f209e0918608ab6ac8a0aa73616" name="lib/Twig/Node/AutoEscape.php" role="php" />
78+
<file install-as="Twig/Node/Block.php" md5sum="df40195ca02abb2aa1bf780e1bb42313" name="lib/Twig/Node/Block.php" role="php" />
79+
<file install-as="Twig/Node/BlockReference.php" md5sum="0bf2fd3ce32c22e00656086eb03d0cb2" name="lib/Twig/Node/BlockReference.php" role="php" />
80+
<file install-as="Twig/Node/Expression/Array.php" md5sum="d8031508f7cd44fe600b4ac40aa38711" name="lib/Twig/Node/Expression/Array.php" role="php" />
81+
<file install-as="Twig/Node/Expression/AssignName.php" md5sum="42e94b8e2a7a849e517ba1f4762feb6a" name="lib/Twig/Node/Expression/AssignName.php" role="php" />
82+
<file install-as="Twig/Node/Expression/Binary/Add.php" md5sum="5d16cd53c83be9b5d332f2e6a80d124f" name="lib/Twig/Node/Expression/Binary/Add.php" role="php" />
83+
<file install-as="Twig/Node/Expression/Binary/And.php" md5sum="308e349bc7dae1d6e8ffe563a0e059fc" name="lib/Twig/Node/Expression/Binary/And.php" role="php" />
84+
<file install-as="Twig/Node/Expression/Binary/BitwiseAnd.php" md5sum="621c82ab6fafa611309b08ce5f060f0c" name="lib/Twig/Node/Expression/Binary/BitwiseAnd.php" role="php" />
85+
<file install-as="Twig/Node/Expression/Binary/BitwiseOr.php" md5sum="b68c97739cb7bc6ff64242e0a3411fab" name="lib/Twig/Node/Expression/Binary/BitwiseOr.php" role="php" />
86+
<file install-as="Twig/Node/Expression/Binary/BitwiseXor.php" md5sum="ff650ff1dcad63ac4dbc9dd57df5eef2" name="lib/Twig/Node/Expression/Binary/BitwiseXor.php" role="php" />
87+
<file install-as="Twig/Node/Expression/Binary/Concat.php" md5sum="702c3a6603b0138b5a6b3d82e80e2a05" name="lib/Twig/Node/Expression/Binary/Concat.php" role="php" />
88+
<file install-as="Twig/Node/Expression/Binary/Div.php" md5sum="5b28cc3d88ddfae12b04f22a4f2860c2" name="lib/Twig/Node/Expression/Binary/Div.php" role="php" />
89+
<file install-as="Twig/Node/Expression/Binary/Equal.php" md5sum="3d26fb48b35b0f5ad315d296299a4c20" name="lib/Twig/Node/Expression/Binary/Equal.php" role="php" />
90+
<file install-as="Twig/Node/Expression/Binary/FloorDiv.php" md5sum="0910da99e3e01329fec591b7950dfb4f" name="lib/Twig/Node/Expression/Binary/FloorDiv.php" role="php" />
91+
<file install-as="Twig/Node/Expression/Binary/Greater.php" md5sum="6209c99dc1bce32340da0bebb5895bf3" name="lib/Twig/Node/Expression/Binary/Greater.php" role="php" />
92+
<file install-as="Twig/Node/Expression/Binary/GreaterEqual.php" md5sum="eecadb39bce3c07af85c8a03e735a326" name="lib/Twig/Node/Expression/Binary/GreaterEqual.php" role="php" />
93+
<file install-as="Twig/Node/Expression/Binary/In.php" md5sum="1c6b54c6128846b57bab85686a34bc73" name="lib/Twig/Node/Expression/Binary/In.php" role="php" />
94+
<file install-as="Twig/Node/Expression/Binary/Less.php" md5sum="d2df3932fc9d04720399302098258a18" name="lib/Twig/Node/Expression/Binary/Less.php" role="php" />
95+
<file install-as="Twig/Node/Expression/Binary/LessEqual.php" md5sum="e4fd68cfbded83d91cfafafc81e80311" name="lib/Twig/Node/Expression/Binary/LessEqual.php" role="php" />
96+
<file install-as="Twig/Node/Expression/Binary/Mod.php" md5sum="4e61aee836424a723f1c0314f32b3ec3" name="lib/Twig/Node/Expression/Binary/Mod.php" role="php" />
97+
<file install-as="Twig/Node/Expression/Binary/Mul.php" md5sum="a8d6077b84b988aef093159e4521969f" name="lib/Twig/Node/Expression/Binary/Mul.php" role="php" />
98+
<file install-as="Twig/Node/Expression/Binary/NotEqual.php" md5sum="e5cf8bb39c1bce092fb84cbe5dbcf1f6" name="lib/Twig/Node/Expression/Binary/NotEqual.php" role="php" />
99+
<file install-as="Twig/Node/Expression/Binary/NotIn.php" md5sum="99281fa54772d040df9301b9018875e6" name="lib/Twig/Node/Expression/Binary/NotIn.php" role="php" />
100+
<file install-as="Twig/Node/Expression/Binary/Or.php" md5sum="835aa4edcbe9290749ca3e6f56c1fcd7" name="lib/Twig/Node/Expression/Binary/Or.php" role="php" />
101+
<file install-as="Twig/Node/Expression/Binary/Power.php" md5sum="c960e3c92ae6311d280f491658355c63" name="lib/Twig/Node/Expression/Binary/Power.php" role="php" />
102+
<file install-as="Twig/Node/Expression/Binary/Range.php" md5sum="3362365c37d9cf6d3e56c1eb0dbd104f" name="lib/Twig/Node/Expression/Binary/Range.php" role="php" />
103+
<file install-as="Twig/Node/Expression/Binary/Sub.php" md5sum="47650251c8b7e7c2b82df3a699d10cd6" name="lib/Twig/Node/Expression/Binary/Sub.php" role="php" />
104+
<file install-as="Twig/Node/Expression/Binary.php" md5sum="5753c84484d2fd6b4ca0920fb30513da" name="lib/Twig/Node/Expression/Binary.php" role="php" />
105+
<file install-as="Twig/Node/Expression/BlockReference.php" md5sum="ccf258f7d49033a76fbdd82ac207ecc8" name="lib/Twig/Node/Expression/BlockReference.php" role="php" />
106+
<file install-as="Twig/Node/Expression/Conditional.php" md5sum="94611e1b6bbc76388011855f0348fc2e" name="lib/Twig/Node/Expression/Conditional.php" role="php" />
107+
<file install-as="Twig/Node/Expression/Constant.php" md5sum="b3703810a66fd8d2fe792ed95e9949ea" name="lib/Twig/Node/Expression/Constant.php" role="php" />
108+
<file install-as="Twig/Node/Expression/ExtensionReference.php" md5sum="1f110207362443cfd771675d06dcf751" name="lib/Twig/Node/Expression/ExtensionReference.php" role="php" />
109+
<file install-as="Twig/Node/Expression/Filter.php" md5sum="a6412003921860d1ec26702f9ee04a2b" name="lib/Twig/Node/Expression/Filter.php" role="php" />
110+
<file install-as="Twig/Node/Expression/Function.php" md5sum="33ce87e7b0c0dee3e5b5c179d58506e7" name="lib/Twig/Node/Expression/Function.php" role="php" />
111+
<file install-as="Twig/Node/Expression/GetAttr.php" md5sum="742dcf5d2bbdd4c1fb40a7d241abfcb0" name="lib/Twig/Node/Expression/GetAttr.php" role="php" />
112+
<file install-as="Twig/Node/Expression/Name.php" md5sum="81355e25d70a6c6448283df73c99c44d" name="lib/Twig/Node/Expression/Name.php" role="php" />
113+
<file install-as="Twig/Node/Expression/Parent.php" md5sum="6d0ba5dacd7e1a52f722c9b29d41979c" name="lib/Twig/Node/Expression/Parent.php" role="php" />
114+
<file install-as="Twig/Node/Expression/Test.php" md5sum="6d1819401c6f3c20e3109c6dbcc1e8b4" name="lib/Twig/Node/Expression/Test.php" role="php" />
115+
<file install-as="Twig/Node/Expression/Unary/Neg.php" md5sum="08e8112e6fabf7eba63b3a19672706c9" name="lib/Twig/Node/Expression/Unary/Neg.php" role="php" />
116+
<file install-as="Twig/Node/Expression/Unary/Not.php" md5sum="0d3a4717baffc2ec33b373bb265a6413" name="lib/Twig/Node/Expression/Unary/Not.php" role="php" />
117+
<file install-as="Twig/Node/Expression/Unary/Pos.php" md5sum="e35ab856982e8b07351a893609751c26" name="lib/Twig/Node/Expression/Unary/Pos.php" role="php" />
118+
<file install-as="Twig/Node/Expression/Unary.php" md5sum="b712815036f4e0cbca846e3088cb3fc6" name="lib/Twig/Node/Expression/Unary.php" role="php" />
119+
<file install-as="Twig/Node/Expression.php" md5sum="b42e9625dca8ea43eb2e353ee9df7b21" name="lib/Twig/Node/Expression.php" role="php" />
120+
<file install-as="Twig/Node/For.php" md5sum="27b9fa6c3cebf9de34c1e9427cac70b3" name="lib/Twig/Node/For.php" role="php" />
121+
<file install-as="Twig/Node/If.php" md5sum="0fda4f301d6f945560a408d91c3e7ba2" name="lib/Twig/Node/If.php" role="php" />
122+
<file install-as="Twig/Node/Import.php" md5sum="f9b2087b8517f83c8b6c1da38ccc6cca" name="lib/Twig/Node/Import.php" role="php" />
123+
<file install-as="Twig/Node/Include.php" md5sum="fd71bcce4eb8cd26d783965346e59779" name="lib/Twig/Node/Include.php" role="php" />
124+
<file install-as="Twig/Node/Macro.php" md5sum="41452fb56da5783aff1d3ddb2a9f8e38" name="lib/Twig/Node/Macro.php" role="php" />
125+
<file install-as="Twig/Node/Module.php" md5sum="d12805efade076914ea0dfe2c2d23f45" name="lib/Twig/Node/Module.php" role="php" />
126+
<file install-as="Twig/Node/Print.php" md5sum="ce90572d8307af80eac319787e1d98e4" name="lib/Twig/Node/Print.php" role="php" />
127+
<file install-as="Twig/Node/Sandbox.php" md5sum="678c5506c98cab393ff3fa81ae8644d2" name="lib/Twig/Node/Sandbox.php" role="php" />
128+
<file install-as="Twig/Node/SandboxedModule.php" md5sum="a4200f13d4bb919f0a6493b9e94d71fa" name="lib/Twig/Node/SandboxedModule.php" role="php" />
129+
<file install-as="Twig/Node/SandboxedPrint.php" md5sum="e11e7407ccd97d8f4b1cc9c9b5de26ba" name="lib/Twig/Node/SandboxedPrint.php" role="php" />
130+
<file install-as="Twig/Node/Set.php" md5sum="382daf6d7d96dfce6cbf134a2a54ac07" name="lib/Twig/Node/Set.php" role="php" />
131+
<file install-as="Twig/Node/Spaceless.php" md5sum="678a54d5c8460cc1240428da903488ae" name="lib/Twig/Node/Spaceless.php" role="php" />
132+
<file install-as="Twig/Node/Text.php" md5sum="1776e4d7b004d7250a030e45f7aa443b" name="lib/Twig/Node/Text.php" role="php" />
133+
<file install-as="Twig/Node.php" md5sum="e1ff809fd07f97d33360b7d881dc5fbf" name="lib/Twig/Node.php" role="php" />
134+
<file install-as="Twig/NodeInterface.php" md5sum="45d9a1344c2b6ceff248630f9a770c37" name="lib/Twig/NodeInterface.php" role="php" />
135+
<file install-as="Twig/NodeOutputInterface.php" md5sum="70bcbac187c670192fec6b75b937fadd" name="lib/Twig/NodeOutputInterface.php" role="php" />
136+
<file install-as="Twig/NodeTraverser.php" md5sum="c17fc5bc569ad24a43f61c0506e690d9" name="lib/Twig/NodeTraverser.php" role="php" />
137+
<file install-as="Twig/NodeVisitor/Escaper.php" md5sum="0eb9f51d84a2206950c657ee0ea24d15" name="lib/Twig/NodeVisitor/Escaper.php" role="php" />
138+
<file install-as="Twig/NodeVisitor/Optimizer.php" md5sum="4feeeca0892f4d41a3761fbec1995503" name="lib/Twig/NodeVisitor/Optimizer.php" role="php" />
139+
<file install-as="Twig/NodeVisitor/SafeAnalysis.php" md5sum="7e91f0f50cc2921078fd54295d18fe6f" name="lib/Twig/NodeVisitor/SafeAnalysis.php" role="php" />
140+
<file install-as="Twig/NodeVisitor/Sandbox.php" md5sum="9ee3a66e1ee12ec83dce38ddfac7a3fc" name="lib/Twig/NodeVisitor/Sandbox.php" role="php" />
141+
<file install-as="Twig/NodeVisitorInterface.php" md5sum="4308ff5983ab6501d0036b32b769dadb" name="lib/Twig/NodeVisitorInterface.php" role="php" />
142+
<file install-as="Twig/Parser.php" md5sum="af89ebe4c6fff019a71d84065d70d5f6" name="lib/Twig/Parser.php" role="php" />
143+
<file install-as="Twig/ParserInterface.php" md5sum="706e9664288f77293e2342c2dbe08b26" name="lib/Twig/ParserInterface.php" role="php" />
144+
<file install-as="Twig/Sandbox/SecurityError.php" md5sum="4a66f26a40ca75a7bb3ee4b8202cfc57" name="lib/Twig/Sandbox/SecurityError.php" role="php" />
145+
<file install-as="Twig/Sandbox/SecurityPolicy.php" md5sum="d7a2ed0d9fdb9c561bd4a78fb09614fe" name="lib/Twig/Sandbox/SecurityPolicy.php" role="php" />
146+
<file install-as="Twig/Sandbox/SecurityPolicyInterface.php" md5sum="42a80c627ec623fb87076d3bf6afd996" name="lib/Twig/Sandbox/SecurityPolicyInterface.php" role="php" />
147+
<file install-as="Twig/Template.php" md5sum="e7f5b44574638193e6f7503cfe11768e" name="lib/Twig/Template.php" role="php" />
148+
<file install-as="Twig/TemplateInterface.php" md5sum="f4a55a08645c07f3c906bdd6ba7fd410" name="lib/Twig/TemplateInterface.php" role="php" />
149+
<file install-as="Twig/Test/Function.php" md5sum="d0483b9ee9d9423340f17b266fabac31" name="lib/Twig/Test/Function.php" role="php" />
150+
<file install-as="Twig/Test/Method.php" md5sum="882c77cf63f845604e64b9826d5558e2" name="lib/Twig/Test/Method.php" role="php" />
151+
<file install-as="Twig/TestInterface.php" md5sum="67cf9e62256218e6de33e10ea2e002ee" name="lib/Twig/TestInterface.php" role="php" />
152+
<file install-as="Twig/Token.php" md5sum="0af4c3f37cd6e4020502e0d5e03ba874" name="lib/Twig/Token.php" role="php" />
153+
<file install-as="Twig/TokenParser/AutoEscape.php" md5sum="6b2aface11ca7aa6bde8a5539f2ffeeb" name="lib/Twig/TokenParser/AutoEscape.php" role="php" />
154+
<file install-as="Twig/TokenParser/Block.php" md5sum="1b4cc8050050f5eb79407f974639930a" name="lib/Twig/TokenParser/Block.php" role="php" />
155+
<file install-as="Twig/TokenParser/Extends.php" md5sum="7094e8a5fa76068b79fa89e37302e392" name="lib/Twig/TokenParser/Extends.php" role="php" />
156+
<file install-as="Twig/TokenParser/Filter.php" md5sum="6dc4ff61ab5e29ab38749d1fa6d9e261" name="lib/Twig/TokenParser/Filter.php" role="php" />
157+
<file install-as="Twig/TokenParser/For.php" md5sum="aee34414b1120a49cea0b0af79c09dd6" name="lib/Twig/TokenParser/For.php" role="php" />
158+
<file install-as="Twig/TokenParser/From.php" md5sum="1e7272db5466430ef2e3542e8e8d57d5" name="lib/Twig/TokenParser/From.php" role="php" />
159+
<file install-as="Twig/TokenParser/If.php" md5sum="0fa9468820faa02dbdfb4ed9fe50f233" name="lib/Twig/TokenParser/If.php" role="php" />
160+
<file install-as="Twig/TokenParser/Import.php" md5sum="725bf02538f411ad08be4e01fe704308" name="lib/Twig/TokenParser/Import.php" role="php" />
161+
<file install-as="Twig/TokenParser/Include.php" md5sum="a97e02d8a67f139c376d34562eb9c0aa" name="lib/Twig/TokenParser/Include.php" role="php" />
162+
<file install-as="Twig/TokenParser/Macro.php" md5sum="ccdc99f4366bc5a2addbbff46b722241" name="lib/Twig/TokenParser/Macro.php" role="php" />
163+
<file install-as="Twig/TokenParser/Sandbox.php" md5sum="e128258a6744a2106d2386a2f9f33075" name="lib/Twig/TokenParser/Sandbox.php" role="php" />
164+
<file install-as="Twig/TokenParser/Set.php" md5sum="b9c5cf129bca5e6312c7b36f021b0bfe" name="lib/Twig/TokenParser/Set.php" role="php" />
165+
<file install-as="Twig/TokenParser/Spaceless.php" md5sum="075121b12033a96e0af0269a7d04b03b" name="lib/Twig/TokenParser/Spaceless.php" role="php" />
166+
<file install-as="Twig/TokenParser/Use.php" md5sum="a25d294d8829d010feb3bf37563ea5f9" name="lib/Twig/TokenParser/Use.php" role="php" />
167+
<file install-as="Twig/TokenParser.php" md5sum="c10791fa6d860ce56165e7bbb7dcd5b2" name="lib/Twig/TokenParser.php" role="php" />
168+
<file install-as="Twig/TokenParserBroker.php" md5sum="844a00543302945607a461fc534ffc1f" name="lib/Twig/TokenParserBroker.php" role="php" />
169+
<file install-as="Twig/TokenParserBrokerInterface.php" md5sum="328ad3ce4640ac148224a52ddd45f71c" name="lib/Twig/TokenParserBrokerInterface.php" role="php" />
170+
<file install-as="Twig/TokenParserInterface.php" md5sum="370c856dfbc2cd9418ced0638e182b7d" name="lib/Twig/TokenParserInterface.php" role="php" />
171+
<file install-as="Twig/TokenStream.php" md5sum="697aa870d79052611e5c9be0bff9bfed" name="lib/Twig/TokenStream.php" role="php" />
172+
<file md5sum="20075d1017c3c5f597e16a017e37e499" name="AUTHORS" role="doc" />
173+
<file md5sum="f6426a3477833bdc3729e1ae9ee9c049" name="LICENSE" role="doc" />
174+
<file md5sum="d07098d9bc4ffc2817419b2436a8ca6e" name="README.markdown" role="doc" />
175+
</dir>
176+
</contents>
177+
<dependencies>
178+
<required>
179+
<php>
180+
<min>5.2.4</min>
181+
</php>
182+
<pearinstaller>
183+
<min>1.4.0</min>
184+
</pearinstaller>
185+
</required>
186+
</dependencies>
187+
<phprelease />
188+
</package>

0 commit comments

Comments
 (0)