add --with-frankenphp-app option to embed an app

# Conflicts:
#	config/lib.json
#	src/SPC/builder/unix/UnixBuilderBase.php
This commit is contained in:
DubbleClick
2025-09-05 21:36:25 +07:00
committed by henderkes
parent 987ad4b846
commit 9edb9417a1
5 changed files with 75 additions and 9 deletions

View File

@@ -363,6 +363,16 @@
"path": "LICENSE"
}
},
"frankenphp": {
"type": "ghtar",
"repo": "php/frankenphp",
"prefer-stable": true,
"provide-pre-build": false,
"license": {
"type": "file",
"path": "LICENSE"
}
},
"icu-static-win": {
"type": "url",
"url": "https://dl.static-php.dev/static-php-cli/deps/icu-static-windows-x64/icu-static-windows-x64.zip",