Files
static-php-cli/config/pkg/target/frankenphp.yml

27 lines
452 B
YAML
Raw Normal View History

2026-02-10 22:35:25 +08:00
frankenphp:
type: target
artifact:
source:
type: ghtar
repo: php/frankenphp
prefer-stable: true
metadata:
license-files: [LICENSE]
license: MIT
depends:
- php-embed
- go-xcaddy
2026-04-12 23:17:50 +08:00
depends@windows:
- php-embed
- go-win
- pthreads4w
2026-02-10 22:35:25 +08:00
suggests@unix:
- brotli
- watcher
2026-04-12 23:17:50 +08:00
suggests@windows:
- brotli
2026-02-10 22:35:25 +08:00
static-bins@unix:
- frankenphp
2026-04-12 23:17:50 +08:00
static-bins@windows:
- frankenphp.exe