Update Flex endpoint

This commit is contained in:
github-action bot
2021-10-15 16:57:37 +00:00
parent 853ffd2f6c
commit 885ff187d4
2 changed files with 24 additions and 0 deletions
+3
View File
@@ -1505,6 +1505,9 @@
"wemakecustom/doctrine-naming-strategy-bundle": [
"1.0"
],
"wiet-at/symfony-dev": [
"1.0"
],
"willdurand/geocoder-bundle": [
"4.1",
"5.0"
+21
View File
@@ -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"
}
}
}