phpzlc 2.5 (#1480)

* phpzlc 2.5

* add yaml
This commit is contained in:
CJayHe
2023-01-30 21:07:10 +08:00
committed by GitHub
parent 791bdc77c3
commit 4b24381fe5
5 changed files with 26 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
{
"bundles": {
"PHPZlc\\Flex\\Bundle\\FlexBundle": ["dev", "test"]
},
"copy-from-recipe": {
"phpzlc-flex.yaml": "config/packages/phpzlc-flex.yaml"
}
}

View File

@@ -0,0 +1,4 @@
services:
phpzlc.flex.command.install:
class: \PHPZlc\Flex\Bundle\Command\InstallCommand
tags: [ console.command ]

0
phpzlc/phpzlc/2.5/Business/.gitignore vendored Normal file
View File

View File

@@ -0,0 +1,8 @@
{
"bundles": {
"PHPZlc\\PHPZlc\\Bundle\\PHPZlcBundle": ["all"]
},
"copy-from-recipe": {
"Business/":"src/Business/"
}
}

View File

@@ -0,0 +1,6 @@
{
"gitignore": [
"/public/upload/*",
"!/public/upload/.gitignore"
]
}