Skip to content

Commit 2aaf249

Browse files
committed
Mention this supports newer php versions in package.xml
1 parent d7950c2 commit 2aaf249

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<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">
33
<name>ast</name>
44
<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.
5+
<summary>Extension exposing PHP 7+ abstract syntax tree</summary>
6+
<description>php-ast exports the AST internally used by PHP 7+.
77
php-ast is significantly faster than PHP-Parser, because the AST construction is implemented in C.
88
However, php-ast may only parse code that is syntactically valid on the version of PHP it runs on.</description>
99
<lead>

0 commit comments

Comments
 (0)