mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-09 01:45:36 +08:00
v3 base
This commit is contained in:
32
spc.registry.json
Normal file
32
spc.registry.json
Normal file
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"name": "internal",
|
||||
"autoload": "vendor/autoload.php",
|
||||
"doctor": {
|
||||
"psr-4": {
|
||||
"StaticPHP\\Doctor\\Item": "src/StaticPHP/Doctor/Item"
|
||||
}
|
||||
},
|
||||
"package": {
|
||||
"psr-4": {
|
||||
"Package": "src/Package"
|
||||
},
|
||||
"config": [
|
||||
"config/pkg.ext.json",
|
||||
"config/pkg.lib.json",
|
||||
"config/pkg.target.json"
|
||||
]
|
||||
},
|
||||
"artifact": {
|
||||
"config": [
|
||||
"config/artifact.json"
|
||||
],
|
||||
"psr-4": {
|
||||
"Package\\Artifact": "src/Package/Artifact"
|
||||
}
|
||||
},
|
||||
"command": {
|
||||
"psr-4": {
|
||||
"Package\\Command": "src/Package/Command"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user