Separate package config

This commit is contained in:
crazywhalecc
2026-02-02 13:32:35 +08:00
parent f232588dbe
commit 455d42d162
21 changed files with 294 additions and 157 deletions

View File

@@ -1,5 +1,5 @@
{
"name": "internal",
"name": "core",
"autoload": "vendor/autoload.php",
"doctor": {
"psr-4": {
@@ -12,14 +12,11 @@
},
"config": [
"config/pkg.ext.json",
"config/pkg.lib.yaml",
"config/pkg/lib",
"config/pkg.target.json"
]
},
"artifact": {
"config": [
"config/artifact.yaml"
],
"psr-4": {
"Package\\Artifact": "src/Package/Artifact"
}