diff --git a/phpzlc/flex/2.0/manifest.json b/phpzlc/flex/2.0/manifest.json new file mode 100644 index 00000000..f35f12f0 --- /dev/null +++ b/phpzlc/flex/2.0/manifest.json @@ -0,0 +1,8 @@ +{ + "bundles": { + "PHPZlc\\Flex\\Bundle\\FlexBundle": ["dev", "test"] + }, + "copy-from-recipe": { + "phpzlc-flex.yaml": "config/packages/phpzlc-flex.yaml" + } +} diff --git a/phpzlc/flex/2.0/phpzlc-flex.yaml b/phpzlc/flex/2.0/phpzlc-flex.yaml new file mode 100644 index 00000000..f2aeca10 --- /dev/null +++ b/phpzlc/flex/2.0/phpzlc-flex.yaml @@ -0,0 +1,4 @@ +services: + phpzlc.flex.command.install: + class: \PHPZlc\Flex\Bundle\Command\InstallCommand + tags: [ console.command ] diff --git a/phpzlc/phpzlc/2.5/Business/.gitignore b/phpzlc/phpzlc/2.5/Business/.gitignore new file mode 100644 index 00000000..e69de29b diff --git a/phpzlc/phpzlc/2.5/manifest.json b/phpzlc/phpzlc/2.5/manifest.json new file mode 100644 index 00000000..b2d66cc5 --- /dev/null +++ b/phpzlc/phpzlc/2.5/manifest.json @@ -0,0 +1,8 @@ +{ + "bundles": { + "PHPZlc\\PHPZlc\\Bundle\\PHPZlcBundle": ["all"] + }, + "copy-from-recipe": { + "Business/":"src/Business/" + } +} diff --git a/phpzlc/upload-business/2.0/manifest.json b/phpzlc/upload-business/2.0/manifest.json new file mode 100644 index 00000000..3caa4479 --- /dev/null +++ b/phpzlc/upload-business/2.0/manifest.json @@ -0,0 +1,6 @@ +{ + "gitignore": [ + "/public/upload/*", + "!/public/upload/.gitignore" + ] +}