From 885ff187d4e496444df8cebaf04f91e7a2b9d43f Mon Sep 17 00:00:00 2001 From: github-action bot <> Date: Fri, 15 Oct 2021 16:57:37 +0000 Subject: [PATCH] Update Flex endpoint --- index.json | 3 +++ wiet-at.symfony-dev.1.0.json | 21 +++++++++++++++++++++ 2 files changed, 24 insertions(+) create mode 100644 wiet-at.symfony-dev.1.0.json diff --git a/index.json b/index.json index d94599ac..670599cf 100644 --- a/index.json +++ b/index.json @@ -1505,6 +1505,9 @@ "wemakecustom/doctrine-naming-strategy-bundle": [ "1.0" ], + "wiet-at/symfony-dev": [ + "1.0" + ], "willdurand/geocoder-bundle": [ "4.1", "5.0" diff --git a/wiet-at.symfony-dev.1.0.json b/wiet-at.symfony-dev.1.0.json new file mode 100644 index 00000000..0e2711cf --- /dev/null +++ b/wiet-at.symfony-dev.1.0.json @@ -0,0 +1,21 @@ +{ + "manifests": { + "wiet-at/symfony-dev": { + "manifest": { + "env": { + "COMPOSE_PROJECT_NAME": "my-project", + "PROJECT_LOCAL_IP": "127.1.2.3" + }, + "copy-from-package": { + "dist/docker-compose.yaml": "docker-compose.yaml", + "dist/symfony-dev-cli-proxy": "%BIN_DIR%/dev-cli" + }, + "post-install-output": [ + "wiet-at/symfony-dev: Please check your .env file and adapt it according to your needs." + ] + }, + "files": [], + "ref": "5f0a1f43e47f0caddd94c950daa2407f841444c8" + } + } +}