mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-09 18:05:36 +08:00
Use yml instead of yaml (sync with craft)
This commit is contained in:
@@ -12,13 +12,13 @@
|
|||||||
},
|
},
|
||||||
"config": [
|
"config": [
|
||||||
"config/pkg.ext.json",
|
"config/pkg.ext.json",
|
||||||
"config/pkg.lib.yaml",
|
"config/pkg.lib.yml",
|
||||||
"config/pkg.target.json"
|
"config/pkg.target.json"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"artifact": {
|
"artifact": {
|
||||||
"config": [
|
"config": [
|
||||||
"config/artifact.yaml"
|
"config/artifact.yml"
|
||||||
],
|
],
|
||||||
"psr-4": {
|
"psr-4": {
|
||||||
"Package\\Artifact": "src/Package/Artifact"
|
"Package\\Artifact": "src/Package/Artifact"
|
||||||
|
|||||||
Reference in New Issue
Block a user