summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/composer.json b/composer.json
new file mode 100644
index 0000000..35251b0
--- /dev/null
+++ b/composer.json
@@ -0,0 +1,12 @@
+{
+ "name": "nikic/php-ast",
+ "type": "php-ext",
+ "license": "BSD-3-Clause",
+ "description": "Extension exposing PHP 7 abstract syntax tree",
+ "require": {
+ "php": ">= 7.2.0"
+ },
+ "php-ext": {
+ "extension-name": "ast"
+ }
+}