Support AST extension

This commit is contained in:
Jean-François Lépine
2024-12-26 07:12:24 +01:00
parent 4b16631d45
commit 287e278184
9 changed files with 107 additions and 1 deletions

View File

@@ -26,6 +26,16 @@
"path": "LICENSE"
}
},
"ast": {
"type": "url",
"url": "https://pecl.php.net/get/ast",
"path": "php-src/ext/ast",
"filename": "ast.tgz",
"license": {
"type": "file",
"path": "LICENSE"
}
},
"brotli": {
"type": "ghtar",
"repo": "google/brotli",