Use yml instead of yaml (sync with craft)

This commit is contained in:
crazywhalecc 2026-01-26 00:50:39 +08:00
parent ccd948e58a
commit 3a575f0bf7
No known key found for this signature in database
GPG Key ID: 1F4BDD59391F2680
3 changed files with 2 additions and 2 deletions

View File

@ -12,13 +12,13 @@
},
"config": [
"config/pkg.ext.json",
"config/pkg.lib.yaml",
"config/pkg.lib.yml",
"config/pkg.target.json"
]
},
"artifact": {
"config": [
"config/artifact.yaml"
"config/artifact.yml"
],
"psr-4": {
"Package\\Artifact": "src/Package/Artifact"