-
Notifications
You must be signed in to change notification settings - Fork 78
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Release php-ast 1.0.4 * Update date, add me as <developer> in package.xml
- Loading branch information
1 parent
c391b7d
commit 34bad61
Showing
3 changed files
with
17 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,10 +12,16 @@ | |
<email>[email protected]</email> | ||
<active>yes</active> | ||
</lead> | ||
<date>2019-07-27</date> | ||
<developer> | ||
<name>Tyson Andre</name> | ||
<user>tandre</user> | ||
<email>[email protected]</email> | ||
<active>yes</active> | ||
</developer> | ||
<date>2019-11-10</date> | ||
<version> | ||
<release>1.0.4dev</release> | ||
<api>1.0.3</api> | ||
<release>1.0.4</release> | ||
<api>1.0.4</api> | ||
</version> | ||
<stability> | ||
<release>stable</release> | ||
|
@@ -24,7 +30,6 @@ | |
<license uri="https://github.com/nikic/php-ast/blob/master/LICENSE">BSD-3-Clause</license> | ||
<notes> | ||
- Add AST_TYPE_UNION to support PHP 8.0 Union Types. | ||
- TBD. | ||
</notes> | ||
<contents> | ||
<dir name="/"> | ||
|
@@ -86,6 +91,8 @@ | |
<file name="php74_ordinary_class.phpt" role="test" /> | ||
<file name="php74_parenthesized_conditional.phpt" role="test" /> | ||
<file name="php74_type_hints.phpt" role="test" /> | ||
<file name="php80_union_types.phpt" role="test" /> | ||
<file name="php80_union_types_nullable.phpt" role="test" /> | ||
<file name="prop_doc_comments.phpt" role="test" /> | ||
<file name="short_arrow_function.phpt" role="test" /> | ||
<file name="short_arrow_function_return.phpt" role="test" /> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
34bad61
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Version 1.0.4 is missing on PECL ?
https://pecl.php.net/package/ast => only 1.0.3
34bad61
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I merged it thinking I was able to create a PECL release but was mistaken.
#139 (comment)
34bad61
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@TysonAndre Added as lead now.