Skip to content

Commit 7e7c1c4

Browse files
authored
Add PIE support (#249)
1 parent f811478 commit 7e7c1c4

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

composer.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)