mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-11 15:16:55 +03:00
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"bundles": {
|
||||
"PHPZlc\\Flex\\Bundle\\FlexBundle": ["dev", "test"]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"phpzlc-flex.yaml": "config/packages/phpzlc-flex.yaml"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,4 @@
|
||||
services:
|
||||
phpzlc.flex.command.install:
|
||||
class: \PHPZlc\Flex\Bundle\Command\InstallCommand
|
||||
tags: [ console.command ]
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"bundles": {
|
||||
"PHPZlc\\PHPZlc\\Bundle\\PHPZlcBundle": ["all"]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"Business/":"src/Business/"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"gitignore": [
|
||||
"/public/upload/*",
|
||||
"!/public/upload/.gitignore"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user