mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-07 00:35:41 +08:00
- Add 'tools' field to ConfigValidator for build-time tool declarations - Move jom and strawberry-perl from depends@windows to tools@windows in openssl.yml - Move go-xcaddy/go-win from depends to tools in frankenphp.yml - Register config/pkg/tool/ path in spc.registry.yml - Use addInstallPackage for upx tool in php.php (ToolPackage instead of library dep) - Include 'tool' type in DumpCapabilitiesCommand and InstallPackageCommand package lists
22 lines
410 B
YAML
22 lines
410 B
YAML
name: core
|
|
autoload: vendor/autoload.php
|
|
doctor:
|
|
psr-4:
|
|
StaticPHP\Doctor\Item: src/StaticPHP/Doctor/Item
|
|
package:
|
|
psr-4:
|
|
Package: src/Package
|
|
config:
|
|
- config/pkg/lib/
|
|
- config/pkg/target/
|
|
- config/pkg/ext/
|
|
- config/pkg/tool/
|
|
artifact:
|
|
config:
|
|
- config/artifact/
|
|
psr-4:
|
|
Package\Artifact: src/Package/Artifact
|
|
command:
|
|
psr-4:
|
|
Package\Command: src/Package/Command
|