From 8bf2a4151b15c7414dec0aa218f2c71bd0e262f4 Mon Sep 17 00:00:00 2001 From: "github-action[bot]" <> Date: Mon, 30 Jan 2023 13:07:28 +0000 Subject: [PATCH] Update Flex endpoint --- RECIPES.md | 5 ++-- ...4485724054a868b1834a2ba0d9facac964b8d.json | 30 +++++++++++++++++++ ...a3e8ccf670c38fa5c9e726aa05dc054a45030.json | 25 ++++++++++++++++ ...15c4d1308a7aeddf726a13169d26a9b6a687f.json | 14 +++++++++ index.json | 9 ++++-- phpzlc.flex.2.0.json | 30 +++++++++++++++++++ phpzlc.phpzlc.2.5.json | 25 ++++++++++++++++ phpzlc.upload-business.2.0.json | 14 +++++++++ 8 files changed, 148 insertions(+), 4 deletions(-) create mode 100644 archived/phpzlc.flex/d584485724054a868b1834a2ba0d9facac964b8d.json create mode 100644 archived/phpzlc.phpzlc/0d4a3e8ccf670c38fa5c9e726aa05dc054a45030.json create mode 100644 archived/phpzlc.upload-business/fd515c4d1308a7aeddf726a13169d26a9b6a687f.json create mode 100644 phpzlc.flex.2.0.json create mode 100644 phpzlc.phpzlc.2.5.json create mode 100644 phpzlc.upload-business.2.0.json diff --git a/RECIPES.md b/RECIPES.md index c4453d25..6dbf7644 100644 --- a/RECIPES.md +++ b/RECIPES.md @@ -408,11 +408,12 @@ Additional recipes can be found on the [Main Recipes Repository](https://github. | [phpzlc/auth-business](https://packagist.org/packages/phpzlc/auth-business) | [1.0](phpzlc/auth-business/1.0) | | [phpzlc/captcha-business](https://packagist.org/packages/phpzlc/captcha-business) | [1.0](phpzlc/captcha-business/1.0) | | [phpzlc/document-bundle](https://packagist.org/packages/phpzlc/document-bundle) | [1.1](phpzlc/document-bundle/1.1) | -| [phpzlc/phpzlc](https://packagist.org/packages/phpzlc/phpzlc) | [1.0](phpzlc/phpzlc/1.0) | +| [phpzlc/flex](https://packagist.org/packages/phpzlc/flex) | [2.0](phpzlc/flex/2.0) | +| [phpzlc/phpzlc](https://packagist.org/packages/phpzlc/phpzlc) | [2.5](phpzlc/phpzlc/2.5) | | [phpzlc/platform-business](https://packagist.org/packages/phpzlc/platform-business) | [1.0](phpzlc/platform-business/1.0) | | [phpzlc/rbac-business](https://packagist.org/packages/phpzlc/rbac-business) | [1.0](phpzlc/rbac-business/1.0) | | [phpzlc/snapshot-business](https://packagist.org/packages/phpzlc/snapshot-business) | [1.0](phpzlc/snapshot-business/1.0) | -| [phpzlc/upload-business](https://packagist.org/packages/phpzlc/upload-business) | [1.0](phpzlc/upload-business/1.0) | +| [phpzlc/upload-business](https://packagist.org/packages/phpzlc/upload-business) | [2.0](phpzlc/upload-business/2.0) | | [picoss/yousign-bundle](https://packagist.org/packages/picoss/yousign-bundle) | [2.2](picoss/yousign-bundle/2.2) | | [pierstoval/character-manager](https://packagist.org/packages/pierstoval/character-manager) | [0.5](pierstoval/character-manager/0.5) | | [piou-piou/ribs-cron-bundle](https://packagist.org/packages/piou-piou/ribs-cron-bundle) | [1.0](piou-piou/ribs-cron-bundle/1.0) | diff --git a/archived/phpzlc.flex/d584485724054a868b1834a2ba0d9facac964b8d.json b/archived/phpzlc.flex/d584485724054a868b1834a2ba0d9facac964b8d.json new file mode 100644 index 00000000..e8cf80b9 --- /dev/null +++ b/archived/phpzlc.flex/d584485724054a868b1834a2ba0d9facac964b8d.json @@ -0,0 +1,30 @@ +{ + "manifests": { + "phpzlc/flex": { + "manifest": { + "bundles": { + "PHPZlc\\Flex\\Bundle\\FlexBundle": [ + "dev", + "test" + ] + }, + "copy-from-recipe": { + "phpzlc-flex.yaml": "config/packages/phpzlc-flex.yaml" + } + }, + "files": { + "phpzlc-flex.yaml": { + "contents": [ + "services:", + " phpzlc.flex.command.install:", + " class: \\PHPZlc\\Flex\\Bundle\\Command\\InstallCommand", + " tags: [ console.command ]", + "" + ], + "executable": false + } + }, + "ref": "d584485724054a868b1834a2ba0d9facac964b8d" + } + } +} diff --git a/archived/phpzlc.phpzlc/0d4a3e8ccf670c38fa5c9e726aa05dc054a45030.json b/archived/phpzlc.phpzlc/0d4a3e8ccf670c38fa5c9e726aa05dc054a45030.json new file mode 100644 index 00000000..eb709548 --- /dev/null +++ b/archived/phpzlc.phpzlc/0d4a3e8ccf670c38fa5c9e726aa05dc054a45030.json @@ -0,0 +1,25 @@ +{ + "manifests": { + "phpzlc/phpzlc": { + "manifest": { + "bundles": { + "PHPZlc\\PHPZlc\\Bundle\\PHPZlcBundle": [ + "all" + ] + }, + "copy-from-recipe": { + "Business/": "src/Business/" + } + }, + "files": { + "Business/.gitignore": { + "contents": [ + "" + ], + "executable": false + } + }, + "ref": "0d4a3e8ccf670c38fa5c9e726aa05dc054a45030" + } + } +} diff --git a/archived/phpzlc.upload-business/fd515c4d1308a7aeddf726a13169d26a9b6a687f.json b/archived/phpzlc.upload-business/fd515c4d1308a7aeddf726a13169d26a9b6a687f.json new file mode 100644 index 00000000..fbdc85b1 --- /dev/null +++ b/archived/phpzlc.upload-business/fd515c4d1308a7aeddf726a13169d26a9b6a687f.json @@ -0,0 +1,14 @@ +{ + "manifests": { + "phpzlc/upload-business": { + "manifest": { + "gitignore": [ + "/public/upload/*", + "!/public/upload/.gitignore" + ] + }, + "files": [], + "ref": "fd515c4d1308a7aeddf726a13169d26a9b6a687f" + } + } +} diff --git a/index.json b/index.json index 2e7a4b7b..e8ad2731 100644 --- a/index.json +++ b/index.json @@ -1279,8 +1279,12 @@ "phpzlc/document-bundle": [ "1.1" ], + "phpzlc/flex": [ + "2.0" + ], "phpzlc/phpzlc": [ - "1.0" + "1.0", + "2.5" ], "phpzlc/platform-business": [ "1.0" @@ -1292,7 +1296,8 @@ "1.0" ], "phpzlc/upload-business": [ - "1.0" + "1.0", + "2.0" ], "picoss/yousign-bundle": [ "2.0", diff --git a/phpzlc.flex.2.0.json b/phpzlc.flex.2.0.json new file mode 100644 index 00000000..e8cf80b9 --- /dev/null +++ b/phpzlc.flex.2.0.json @@ -0,0 +1,30 @@ +{ + "manifests": { + "phpzlc/flex": { + "manifest": { + "bundles": { + "PHPZlc\\Flex\\Bundle\\FlexBundle": [ + "dev", + "test" + ] + }, + "copy-from-recipe": { + "phpzlc-flex.yaml": "config/packages/phpzlc-flex.yaml" + } + }, + "files": { + "phpzlc-flex.yaml": { + "contents": [ + "services:", + " phpzlc.flex.command.install:", + " class: \\PHPZlc\\Flex\\Bundle\\Command\\InstallCommand", + " tags: [ console.command ]", + "" + ], + "executable": false + } + }, + "ref": "d584485724054a868b1834a2ba0d9facac964b8d" + } + } +} diff --git a/phpzlc.phpzlc.2.5.json b/phpzlc.phpzlc.2.5.json new file mode 100644 index 00000000..eb709548 --- /dev/null +++ b/phpzlc.phpzlc.2.5.json @@ -0,0 +1,25 @@ +{ + "manifests": { + "phpzlc/phpzlc": { + "manifest": { + "bundles": { + "PHPZlc\\PHPZlc\\Bundle\\PHPZlcBundle": [ + "all" + ] + }, + "copy-from-recipe": { + "Business/": "src/Business/" + } + }, + "files": { + "Business/.gitignore": { + "contents": [ + "" + ], + "executable": false + } + }, + "ref": "0d4a3e8ccf670c38fa5c9e726aa05dc054a45030" + } + } +} diff --git a/phpzlc.upload-business.2.0.json b/phpzlc.upload-business.2.0.json new file mode 100644 index 00000000..fbdc85b1 --- /dev/null +++ b/phpzlc.upload-business.2.0.json @@ -0,0 +1,14 @@ +{ + "manifests": { + "phpzlc/upload-business": { + "manifest": { + "gitignore": [ + "/public/upload/*", + "!/public/upload/.gitignore" + ] + }, + "files": [], + "ref": "fd515c4d1308a7aeddf726a13169d26a9b6a687f" + } + } +}