We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f811478 commit 7e7c1c4Copy full SHA for 7e7c1c4
1 file changed
composer.json
@@ -0,0 +1,12 @@
1
+{
2
+ "name": "nikic/php-ast",
3
+ "type": "php-ext",
4
+ "license": "BSD-3-Clause",
5
+ "description": "Extension exposing PHP 7 abstract syntax tree",
6
+ "require": {
7
+ "php": ">= 7.2.0"
8
+ },
9
+ "php-ext": {
10
+ "extension-name": "ast"
11
+ }
12
+}
0 commit comments