mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-03-23 16:22:19 +01:00
8
phpzlc/flex/2.0/manifest.json
Normal file
8
phpzlc/flex/2.0/manifest.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"bundles": {
|
||||
"PHPZlc\\Flex\\Bundle\\FlexBundle": ["dev", "test"]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"phpzlc-flex.yaml": "config/packages/phpzlc-flex.yaml"
|
||||
}
|
||||
}
|
||||
4
phpzlc/flex/2.0/phpzlc-flex.yaml
Normal file
4
phpzlc/flex/2.0/phpzlc-flex.yaml
Normal 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
0
phpzlc/phpzlc/2.5/Business/.gitignore
vendored
Normal file
8
phpzlc/phpzlc/2.5/manifest.json
Normal file
8
phpzlc/phpzlc/2.5/manifest.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"bundles": {
|
||||
"PHPZlc\\PHPZlc\\Bundle\\PHPZlcBundle": ["all"]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"Business/":"src/Business/"
|
||||
}
|
||||
}
|
||||
6
phpzlc/upload-business/2.0/manifest.json
Normal file
6
phpzlc/upload-business/2.0/manifest.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"gitignore": [
|
||||
"/public/upload/*",
|
||||
"!/public/upload/.gitignore"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user