xref: /php-ast/package.xml (revision 5b3b9907)
1<?xml version="1.0" encoding="UTF-8"?>
2<package packagerversion="1.9.1" 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">
3 <name>ast</name>
4 <channel>pecl.php.net</channel>
5 <summary>Extension exposing PHP 7 abstract syntax tree</summary>
6 <description>php-ast exports the AST internally used by PHP 7.
7     php-ast is significantly faster than PHP-Parser, because the AST construction is implemented in C.
8     However, php-ast may only parse code that is syntactically valid on the version of PHP it runs on.</description>
9 <lead>
10  <name>Nikita Popov</name>
11  <user>nikic</user>
12  <email>nikic@php.net</email>
13  <active>yes</active>
14 </lead>
15 <lead>
16  <name>Tyson Andre</name>
17  <user>tandre</user>
18  <email>tandre@php.net</email>
19  <active>yes</active>
20 </lead>
21 <date>2023-11-12</date>
22 <version>
23  <release>1.1.2dev</release>
24  <api>1.1.2dev</api>
25 </version>
26 <stability>
27  <release>stable</release>
28  <api>stable</api>
29 </stability>
30 <license uri="https://github.com/nikic/php-ast/blob/master/LICENSE">BSD-3-Clause</license>
31 <notes>
32- TBD
33 </notes>
34 <contents>
35  <dir name="/">
36    <file name="config.m4" role="src" />
37    <file name="config.w32" role="src" />
38    <file name="util.php" role="doc" />
39    <file name="ast.c" role="src" />
40    <file name="ast_data.c" role="src" />
41    <file name="ast_arginfo.h" role="src" />
42    <file name="ast_str_defs.h" role="src" />
43    <file name="ast_stub.php" role="doc" />
44    <file name="LICENSE" role="doc" />
45    <file name="php_ast.h" role="src" />
46    <file name="README.md" role="doc" />
47    <file name="php_ast.h" role="src" />
48    <dir name="tests">
49      <file name="001.phpt" role="test" />
50      <file name="array_destructuring_old.phpt" role="test" />
51      <file name="array_destructuring.phpt" role="test" />
52      <file name="assign_ops.phpt" role="test" />
53      <file name="ast_dump_with_exclude_doc.phpt" role="test" />
54      <file name="ast_dump_with_linenos.phpt" role="test" />
55      <file name="attributes_01.phpt" role="test" />
56      <file name="attributes_02.phpt" role="test" />
57      <file name="binary_ops.phpt" role="test" />
58      <file name="by_ref_destructuring.phpt" role="test" />
59      <file name="class_consts.phpt" role="test" />
60      <file name="class_consts_80.phpt" role="test" />
61      <file name="class_const_types.phpt" role="test" />
62      <file name="class_name_version_50.phpt" role="test" />
63      <file name="class_name_version_70.phpt" role="test" />
64      <file name="class_on_objects.phpt" role="test" />
65      <file name="class.phpt" role="test" />
66      <file name="class_type_85.phpt" role="test" />
67      <file name="class_types.phpt" role="test" />
68      <file name="closure_use_vars.phpt" role="test" />
69      <file name="coalesce.phpt" role="test" />
70      <file name="concat.phpt" role="test" />
71      <file name="constructor.phpt" role="test" />
72      <file name="decl_ids.phpt" role="test" />
73      <file name="decl_normalization.phpt" role="test" />
74      <file name="empty_file.php" role="test" />
75      <file name="empty_file_parse.phpt" role="test" />
76      <file name="eval_include.phpt" role="test" />
77      <file name="functions_dont_use.phpt" role="test" />
78      <file name="generator_flag.phpt" role="test" />
79      <file name="get_kind_name.phpt" role="test" />
80      <file name="get_supported_versions.phpt" role="test" />
81      <file name="invalid_file.php" role="test" />
82      <file name="magic_constants.phpt" role="test" />
83      <file name="match_expression.phpt" role="test" />
84      <file name="metadata.phpt" role="test" />
85      <file name="mixed_type.phpt" role="test" />
86      <file name="multi_catch.phpt" role="test" />
87      <file name="multiple_final_modifiers.phpt" role="test" />
88      <file name="named_children.phpt" role="test" />
89      <file name="name_node.phpt" role="test" />
90      <file name="nested_stmt_lists.phpt" role="test" />
91      <file name="never_return_type.phpt" role="test" />
92      <file name="node_constructor_throw.phpt" role="test" />
93      <file name="nop_statements.phpt" role="test" />
94      <file name="nullable_types.phpt" role="test" />
95      <file name="object_type.phpt" role="test" />
96      <file name="params.phpt" role="test" />
97      <file name="parse_code_parse_error.phpt" role="test" />
98      <file name="parse_file_not_existing.phpt" role="test" />
99      <file name="parse_file_parse_error.phpt" role="test" />
100      <file name="parse_file.phpt" role="test" />
101      <file name="php74_ast_assign_coalesce.phpt" role="test" />
102      <file name="php74_dim_alternative_syntax.phpt" role="test" />
103      <file name="php74_ordinary_class.phpt" role="test" />
104      <file name="php74_parenthesized_conditional.phpt" role="test" />
105      <file name="php74_type_hints.phpt" role="test" />
106      <file name="php80_named_params.phpt" role="test" />
107      <file name="php80_noncapturing_catch.phpt" role="test" />
108      <file name="php80_nullsafe_operator.phpt" role="test" />
109      <file name="php80_promotion.phpt" role="test" />
110      <file name="php80_static_type.phpt" role="test" />
111      <file name="php80_union_types_false.phpt" role="test" />
112      <file name="php80_union_types_nullable.phpt" role="test" />
113      <file name="php80_union_types.phpt" role="test" />
114      <file name="php81_enums.phpt" role="test" />
115      <file name="php81_first_class_callable_support.phpt" role="test" />
116      <file name="php81_final_class_const.phpt" role="test" />
117      <file name="php81_intersection_types.phpt" role="test" />
118      <file name="php81_readonly.phpt" role="test" />
119      <file name="php82_dynamic_property_attribute.phpt" role="test" />
120      <file name="php82_encaps_list.phpt" role="test" />
121      <file name="php82_readonly_class.phpt" role="test" />
122      <file name="prop_doc_comments.phpt" role="test" />
123      <file name="short_arrow_function.phpt" role="test" />
124      <file name="short_arrow_function_return.phpt" role="test" />
125      <file name="short_arrow_function_decl_id.phpt" role="test" />
126      <file name="stmt_list.phpt" role="test" />
127      <file name="true_type.phpt" role="test" />
128      <file name="try_catch_finally.phpt" role="test" />
129      <file name="type_hints.phpt" role="test" />
130      <file name="unary_ops.phpt" role="test" />
131      <file name="use_declarations.phpt" role="test" />
132      <file name="valid_file.php" role="test" />
133      <file name="version_errors.phpt" role="test" />
134      <file name="zpp_errors.phpt" role="test" />
135    </dir>
136  </dir>
137 </contents>
138 <dependencies>
139  <required>
140   <php>
141    <min>7.2.0</min>
142   </php>
143   <pearinstaller>
144    <min>1.10.0</min>
145   </pearinstaller>
146  </required>
147 </dependencies>
148 <providesextension>ast</providesextension>
149 <extsrcrelease />
150 <changelog>
151  <release>
152   <version>
153    <release>1.1.1</release>
154    <api>1.1.1</api>
155   </version>
156   <stability>
157    <release>stable</release>
158    <api>stable</api>
159   </stability>
160   <license uri="https://github.com/nikic/php-ast/blob/master/LICENSE">BSD-3-Clause</license>
161   <notes>
162- Added support for PHP 8.3
163- In version 100, `AST_CLASS_CONST_GROUP` nodes have a `type` child node to represent typed class constants.
164   </notes>
165  </release>
166  <release>
167   <date>2022-08-09</date>
168   <version>
169    <release>1.1.0</release>
170    <api>1.1.0</api>
171   </version>
172   <stability>
173    <release>stable</release>
174    <api>stable</api>
175   </stability>
176   <license uri="https://github.com/nikic/php-ast/blob/master/LICENSE">BSD-3-Clause</license>
177   <notes>
178- Change documentation files to properly namespace attributes as `#[\AllowDynamicProperties]`. The reflection attributes are already correct.
179- Deprecated AST versions 50 and 60.
180- Drop support for php &lt;= 7.1
181- Fix test failures seen in php 8.2.0beta2 due to change to var_export's output format.
182- Add support for php 8.2 readonly classes. Add `ast\flags\CLASS_READONLY` constant.
183- Add support for php 8.2 `true` type. Add `ast\flags\TYPE_TRUE` constant.
184- Fix bug in php 8.2 where ZEND_AST_ARROW_FUNC output did not include the stub `AST_RETURN` node that was included in php 8.1 and below.
185   </notes>
186  </release>
187  <release>
188   <date>2021-11-27</date>
189   <version>
190    <release>1.0.16</release>
191    <api>1.0.16</api>
192   </version>
193   <stability>
194    <release>stable</release>
195    <api>stable</api>
196   </stability>
197   <license uri="https://github.com/nikic/php-ast/blob/master/LICENSE">BSD-3-Clause</license>
198   <notes>
199- Optimize instantiating properties of ast\Node and ast\Metadata.
200- Document that ast\Node implements `#[AllowDynamicProperties]` in php 8.2
201- Allow ast\Node to have dynamic properties without emitting a notice in PHP 8.2.
202   </notes>
203  </release>
204  <release>
205   <date>2021-11-27</date>
206   <version>
207    <release>1.0.15</release>
208    <api>1.0.15</api>
209   </version>
210   <stability>
211    <release>stable</release>
212    <api>stable</api>
213   </stability>
214   <license uri="https://github.com/nikic/php-ast/blob/master/LICENSE">BSD-3-Clause</license>
215   <notes>
216- Allow ast\Node to have dynamic properties without emitting a notice in PHP 8.2.
217   </notes>
218  </release>
219  <release>
220   <date>2021-07-24</date>
221   <version>
222    <release>1.0.14</release>
223    <api>1.0.14</api>
224   </version>
225   <stability>
226    <release>stable</release>
227    <api>stable</api>
228   </stability>
229   <license uri="https://github.com/nikic/php-ast/blob/master/LICENSE">BSD-3-Clause</license>
230   <notes>
231- Support php 8.1 readonly properties with the flag 'MODIFIER_READONLY'
232- Support php 8.1 first-class callable syntax, add the node kind 'AST_CALLABLE_CONVERT'
233- Change the current AST version from 80 to the new version 90. AST version 85 is no longer experimental.
234   </notes>
235  </release>
236  <release>
237   <date>2021-07-08</date>
238   <version>
239    <release>1.0.13</release>
240    <api>1.0.13</api>
241   </version>
242   <stability>
243    <release>stable</release>
244    <api>stable</api>
245   </stability>
246   <license uri="https://github.com/nikic/php-ast/blob/master/LICENSE">BSD-3-Clause</license>
247   <notes>
248- Indicate in metadata that 'AST_CLASS_CONST_GROUP' and 'AST_CLASS_CONST_DECL' can have 'MODIFIER_FINAL'
249  (and any modifier a class element can have, to reflect what the parser can actually parse)
250- Support php 8.1 intersection types, add the node kind 'AST_TYPE_INTERSECTION'
251   </notes>
252  </release>
253  <release>
254   <date>2021-05-16</date>
255   <version>
256    <release>1.0.12</release>
257    <api>1.0.12</api>
258   </version>
259   <stability>
260    <release>stable</release>
261    <api>stable</api>
262   </stability>
263   <license uri="https://github.com/nikic/php-ast/blob/master/LICENSE">BSD-3-Clause</license>
264   <notes>
265- Support parsing 'docComment' on php 8.1 enum cases
266- Indicate in metadata that 'AST_CLASS_CONST_GROUP' and 'AST_CLASS_CONST_DECL' can have MODIFIER_FINAL
267   </notes>
268  </release>
269  <release>
270   <date>2021-04-20</date>
271   <version>
272    <release>1.0.11</release>
273    <api>1.0.11</api>
274   </version>
275   <stability>
276    <release>stable</release>
277    <api>stable</api>
278   </stability>
279   <license uri="https://github.com/nikic/php-ast/blob/master/LICENSE">BSD-3-Clause</license>
280   <notes>
281- Add the experimental AST version 85.
282- Support php 8.1 enums, add 'type' (for enum type) to AST_CLASS nodes in AST version 85+.
283- Support php 8.1 'never' return type.
284   </notes>
285  </release>
286  <release>
287   <date>2020-09-12</date>
288   <version>
289    <release>1.0.10</release>
290    <api>1.0.10</api>
291   </version>
292   <stability>
293    <release>stable</release>
294    <api>stable</api>
295   </stability>
296   <license uri="https://github.com/nikic/php-ast/blob/master/LICENSE">BSD-3-Clause</license>
297   <notes>
298- Support attributes syntax change (`#[...]`) in php 8.0.0RC1.
299- Change the current AST version from 70 to 80. AST version 80 is no longer experimental.
300- Add `ReflectionParameter` defaults for `ast\parse_code` and `ast\get_supported_versions` in php 8.
301- Add parameter types and return types to reflection for various global functions.
302  php-ast was already throwing a `TypeError` when invalid parameter types were received.
303- Always throw instead of warning when invalid parameters are passed to the ast\Node constructor.
304   </notes>
305  </release>
306  <release>
307   <date>2020-09-02</date>
308   <version>
309    <release>1.0.9</release>
310    <api>1.0.9</api>
311   </version>
312   <stability>
313    <release>stable</release>
314    <api>stable</api>
315   </stability>
316   <license uri="https://github.com/nikic/php-ast/blob/master/LICENSE">BSD-3-Clause</license>
317   <notes>
318- Support API change in php 8.0.0beta3.
319   </notes>
320  </release>
321  <release>
322   <date>2020-08-04</date>
323   <version>
324    <release>1.0.8</release>
325    <api>1.0.8</api>
326   </version>
327   <stability>
328    <release>stable</release>
329    <api>stable</api>
330   </stability>
331   <license uri="https://github.com/nikic/php-ast/blob/master/LICENSE">BSD-3-Clause</license>
332   <notes>
333- Recommend using the new constant `ast\flags\PARAM_MODIFIER_*` when checking if parameters use constructor property promotion.
334  The values of `ast\flags\MODIFIER_*` and `ast\flags\PARAM_VARIADIC` had some overlap in some php 7 versions.
335  The new constants will have the same values as `ast\flags\MODIFIER_*` in PHP 8.0+, but different values in PHP 7
336  (and these flags will never be set in php 7).
337- Support PHP 8.0's named arguments.
338- Support PHP 8.0's nullsafe operator (`?->`).
339   </notes>
340  </release>
341  <release>
342   <date>2020-07-11</date>
343   <version>
344    <release>1.0.7</release>
345    <api>1.0.7</api>
346   </version>
347   <stability>
348    <release>stable</release>
349    <api>stable</api>
350   </stability>
351   <license uri="https://github.com/nikic/php-ast/blob/master/LICENSE">BSD-3-Clause</license>
352   <notes>
353- Add the experimental AST version 80
354- In AST version 80, support returning `mixed` types as an `AST_TYPE` with type `TYPE_MIXED` instead of an `AST_NAME`.
355- In AST version 80, support PHP 8.0 attributes for declarations.
356- Support PHP 8.0's Match expressions.
357- Support PHP 8.0 constructor property promotion, and allow indicating visibility on AST nodes.
358  Note that `MODIFIER_PUBLIC` and `ast\AST_PARAM` modifiers had overlap in php 7.4,
359  so the `MODIFIER_*` modifiers are only included in the provided metadata for php 8.0+
360   </notes>
361  </release>
362  <release>
363   <date>2020-02-22</date>
364   <version>
365    <release>1.0.6</release>
366    <api>1.0.6</api>
367   </version>
368   <stability>
369    <release>stable</release>
370    <api>stable</api>
371   </stability>
372   <license uri="https://github.com/nikic/php-ast/blob/master/LICENSE">BSD-3-Clause</license>
373   <notes>
374- Support TYPE_STATIC for the php 8.0 static return type.
375   </notes>
376  </release>
377  <release>
378   <date>2019-11-23</date>
379   <version>
380    <release>1.0.5</release>
381    <api>1.0.5</api>
382   </version>
383   <stability>
384    <release>stable</release>
385    <api>stable</api>
386   </stability>
387   <license uri="https://github.com/nikic/php-ast/blob/master/LICENSE">BSD-3-Clause</license>
388   <notes>
389- Add ast\flags\TYPE_FALSE to support PHP 8.0 Union Types.
390   </notes>
391  </release>
392  <release>
393   <date>2019-11-10</date>
394   <version>
395    <release>1.0.4</release>
396    <api>1.0.4</api>
397   </version>
398   <stability>
399    <release>stable</release>
400    <api>stable</api>
401   </stability>
402   <license uri="https://github.com/nikic/php-ast/blob/master/LICENSE">BSD-3-Clause</license>
403   <notes>
404- Add AST_TYPE_UNION to support PHP 8.0 Union Types.
405   </notes>
406  </release>
407  <release>
408   <date>2019-07-27</date>
409   <version>
410    <release>1.0.3</release>
411    <api>1.0.3</api>
412   </version>
413   <stability>
414    <release>stable</release>
415    <api>stable</api>
416   </stability>
417   <license uri="https://github.com/nikic/php-ast/blob/master/LICENSE">BSD-3-Clause</license>
418   <notes>
419- Fix build error in php 7.4.0alpha3.
420- Add `DIM_ALTERNATIVE_SYNTAX` as a flag of `AST_DIM` for `$x{'offset'}` (for php 7.4+)
421- Add `PARENTHESIZED_CONDITIONAL` as a flag of `AST_CONDITIONAL` for `($a ? $b : $c)` (for php 7.4+)
422- Bugfix: Make `ast\kind_uses_flags(ast\AST_ARROW_FUNC)` true in php 7.3 and lower.
423   </notes>
424  </release>
425  <release>
426   <date>2019-06-30</date>
427   <version>
428    <release>1.0.2</release>
429    <api>1.0.2</api>
430   </version>
431   <stability>
432    <release>stable</release>
433    <api>stable</api>
434   </stability>
435   <license uri="https://github.com/nikic/php-ast/blob/master/LICENSE">BSD-3-Clause</license>
436   <notes>
437- Fix compatibility with (currently) PHP 7.4 and PHP 8.0.
438- Support AST_ARROW_FUNC for PHP 7.4.
439- Make $version a required parameter for `ast\parse_*`. Previously, the absence would throw a LogicException.
440- Make AST version 70 the current version.
441   </notes>
442  </release>
443  <release>
444   <date>2019-02-11</date>
445   <version>
446    <release>1.0.1</release>
447    <api>1.0.1</api>
448   </version>
449   <stability>
450    <release>stable</release>
451    <api>stable</api>
452   </stability>
453   <license uri="https://github.com/nikic/php-ast/blob/master/LICENSE">BSD-3-Clause</license>
454   <notes>
455- Fix compatibility with (currently) PHP 7.4 and PHP 8.0.
456- Support BINARY_COALESCE as a flag of AST_ASSIGN_OP for the `??=` operator added in PHP 7.4.
457- Add AST version 70 (experimental):
458- Version 70 adds AST_PROP_GROUP with type information for property groups.
459- Version 70 adds AST_CLASS_NAME for `Foo::class`. Previously this used AST_CLASS_CONST
460   </notes>
461  </release>
462  <release>
463   <date>2018-10-21</date>
464   <version>
465    <release>1.0.0</release>
466    <api>1.0.0</api>
467   </version>
468   <stability>
469    <release>stable</release>
470    <api>stable</api>
471   </stability>
472   <license uri="https://github.com/nikic/php-ast/blob/master/LICENSE">BSD-3-Clause</license>
473   <notes>
474This release is the same as version 0.1.7 with obsolete and deprecated functionality removed.
475
476- Removed AST versions prior to version 50.
477- Removed ast\Node\Decl class, which is no longer used.
478- Removed AST kinds AST_AND, AST_COALESCE, AST_GREATER, AST_GREATER_EQUAL, AST_OR, AST_SILENCE,
479  AST_UNARY_MINUS, and AST_UNARY_PLUS, which are no longer used.
480- Removed ASSIGN_* AST flags, which are no longer used.
481   </notes>
482  </release>
483  <release>
484   <date>2018-10-06</date>
485   <version>
486    <release>0.1.7</release>
487    <api>0.1.7</api>
488   </version>
489   <stability>
490    <release>stable</release>
491    <api>stable</api>
492   </stability>
493   <license uri="https://github.com/nikic/php-ast/blob/master/LICENSE">BSD-3-Clause</license>
494   <notes>
495- Added AST version 60 with the following changes:
496  - `AST_FUNC_DECL` and `AST_METHOD` no longer generate a `uses` child. Previously this child was
497    always `null`.
498  - `AST_CONST_ELEM` now always has a `docComment` child. Previously it was absent on PHP 7.0.
499    On PHP 7.0 the value is always `null`.
500- Added `ARRAY_ELEM_REF` flag, which is used by `AST_ARRAY_ELEM` for by-reference array elements
501  and (since PHP 7.3) for by-reference destructuring. Previously this flag was represented simply
502  by the value `1`.
503- Deprecated AST versions 40 and 45.
504- Fix build against PHP 7.4-dev.
505   </notes>
506  </release>
507  <release>
508   <date>2017-10-08</date>
509   <version>
510    <release>0.1.6</release>
511    <api>0.1.6</api>
512   </version>
513   <stability>
514    <release>stable</release>
515    <api>stable</api>
516   </stability>
517   <license uri="https://github.com/nikic/php-ast/blob/master/LICENSE">BSD-3-Clause</license>
518   <notes>
519- Added ast\get_metadata() function, which returns an array of ast\Metadata objects, one for each
520  AST kind. The metadata contains information such as the supported flags for the kind.
521- Added ast\get_supported_versions() function, which provides an array of currently supported AST
522  versions.
523   </notes>
524  </release>
525  <release>
526   <date>2017-07-19</date>
527   <version>
528    <release>0.1.5</release>
529    <api>0.1.5</api>
530   </version>
531   <stability>
532    <release>stable</release>
533    <api>stable</api>
534   </stability>
535   <license uri="https://github.com/nikic/php-ast/blob/master/LICENSE">BSD-3-Clause</license>
536   <notes>
537- Fix issue #51: Make nullable array/callable have a flag of 0 in inner element, in version 40.
538- Added a constructor for the ast\Node class.
539- Added ast\flags\FUNC_GENERATOR constant, which is used since PHP 7.1.
540- Added ast\flags\FUNC_RETURNS_REF constant, intended to supersede ast\flags\RETURNS_REF.
541- Added ast\flags\CLOSURE_USE_REF constant, used by AST_CLOSURE_VAR nodes. Previously "1" was used.
542- Added version 45 with the following changes (PHP 7.2 support):
543  - An `object` type annotation now returns an `AST_TYPE` with `TYPE_OBJECT` flag, rather than
544    treating `object` as a class name.
545- Added version 50 with the following changes:
546  - `ast\Node\Decl` nodes are no longer generated. AST kinds `AST_FUNCTION`, `AST_METHOD`,
547    `AST_CLOSURE` and `AST_CLASS` now also use the normal `ast\Node` class. The `name` and
548    `docComment` properties are now represented as children. The `endLineno` is still represented as
549    an (undeclared) property.
550  - An integer `__declId` has been added to declaration nodes of kind `AST_FUNCTION`, `AST_METHOD`,
551    `AST_CLOSURE` and `AST_CLASS`. The `__declId` uniquely identifies a declaration within the
552	parsed code and will remain the same if the code is parsed again. This is useful to distinguish
553	closures declared on the same line, or multiple conditional declarations using the same name.
554	The ID is not unique across different codes/files.
555  - `\ast\parse_file` will now consistently return an empty statement list (similar to
556    `\ast\parse_code`) if it is was passed a zero-byte file. Previously, it would return `null`.
557   </notes>
558  </release>
559  <release>
560   <date>2017-01-25</date>
561   <version>
562    <release>0.1.4</release>
563    <api>0.1.4</api>
564   </version>
565   <license uri="https://github.com/nikic/php-ast/blob/master/LICENSE">BSD-3-Clause</license>
566   <notes>
567     0.1.4 release
568   </notes>
569  </release>
570  <release>
571   <date>2017-01-18</date>
572   <version>
573    <release>0.1.3</release>
574    <api>0.1.3</api>
575   </version>
576   <license uri="https://github.com/nikic/php-ast/blob/master/LICENSE">BSD-3-Clause</license>
577   <notes>
578     0.1.3 release
579   </notes>
580  </release>
581  <release>
582   <date>2017-08-04</date>
583   <version>
584    <release>0.1.2</release>
585    <api>0.1.2</api>
586   </version>
587   <license uri="https://github.com/nikic/php-ast/blob/master/LICENSE">BSD-3-Clause</license>
588   <notes>
589     0.1.2 release
590   </notes>
591  </release>
592  <release>
593   <date>2017-12-04</date>
594   <version>
595    <release>0.1.1</release>
596    <api>0.1.1</api>
597   </version>
598   <license uri="https://github.com/nikic/php-ast/blob/master/LICENSE">BSD-3-Clause</license>
599   <notes>
600     0.1.1 release
601   </notes>
602  </release>
603  <release>
604   <date>2017-12-04</date>
605   <version>
606    <release>0.1.0</release>
607    <api>0.1.0</api>
608   </version>
609   <license uri="https://github.com/nikic/php-ast/blob/master/LICENSE">BSD-3-Clause</license>
610   <notes>
611     0.1.0 release
612   </notes>
613  </release>
614 </changelog>
615</package>
616