Merge pull request #583 from Halleck45/support_ast_extension

Support AST extension
This commit is contained in:
Jean-François Lépine
2025-01-13 04:11:32 +01:00
committed by GitHub
parent a3e0ad6b9f
commit 20dad4cdb3
4 changed files with 22 additions and 2 deletions

View File

@@ -17,6 +17,10 @@
"type": "external",
"source": "apcu"
},
"ast": {
"type": "external",
"source": "ast"
},
"bcmath": {
"type": "builtin"
},

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",