Update Flex archives

This commit is contained in:
github-action[bot]
2022-04-22 19:46:54 +00:00
parent ccf9111fa9
commit 260d38ed1c
58 changed files with 661 additions and 619 deletions
@@ -15,10 +15,6 @@
"JWT_PUBLIC_KEY_PATH": "%ETC_DIR%/jwt/public.pem",
"JWT_PASSPHRASE": "%generate(secret)%"
},
"post-install-output": [
"<bg=blue;fg=white> Next for LexikJWTAuthenticationBundle </>",
" Run <comment>make generate-jwt-keys</> to generate a key pair."
],
"makefile": [
"generate-jwt-keys:",
"ifeq (, $(shell which openssl))",
@@ -28,6 +24,10 @@
"\topenssl genrsa -passout pass:${JWT_PASSPHRASE} -out ${JWT_PRIVATE_KEY_PATH} -aes256 4096",
"\topenssl rsa -passin pass:${JWT_PASSPHRASE} -pubout -in ${JWT_PRIVATE_KEY_PATH} -out ${JWT_PUBLIC_KEY_PATH}",
"\t@echo \"\\033[32mRSA key pair successfully generated\\033[39m\""
],
"post-install-output": [
"<bg=blue;fg=white> Next for LexikJWTAuthenticationBundle </>",
" Run <comment>make generate-jwt-keys</> to generate a key pair."
]
},
"files": {
@@ -16,10 +16,6 @@
"JWT_PUBLIC_KEY_PATH": "%CONFIG_DIR%/jwt/public.pem",
"JWT_PASSPHRASE": "%generate(secret)%"
},
"post-install-output": [
"<bg=blue;fg=white> Next for LexikJWTAuthenticationBundle </>",
" Run <comment>make generate-jwt-keys</> to generate a key pair."
],
"makefile": [
"OPENSSL_BIN := $(shell which openssl)",
"generate-jwt-keys:",
@@ -30,6 +26,10 @@
"\topenssl genrsa -passout pass:${JWT_PASSPHRASE} -out ${JWT_PRIVATE_KEY_PATH} -aes256 4096",
"\topenssl rsa -passin pass:${JWT_PASSPHRASE} -pubout -in ${JWT_PRIVATE_KEY_PATH} -out ${JWT_PUBLIC_KEY_PATH}",
"\t@echo \"\\033[32mRSA key pair successfully generated\\033[39m\""
],
"post-install-output": [
"<bg=blue;fg=white> Next for LexikJWTAuthenticationBundle </>",
" Run <comment>make generate-jwt-keys</> to generate a key pair."
]
},
"files": {
@@ -15,9 +15,6 @@
"JWT_PUBLIC_KEY_PATH": "%ETC_DIR%/jwt/public.pem",
"JWT_PASSPHRASE": "%generate(secret)%"
},
"post-install-output": [
"<bg=blue;fg=white>Now</>, run <comment>make generate-jwt-keys</> to generate a key pair for LexikJWTAuthenticationBundle."
],
"makefile": [
"generate-jwt-keys:",
"ifeq (, $(shell which openssl))",
@@ -27,6 +24,9 @@
"\topenssl genrsa -passout pass:${JWT_PASSPHRASE} -out ${JWT_PRIVATE_KEY_PATH} -aes256 4096",
"\topenssl rsa -passin pass:${JWT_PASSPHRASE} -pubout -in ${JWT_PRIVATE_KEY_PATH} -out ${JWT_PUBLIC_KEY_PATH}",
"\t@echo \"\\033[32mRSA key pair successfully generated\\033[39m\""
],
"post-install-output": [
"<bg=blue;fg=white>Now</>, run <comment>make generate-jwt-keys</> to generate a key pair for LexikJWTAuthenticationBundle."
]
},
"files": {
@@ -16,10 +16,6 @@
"JWT_PUBLIC_KEY_PATH": "%CONFIG_DIR%/jwt/public.pem",
"JWT_PASSPHRASE": "%generate(secret)%"
},
"post-install-output": [
"<bg=blue;fg=white> Next for LexikJWTAuthenticationBundle </>",
" Run <comment>make generate-jwt-keys</> to generate a key pair."
],
"makefile": [
"OPENSSL_BIN := $(shell which openssl)",
"generate-jwt-keys: ## Generates JWT auth keys",
@@ -30,6 +26,10 @@
"\topenssl genrsa -passout pass:${JWT_PASSPHRASE} -out ${JWT_PRIVATE_KEY_PATH} -aes256 4096",
"\topenssl rsa -passin pass:${JWT_PASSPHRASE} -pubout -in ${JWT_PRIVATE_KEY_PATH} -out ${JWT_PUBLIC_KEY_PATH}",
"\t@echo \"\\033[32mRSA key pair successfully generated\\033[39m\""
],
"post-install-output": [
"<bg=blue;fg=white> Next for LexikJWTAuthenticationBundle </>",
" Run <comment>make generate-jwt-keys</> to generate a key pair."
]
},
"files": {
@@ -15,10 +15,6 @@
"JWT_PUBLIC_KEY_PATH": "%ETC_DIR%/jwt/public.pem",
"JWT_PASSPHRASE": "%generate(secret)%"
},
"post-install-output": [
"<bg=blue;fg=white> Next for LexikJWTAuthenticationBundle </>",
" Run <comment>make generate-jwt-keys</> to generate a key pair."
],
"makefile": [
"generate-jwt-keys:",
"ifeq (, $(shell which openssl))",
@@ -28,6 +24,10 @@
"\topenssl genrsa -passout pass:${JWT_PASSPHRASE} -out ${JWT_PRIVATE_KEY_PATH} -aes256 4096",
"\topenssl rsa -passin pass:${JWT_PASSPHRASE} -pubout -in ${JWT_PRIVATE_KEY_PATH} -out ${JWT_PUBLIC_KEY_PATH}",
"\t@echo \"\\033[32mRSA key pair successfully generated\\033[39m\""
],
"post-install-output": [
"<bg=blue;fg=white> Next for LexikJWTAuthenticationBundle </>",
" Run <comment>make generate-jwt-keys</> to generate a key pair."
]
},
"files": {
@@ -16,10 +16,6 @@
"JWT_PUBLIC_KEY_PATH": "%ETC_DIR%/jwt/public.pem",
"JWT_PASSPHRASE": "%generate(secret)%"
},
"post-install-output": [
"<bg=blue;fg=white> Next for LexikJWTAuthenticationBundle </>",
" Run <comment>make generate-jwt-keys</> to generate a key pair."
],
"makefile": [
"generate-jwt-keys:",
"ifeq (, $(shell which openssl))",
@@ -29,6 +25,10 @@
"\topenssl genrsa -passout pass:${JWT_PASSPHRASE} -out ${JWT_PRIVATE_KEY_PATH} -aes256 4096",
"\topenssl rsa -passin pass:${JWT_PASSPHRASE} -pubout -in ${JWT_PRIVATE_KEY_PATH} -out ${JWT_PUBLIC_KEY_PATH}",
"\t@echo \"\\033[32mRSA key pair successfully generated\\033[39m\""
],
"post-install-output": [
"<bg=blue;fg=white> Next for LexikJWTAuthenticationBundle </>",
" Run <comment>make generate-jwt-keys</> to generate a key pair."
]
},
"files": {
@@ -15,10 +15,6 @@
"JWT_PUBLIC_KEY_PATH": "%ETC_DIR%/jwt/public.pem",
"JWT_PASSPHRASE": "%generate(secret)%"
},
"post-install-output": [
"<bg=blue;fg=white> Next for LexikJWTAuthenticationBundle </>",
" Run <comment>make generate-jwt-keys</> to generate a key pair."
],
"makefile": [
"generate-jwt-keys:",
"ifeq (, $(shell which openssl))",
@@ -28,6 +24,10 @@
"\topenssl genrsa -passout pass:${JWT_PASSPHRASE} -out ${JWT_PRIVATE_KEY_PATH} -aes256 4096",
"\topenssl rsa -passin pass:${JWT_PASSPHRASE} -pubout -in ${JWT_PRIVATE_KEY_PATH} -out ${JWT_PUBLIC_KEY_PATH}",
"\t@echo \"\\033[32mRSA key pair successfully generated\\033[39m\""
],
"post-install-output": [
"<bg=blue;fg=white> Next for LexikJWTAuthenticationBundle </>",
" Run <comment>make generate-jwt-keys</> to generate a key pair."
]
},
"files": {
@@ -16,10 +16,6 @@
"JWT_PUBLIC_KEY_PATH": "%ETC_DIR%/jwt/public.pem",
"JWT_PASSPHRASE": "%generate(secret)%"
},
"post-install-output": [
"<bg=blue;fg=white> Next for LexikJWTAuthenticationBundle </>",
" Run <comment>make generate-jwt-keys</> to generate a key pair."
],
"makefile": [
"OPENSSL_BIN := $(shell which openssl)",
"generate-jwt-keys:",
@@ -30,6 +26,10 @@
"\topenssl genrsa -passout pass:${JWT_PASSPHRASE} -out ${JWT_PRIVATE_KEY_PATH} -aes256 4096",
"\topenssl rsa -passin pass:${JWT_PASSPHRASE} -pubout -in ${JWT_PRIVATE_KEY_PATH} -out ${JWT_PUBLIC_KEY_PATH}",
"\t@echo \"\\033[32mRSA key pair successfully generated\\033[39m\""
],
"post-install-output": [
"<bg=blue;fg=white> Next for LexikJWTAuthenticationBundle </>",
" Run <comment>make generate-jwt-keys</> to generate a key pair."
]
},
"files": {
@@ -27,18 +27,6 @@
"/var/",
"/vendor/"
],
"post-install-output": [
"<bg=blue;fg=white> </>",
"<bg=blue;fg=white> What's next? </>",
"<bg=blue;fg=white> </>",
"",
" * <fg=blue>Run</> your application:",
" 1. Change to the project directory",
" 2. Execute the <comment>make serve</> command;",
" 3. Browse to the <comment>http://localhost:8000/</> URL.",
"",
" * <fg=blue>Read</> the documentation at <comment>https://symfony.com/doc</>"
],
"makefile": [
"CONSOLE := $(shell which bin/console)",
"sf_console:",
@@ -80,6 +68,18 @@
"serve:",
"\t@${MAKE} serve_as_sf",
".PHONY: sf_console serve serve_as_sf serve_as_php"
],
"post-install-output": [
"<bg=blue;fg=white> </>",
"<bg=blue;fg=white> What's next? </>",
"<bg=blue;fg=white> </>",
"",
" * <fg=blue>Run</> your application:",
" 1. Change to the project directory",
" 2. Execute the <comment>make serve</> command;",
" 3. Browse to the <comment>http://localhost:8000/</> URL.",
"",
" * <fg=blue>Read</> the documentation at <comment>https://symfony.com/doc</>"
]
},
"files": {
@@ -27,18 +27,6 @@
"/var/",
"/vendor/"
],
"post-install-output": [
"<bg=blue;fg=white> </>",
"<bg=blue;fg=white> What's next? </>",
"<bg=blue;fg=white> </>",
"",
" * <fg=blue>Run</> your application:",
" 1. Change to the project directory",
" 2. Execute the <comment>make serve</> command;",
" 3. Browse to the <comment>http://localhost:8000/</> URL.",
"",
" * <fg=blue>Read</> the documentation at <comment>https://symfony.com/doc</>"
],
"makefile": [
"CONSOLE := $(shell which bin/console)",
"sf_console:",
@@ -80,6 +68,18 @@
"serve:",
"\t@${MAKE} serve_as_sf",
".PHONY: sf_console serve serve_as_sf serve_as_php"
],
"post-install-output": [
"<bg=blue;fg=white> </>",
"<bg=blue;fg=white> What's next? </>",
"<bg=blue;fg=white> </>",
"",
" * <fg=blue>Run</> your application:",
" 1. Change to the project directory",
" 2. Execute the <comment>make serve</> command;",
" 3. Browse to the <comment>http://localhost:8000/</> URL.",
"",
" * <fg=blue>Read</> the documentation at <comment>https://symfony.com/doc</>"
]
},
"files": {
@@ -27,18 +27,6 @@
"/var/",
"/vendor/"
],
"post-install-output": [
"<bg=blue;fg=white> </>",
"<bg=blue;fg=white> What's next? </>",
"<bg=blue;fg=white> </>",
"",
" * <fg=blue>Run</> your application:",
" 1. Change to the project directory",
" 2. Execute the <comment>make serve</> command;",
" 3. Browse to the <comment>http://localhost:8000/</> URL.",
"",
" * <fg=blue>Read</> the documentation at <comment>https://symfony.com/doc</>"
],
"makefile": [
"CONSOLE := $(shell which bin/console)",
"sf_console:",
@@ -80,6 +68,18 @@
"serve:",
"\t@${MAKE} serve_as_sf",
".PHONY: sf_console serve serve_as_sf serve_as_php"
],
"post-install-output": [
"<bg=blue;fg=white> </>",
"<bg=blue;fg=white> What's next? </>",
"<bg=blue;fg=white> </>",
"",
" * <fg=blue>Run</> your application:",
" 1. Change to the project directory",
" 2. Execute the <comment>make serve</> command;",
" 3. Browse to the <comment>http://localhost:8000/</> URL.",
"",
" * <fg=blue>Read</> the documentation at <comment>https://symfony.com/doc</>"
]
},
"files": {
@@ -27,18 +27,6 @@
"/var/",
"/vendor/"
],
"post-install-output": [
"<bg=blue;fg=white> </>",
"<bg=blue;fg=white> What's next? </>",
"<bg=blue;fg=white> </>",
"",
" * <fg=blue>Run</> your application:",
" 1. Change to the project directory",
" 2. Execute the <comment>make serve</> command;",
" 3. Browse to the <comment>http://localhost:8000/</> URL.",
"",
" * <fg=blue>Read</> the documentation at <comment>https://symfony.com/doc</>"
],
"makefile": [
"CONSOLE := $(shell which bin/console)",
"sf_console:",
@@ -80,6 +68,18 @@
"serve:",
"\t@${MAKE} serve_as_sf",
".PHONY: sf_console serve serve_as_sf serve_as_php"
],
"post-install-output": [
"<bg=blue;fg=white> </>",
"<bg=blue;fg=white> What's next? </>",
"<bg=blue;fg=white> </>",
"",
" * <fg=blue>Run</> your application:",
" 1. Change to the project directory",
" 2. Execute the <comment>make serve</> command;",
" 3. Browse to the <comment>http://localhost:8000/</> URL.",
"",
" * <fg=blue>Read</> the documentation at <comment>https://symfony.com/doc</>"
]
},
"files": {
@@ -27,18 +27,6 @@
"/var/",
"/vendor/"
],
"post-install-output": [
"<bg=blue;fg=white> </>",
"<bg=blue;fg=white> What's next? </>",
"<bg=blue;fg=white> </>",
"",
" * <fg=blue>Run</> your application:",
" 1. Change to the project directory",
" 2. Execute the <comment>make serve</> command;",
" 3. Browse to the <comment>http://localhost:8000/</> URL.",
"",
" * <fg=blue>Read</> the documentation at <comment>https://symfony.com/doc</>"
],
"makefile": [
"CONSOLE := $(shell which bin/console)",
"sf_console:",
@@ -80,6 +68,18 @@
"serve:",
"\t@${MAKE} serve_as_sf",
".PHONY: sf_console serve serve_as_sf serve_as_php"
],
"post-install-output": [
"<bg=blue;fg=white> </>",
"<bg=blue;fg=white> What's next? </>",
"<bg=blue;fg=white> </>",
"",
" * <fg=blue>Run</> your application:",
" 1. Change to the project directory",
" 2. Execute the <comment>make serve</> command;",
" 3. Browse to the <comment>http://localhost:8000/</> URL.",
"",
" * <fg=blue>Read</> the documentation at <comment>https://symfony.com/doc</>"
]
},
"files": {
@@ -27,18 +27,6 @@
"/vendor/",
"/web/bundles/"
],
"post-install-output": [
"<bg=blue;fg=white> </>",
"<bg=blue;fg=white> What's next? </>",
"<bg=blue;fg=white> </>",
"",
" * <fg=blue>Run</> your application:",
" 1. Change to the project directory",
" 2. Execute the <comment>make serve</> command;",
" 3. Browse to the <comment>http://localhost:8000/</> URL.",
"",
" * <fg=blue>Read</> the documentation at <comment>https://symfony.com/doc</>"
],
"makefile": [
"cache-clear:",
"\t@test -f bin/console && bin/console cache:clear --no-warmup || rm -rf var/cache/*",
@@ -68,6 +56,18 @@
"serve:",
"\t@${MAKE} serve_as_sf",
".PHONY: sf_console serve serve_as_sf serve_as_php"
],
"post-install-output": [
"<bg=blue;fg=white> </>",
"<bg=blue;fg=white> What's next? </>",
"<bg=blue;fg=white> </>",
"",
" * <fg=blue>Run</> your application:",
" 1. Change to the project directory",
" 2. Execute the <comment>make serve</> command;",
" 3. Browse to the <comment>http://localhost:8000/</> URL.",
"",
" * <fg=blue>Read</> the documentation at <comment>https://symfony.com/doc</>"
]
},
"files": {
@@ -27,18 +27,6 @@
"/vendor/",
"/web/bundles/"
],
"post-install-output": [
"<bg=blue;fg=white> </>",
"<bg=blue;fg=white> What's next? </>",
"<bg=blue;fg=white> </>",
"",
" * <fg=blue>Run</> your application:",
" 1. Change to the project directory",
" 2. Execute the <comment>make serve</> command;",
" 3. Browse to the <comment>http://localhost:8000/</> URL.",
"",
" * <fg=blue>Read</> the documentation at <comment>https://symfony.com/doc</>"
],
"makefile": [
"cache-clear:",
"\t@test -f bin/console && bin/console cache:clear --no-warmup || rm -rf var/cache/*",
@@ -54,6 +42,18 @@
"\t@echo -e \"Run \\033[32mcomposer require symfony/web-server-bundle\\033[39m for a better web server\"",
"\tphp -S 127.0.0.1:8000 -t web",
".PHONY: serve"
],
"post-install-output": [
"<bg=blue;fg=white> </>",
"<bg=blue;fg=white> What's next? </>",
"<bg=blue;fg=white> </>",
"",
" * <fg=blue>Run</> your application:",
" 1. Change to the project directory",
" 2. Execute the <comment>make serve</> command;",
" 3. Browse to the <comment>http://localhost:8000/</> URL.",
"",
" * <fg=blue>Read</> the documentation at <comment>https://symfony.com/doc</>"
]
},
"files": {
@@ -27,18 +27,6 @@
"/vendor/",
"/web/bundles/"
],
"post-install-output": [
"<bg=blue;fg=white> </>",
"<bg=blue;fg=white> What's next? </>",
"<bg=blue;fg=white> </>",
"",
" * <fg=blue>Run</> your application:",
" 1. Change to the project directory",
" 2. Execute the <comment>make serve</> command;",
" 3. Browse to the <comment>http://localhost:8000/</> URL.",
"",
" * <fg=blue>Read</> the documentation at <comment>https://symfony.com/doc</>"
],
"makefile": [
"cache-clear:",
"\t@test -f bin/console && bin/console cache:clear --no-warmup || rm -rf var/cache/*",
@@ -68,6 +56,18 @@
"serve:",
"\t@${MAKE} serve_as_sf",
".PHONY: sf_console serve serve_as_sf serve_as_php"
],
"post-install-output": [
"<bg=blue;fg=white> </>",
"<bg=blue;fg=white> What's next? </>",
"<bg=blue;fg=white> </>",
"",
" * <fg=blue>Run</> your application:",
" 1. Change to the project directory",
" 2. Execute the <comment>make serve</> command;",
" 3. Browse to the <comment>http://localhost:8000/</> URL.",
"",
" * <fg=blue>Read</> the documentation at <comment>https://symfony.com/doc</>"
]
},
"files": {
@@ -27,18 +27,6 @@
"/var/",
"/vendor/"
],
"post-install-output": [
"<bg=blue;fg=white> </>",
"<bg=blue;fg=white> What's next? </>",
"<bg=blue;fg=white> </>",
"",
" * <fg=blue>Run</> your application:",
" 1. Change to the project directory",
" 2. Execute the <comment>make serve</> command;",
" 3. Browse to the <comment>http://localhost:8000/</> URL.",
"",
" * <fg=blue>Read</> the documentation at <comment>https://symfony.com/doc</>"
],
"makefile": [
"CONSOLE := $(shell which bin/console)",
"sf_console:",
@@ -80,6 +68,18 @@
"serve:",
"\t@${MAKE} serve_as_sf",
".PHONY: sf_console serve serve_as_sf serve_as_php"
],
"post-install-output": [
"<bg=blue;fg=white> </>",
"<bg=blue;fg=white> What's next? </>",
"<bg=blue;fg=white> </>",
"",
" * <fg=blue>Run</> your application:",
" 1. Change to the project directory",
" 2. Execute the <comment>make serve</> command;",
" 3. Browse to the <comment>http://localhost:8000/</> URL.",
"",
" * <fg=blue>Read</> the documentation at <comment>https://symfony.com/doc</>"
]
},
"files": {
@@ -27,18 +27,6 @@
"/vendor/",
"/web/bundles/"
],
"post-install-output": [
"<bg=blue;fg=white> </>",
"<bg=blue;fg=white> What's next? </>",
"<bg=blue;fg=white> </>",
"",
" * <fg=blue>Run</> your application:",
" 1. Change to the project directory",
" 2. Execute the <comment>make serve</> command;",
" 3. Browse to the <comment>http://localhost:8000/</> URL.",
"",
" * <fg=blue>Read</> the documentation at <comment>https://symfony.com/doc</>"
],
"makefile": [
"cache-clear:",
"\t@test -f bin/console && bin/console cache:clear --no-warmup || rm -rf var/cache/*",
@@ -54,6 +42,18 @@
"\t@echo -e \"Run \\033[32mcomposer require symfony/web-server-bundle\\033[39m for a better web server\"",
"\tphp -S 127.0.0.1:8000 -t web",
".PHONY: serve"
],
"post-install-output": [
"<bg=blue;fg=white> </>",
"<bg=blue;fg=white> What's next? </>",
"<bg=blue;fg=white> </>",
"",
" * <fg=blue>Run</> your application:",
" 1. Change to the project directory",
" 2. Execute the <comment>make serve</> command;",
" 3. Browse to the <comment>http://localhost:8000/</> URL.",
"",
" * <fg=blue>Read</> the documentation at <comment>https://symfony.com/doc</>"
]
},
"files": {
@@ -27,18 +27,6 @@
"/var/",
"/vendor/"
],
"post-install-output": [
"<bg=blue;fg=white> </>",
"<bg=blue;fg=white> What's next? </>",
"<bg=blue;fg=white> </>",
"",
" * <fg=blue>Run</> your application:",
" 1. Change to the project directory",
" 2. Execute the <comment>make serve</> command;",
" 3. Browse to the <comment>http://localhost:8000/</> URL.",
"",
" * <fg=blue>Read</> the documentation at <comment>https://symfony.com/doc</>"
],
"makefile": [
"CONSOLE := $(shell which bin/console)",
"sf_console:",
@@ -80,6 +68,18 @@
"serve:",
"\t@${MAKE} serve_as_sf",
".PHONY: sf_console serve serve_as_sf serve_as_php"
],
"post-install-output": [
"<bg=blue;fg=white> </>",
"<bg=blue;fg=white> What's next? </>",
"<bg=blue;fg=white> </>",
"",
" * <fg=blue>Run</> your application:",
" 1. Change to the project directory",
" 2. Execute the <comment>make serve</> command;",
" 3. Browse to the <comment>http://localhost:8000/</> URL.",
"",
" * <fg=blue>Read</> the documentation at <comment>https://symfony.com/doc</>"
]
},
"files": {
@@ -27,18 +27,6 @@
"/var/",
"/vendor/"
],
"post-install-output": [
"<bg=blue;fg=white> </>",
"<bg=blue;fg=white> What's next? </>",
"<bg=blue;fg=white> </>",
"",
" * <fg=blue>Run</> your application:",
" 1. Change to the project directory",
" 2. Execute the <comment>make serve</> command;",
" 3. Browse to the <comment>http://localhost:8000/</> URL.",
"",
" * <fg=blue>Read</> the documentation at <comment>https://symfony.com/doc</>"
],
"makefile": [
"CONSOLE := $(shell which bin/console)",
"sf_console:",
@@ -80,6 +68,18 @@
"serve:",
"\t@${MAKE} serve_as_sf",
".PHONY: sf_console serve serve_as_sf serve_as_php"
],
"post-install-output": [
"<bg=blue;fg=white> </>",
"<bg=blue;fg=white> What's next? </>",
"<bg=blue;fg=white> </>",
"",
" * <fg=blue>Run</> your application:",
" 1. Change to the project directory",
" 2. Execute the <comment>make serve</> command;",
" 3. Browse to the <comment>http://localhost:8000/</> URL.",
"",
" * <fg=blue>Read</> the documentation at <comment>https://symfony.com/doc</>"
]
},
"files": {
@@ -27,18 +27,6 @@
"/var/",
"/vendor/"
],
"post-install-output": [
"<bg=blue;fg=white> </>",
"<bg=blue;fg=white> What's next? </>",
"<bg=blue;fg=white> </>",
"",
" * <fg=blue>Run</> your application:",
" 1. Change to the project directory",
" 2. Execute the <comment>make serve</> command;",
" 3. Browse to the <comment>http://localhost:8000/</> URL.",
"",
" * <fg=blue>Read</> the documentation at <comment>https://symfony.com/doc</>"
],
"makefile": [
"cache-clear:",
"\t@test -f bin/console && bin/console cache:clear --no-warmup || rm -rf var/cache/*",
@@ -68,6 +56,18 @@
"serve:",
"\t@${MAKE} serve_as_sf",
".PHONY: sf_console serve serve_as_sf serve_as_php"
],
"post-install-output": [
"<bg=blue;fg=white> </>",
"<bg=blue;fg=white> What's next? </>",
"<bg=blue;fg=white> </>",
"",
" * <fg=blue>Run</> your application:",
" 1. Change to the project directory",
" 2. Execute the <comment>make serve</> command;",
" 3. Browse to the <comment>http://localhost:8000/</> URL.",
"",
" * <fg=blue>Read</> the documentation at <comment>https://symfony.com/doc</>"
]
},
"files": {
@@ -27,18 +27,6 @@
"/var/",
"/vendor/"
],
"post-install-output": [
"<bg=blue;fg=white> </>",
"<bg=blue;fg=white> What's next? </>",
"<bg=blue;fg=white> </>",
"",
" * <fg=blue>Run</> your application:",
" 1. Change to the project directory",
" 2. Execute the <comment>make serve</> command;",
" 3. Browse to the <comment>http://localhost:8000/</> URL.",
"",
" * <fg=blue>Read</> the documentation at <comment>https://symfony.com/doc</>"
],
"makefile": [
"CONSOLE := $(shell which bin/console)",
"sf_console:",
@@ -80,6 +68,18 @@
"serve:",
"\t@${MAKE} serve_as_sf",
".PHONY: sf_console serve serve_as_sf serve_as_php"
],
"post-install-output": [
"<bg=blue;fg=white> </>",
"<bg=blue;fg=white> What's next? </>",
"<bg=blue;fg=white> </>",
"",
" * <fg=blue>Run</> your application:",
" 1. Change to the project directory",
" 2. Execute the <comment>make serve</> command;",
" 3. Browse to the <comment>http://localhost:8000/</> URL.",
"",
" * <fg=blue>Read</> the documentation at <comment>https://symfony.com/doc</>"
]
},
"files": {
@@ -27,18 +27,6 @@
"/vendor/",
"/web/bundles/"
],
"post-install-output": [
"<bg=blue;fg=white> </>",
"<bg=blue;fg=white> What's next? </>",
"<bg=blue;fg=white> </>",
"",
" * <fg=blue>Run</> your application:",
" 1. Change to the project directory",
" 2. Execute the <comment>make serve</> command;",
" 3. Browse to the <comment>http://localhost:8000/</> URL.",
"",
" * <fg=blue>Read</> the documentation at <comment>https://symfony.com/doc</>"
],
"makefile": [
"cache-clear:",
"\t@test -f bin/console && bin/console cache:clear --no-warmup || rm -rf var/cache/*",
@@ -54,6 +42,18 @@
"\t@echo \"Run \\033[32mcomposer require symfony/web-server-bundle\\033[39m for a better web server\"",
"\tphp -S 127.0.0.1:8000 -t web",
".PHONY: serve"
],
"post-install-output": [
"<bg=blue;fg=white> </>",
"<bg=blue;fg=white> What's next? </>",
"<bg=blue;fg=white> </>",
"",
" * <fg=blue>Run</> your application:",
" 1. Change to the project directory",
" 2. Execute the <comment>make serve</> command;",
" 3. Browse to the <comment>http://localhost:8000/</> URL.",
"",
" * <fg=blue>Read</> the documentation at <comment>https://symfony.com/doc</>"
]
},
"files": {
@@ -27,18 +27,6 @@
"/vendor/",
"/web/bundles/"
],
"post-install-output": [
"<bg=blue;fg=white> </>",
"<bg=blue;fg=white> What's next? </>",
"<bg=blue;fg=white> </>",
"",
" * <fg=blue>Run</> your application:",
" 1. Change to the project directory",
" 2. Execute the <comment>make serve</> command;",
" 3. Browse to the <comment>http://localhost:8000/</> URL.",
"",
" * <fg=blue>Read</> the documentation at <comment>https://symfony.com/doc</>"
],
"makefile": [
"cache-clear:",
"\t@test -f bin/console && bin/console cache:clear --no-warmup || rm -rf var/cache/*",
@@ -54,6 +42,18 @@
"\t@echo \"Run \\033[32mcomposer require symfony/web-server-bundle\\033[39m for a better web server\"",
"\tphp -S 127.0.0.1:8000 -t web",
".PHONY: serve"
],
"post-install-output": [
"<bg=blue;fg=white> </>",
"<bg=blue;fg=white> What's next? </>",
"<bg=blue;fg=white> </>",
"",
" * <fg=blue>Run</> your application:",
" 1. Change to the project directory",
" 2. Execute the <comment>make serve</> command;",
" 3. Browse to the <comment>http://localhost:8000/</> URL.",
"",
" * <fg=blue>Read</> the documentation at <comment>https://symfony.com/doc</>"
]
},
"files": {
@@ -27,18 +27,6 @@
"/var/",
"/vendor/"
],
"post-install-output": [
"<bg=blue;fg=white> </>",
"<bg=blue;fg=white> What's next? </>",
"<bg=blue;fg=white> </>",
"",
" * <fg=blue>Run</> your application:",
" 1. Change to the project directory",
" 2. Execute the <comment>make serve</> command;",
" 3. Browse to the <comment>http://localhost:8000/</> URL.",
"",
" * <fg=blue>Read</> the documentation at <comment>https://symfony.com/doc</>"
],
"makefile": [
"CONSOLE := $(shell which bin/console)",
"sf_console:",
@@ -80,6 +68,18 @@
"serve:",
"\t@${MAKE} serve_as_sf",
".PHONY: sf_console serve serve_as_sf serve_as_php"
],
"post-install-output": [
"<bg=blue;fg=white> </>",
"<bg=blue;fg=white> What's next? </>",
"<bg=blue;fg=white> </>",
"",
" * <fg=blue>Run</> your application:",
" 1. Change to the project directory",
" 2. Execute the <comment>make serve</> command;",
" 3. Browse to the <comment>http://localhost:8000/</> URL.",
"",
" * <fg=blue>Read</> the documentation at <comment>https://symfony.com/doc</>"
]
},
"files": {
@@ -27,18 +27,6 @@
"/vendor/",
"/web/bundles/"
],
"post-install-output": [
"<bg=blue;fg=white> </>",
"<bg=blue;fg=white> What's next? </>",
"<bg=blue;fg=white> </>",
"",
" * <fg=blue>Run</> your application:",
" 1. Change to the project directory",
" 2. Execute the <comment>make serve</> command;",
" 3. Browse to the <comment>http://localhost:8000/</> URL.",
"",
" * <fg=blue>Read</> the documentation at <comment>https://symfony.com/doc</>"
],
"makefile": [
"cache-clear:",
"\t@test -f bin/console && bin/console cache:clear --no-warmup || rm -rf var/cache/*",
@@ -54,6 +42,18 @@
"\t@echo \"Run \\033[32mcomposer require symfony/web-server-bundle\\033[39m for a better web server\"",
"\tphp -S 127.0.0.1:8000 -t web",
".PHONY: serve"
],
"post-install-output": [
"<bg=blue;fg=white> </>",
"<bg=blue;fg=white> What's next? </>",
"<bg=blue;fg=white> </>",
"",
" * <fg=blue>Run</> your application:",
" 1. Change to the project directory",
" 2. Execute the <comment>make serve</> command;",
" 3. Browse to the <comment>http://localhost:8000/</> URL.",
"",
" * <fg=blue>Read</> the documentation at <comment>https://symfony.com/doc</>"
]
},
"files": {
@@ -27,18 +27,6 @@
"/vendor/",
"/web/bundles/"
],
"post-install-output": [
"<bg=blue;fg=white> </>",
"<bg=blue;fg=white> What's next? </>",
"<bg=blue;fg=white> </>",
"",
" * <fg=blue>Run</> your application:",
" 1. Change to the project directory",
" 2. Execute the <comment>make serve</> command;",
" 3. Browse to the <comment>http://localhost:8000/</> URL.",
"",
" * <fg=blue>Read</> the documentation at <comment>https://symfony.com/doc</>"
],
"makefile": [
"cache-clear:",
"\t@test -f bin/console && bin/console cache:clear --no-warmup || rm -rf var/cache/*",
@@ -68,6 +56,18 @@
"serve:",
"\t@${MAKE} serve_as_sf",
".PHONY: sf_console serve serve_as_sf serve_as_php"
],
"post-install-output": [
"<bg=blue;fg=white> </>",
"<bg=blue;fg=white> What's next? </>",
"<bg=blue;fg=white> </>",
"",
" * <fg=blue>Run</> your application:",
" 1. Change to the project directory",
" 2. Execute the <comment>make serve</> command;",
" 3. Browse to the <comment>http://localhost:8000/</> URL.",
"",
" * <fg=blue>Read</> the documentation at <comment>https://symfony.com/doc</>"
]
},
"files": {
@@ -27,18 +27,6 @@
"/var/",
"/vendor/"
],
"post-install-output": [
"<bg=blue;fg=white> </>",
"<bg=blue;fg=white> What's next? </>",
"<bg=blue;fg=white> </>",
"",
" * <fg=blue>Run</> your application:",
" 1. Change to the project directory",
" 2. Execute the <comment>make serve</> command;",
" 3. Browse to the <comment>http://localhost:8000/</> URL.",
"",
" * <fg=blue>Read</> the documentation at <comment>https://symfony.com/doc</>"
],
"makefile": [
"CONSOLE := $(shell which bin/console)",
"sf_console:",
@@ -80,6 +68,18 @@
"serve: ## Runs a local web server",
"\t@${MAKE} serve_as_sf",
".PHONY: sf_console serve serve_as_sf serve_as_php"
],
"post-install-output": [
"<bg=blue;fg=white> </>",
"<bg=blue;fg=white> What's next? </>",
"<bg=blue;fg=white> </>",
"",
" * <fg=blue>Run</> your application:",
" 1. Change to the project directory",
" 2. Execute the <comment>make serve</> command;",
" 3. Browse to the <comment>http://localhost:8000/</> URL.",
"",
" * <fg=blue>Read</> the documentation at <comment>https://symfony.com/doc</>"
]
},
"files": {
@@ -27,18 +27,6 @@
"/var/",
"/vendor/"
],
"post-install-output": [
"<bg=blue;fg=white> </>",
"<bg=blue;fg=white> What's next? </>",
"<bg=blue;fg=white> </>",
"",
" * <fg=blue>Run</> your application:",
" 1. Change to the project directory",
" 2. Execute the <comment>make serve</> command;",
" 3. Browse to the <comment>http://localhost:8000/</> URL.",
"",
" * <fg=blue>Read</> the documentation at <comment>https://symfony.com/doc</>"
],
"makefile": [
"CONSOLE := $(shell which bin/console)",
"sf_console:",
@@ -80,6 +68,18 @@
"serve:",
"\t@${MAKE} serve_as_sf",
".PHONY: sf_console serve serve_as_sf serve_as_php"
],
"post-install-output": [
"<bg=blue;fg=white> </>",
"<bg=blue;fg=white> What's next? </>",
"<bg=blue;fg=white> </>",
"",
" * <fg=blue>Run</> your application:",
" 1. Change to the project directory",
" 2. Execute the <comment>make serve</> command;",
" 3. Browse to the <comment>http://localhost:8000/</> URL.",
"",
" * <fg=blue>Read</> the documentation at <comment>https://symfony.com/doc</>"
]
},
"files": {
@@ -27,18 +27,6 @@
"/var/",
"/vendor/"
],
"post-install-output": [
"<bg=blue;fg=white> </>",
"<bg=blue;fg=white> What's next? </>",
"<bg=blue;fg=white> </>",
"",
" * <fg=blue>Run</> your application:",
" 1. Change to the project directory",
" 2. Execute the <comment>make serve</> command;",
" 3. Browse to the <comment>http://localhost:8000/</> URL.",
"",
" * <fg=blue>Read</> the documentation at <comment>https://symfony.com/doc</>"
],
"makefile": [
"CONSOLE := $(shell which bin/console)",
"sf_console:",
@@ -80,6 +68,18 @@
"serve:",
"\t@${MAKE} serve_as_sf",
".PHONY: sf_console serve serve_as_sf serve_as_php"
],
"post-install-output": [
"<bg=blue;fg=white> </>",
"<bg=blue;fg=white> What's next? </>",
"<bg=blue;fg=white> </>",
"",
" * <fg=blue>Run</> your application:",
" 1. Change to the project directory",
" 2. Execute the <comment>make serve</> command;",
" 3. Browse to the <comment>http://localhost:8000/</> URL.",
"",
" * <fg=blue>Read</> the documentation at <comment>https://symfony.com/doc</>"
]
},
"files": {
@@ -27,18 +27,6 @@
"/vendor/",
"/web/bundles/"
],
"post-install-output": [
"<bg=blue;fg=white> </>",
"<bg=blue;fg=white> What's next? </>",
"<bg=blue;fg=white> </>",
"",
" * <fg=blue>Run</> your application:",
" 1. Change to the project directory",
" 2. Execute the <comment>make serve</> command;",
" 3. Browse to the <comment>http://localhost:8000/</> URL.",
"",
" * <fg=blue>Read</> the documentation at <comment>https://symfony.com/doc</>"
],
"makefile": [
"cache-clear:",
"\t@test -f bin/console && bin/console cache:clear --no-warmup || rm -rf var/cache/*",
@@ -68,6 +56,18 @@
"serve:",
"\t@${MAKE} serve_as_sf",
".PHONY: sf_console serve serve_as_sf serve_as_php"
],
"post-install-output": [
"<bg=blue;fg=white> </>",
"<bg=blue;fg=white> What's next? </>",
"<bg=blue;fg=white> </>",
"",
" * <fg=blue>Run</> your application:",
" 1. Change to the project directory",
" 2. Execute the <comment>make serve</> command;",
" 3. Browse to the <comment>http://localhost:8000/</> URL.",
"",
" * <fg=blue>Read</> the documentation at <comment>https://symfony.com/doc</>"
]
},
"files": {
@@ -27,18 +27,6 @@
"/vendor/",
"/web/bundles/"
],
"post-install-output": [
"<bg=blue;fg=white> </>",
"<bg=blue;fg=white> What's next? </>",
"<bg=blue;fg=white> </>",
"",
" * <fg=blue>Run</> your application:",
" 1. Change to the project directory",
" 2. Execute the <comment>make serve</> command;",
" 3. Browse to the <comment>http://localhost:8000/</> URL.",
"",
" * <fg=blue>Read</> the documentation at <comment>https://symfony.com/doc</>"
],
"makefile": [
"cache-clear:",
"\t@test -f bin/console && bin/console cache:clear --no-warmup || rm -rf var/cache/*",
@@ -54,6 +42,18 @@
"\t@echo -e \"Run \\033[32mcomposer require symfony/web-server-bundle\\033[39m for a better web server\"",
"\tphp -S 127.0.0.1:8000 -t web",
".PHONY: serve"
],
"post-install-output": [
"<bg=blue;fg=white> </>",
"<bg=blue;fg=white> What's next? </>",
"<bg=blue;fg=white> </>",
"",
" * <fg=blue>Run</> your application:",
" 1. Change to the project directory",
" 2. Execute the <comment>make serve</> command;",
" 3. Browse to the <comment>http://localhost:8000/</> URL.",
"",
" * <fg=blue>Read</> the documentation at <comment>https://symfony.com/doc</>"
]
},
"files": {
@@ -27,18 +27,6 @@
"/var/",
"/vendor/"
],
"post-install-output": [
"<bg=blue;fg=white> </>",
"<bg=blue;fg=white> What's next? </>",
"<bg=blue;fg=white> </>",
"",
" * <fg=blue>Run</> your application:",
" 1. Change to the project directory",
" 2. Execute the <comment>make serve</> command;",
" 3. Browse to the <comment>http://localhost:8000/</> URL.",
"",
" * <fg=blue>Read</> the documentation at <comment>https://symfony.com/doc</>"
],
"makefile": [
"CONSOLE := $(shell which bin/console)",
"sf_console:",
@@ -80,6 +68,18 @@
"serve:",
"\t@${MAKE} serve_as_sf",
".PHONY: sf_console serve serve_as_sf serve_as_php"
],
"post-install-output": [
"<bg=blue;fg=white> </>",
"<bg=blue;fg=white> What's next? </>",
"<bg=blue;fg=white> </>",
"",
" * <fg=blue>Run</> your application:",
" 1. Change to the project directory",
" 2. Execute the <comment>make serve</> command;",
" 3. Browse to the <comment>http://localhost:8000/</> URL.",
"",
" * <fg=blue>Read</> the documentation at <comment>https://symfony.com/doc</>"
]
},
"files": {
@@ -27,18 +27,6 @@
"/var/",
"/vendor/"
],
"post-install-output": [
"<bg=blue;fg=white> </>",
"<bg=blue;fg=white> What's next? </>",
"<bg=blue;fg=white> </>",
"",
" * <fg=blue>Run</> your application:",
" 1. Change to the project directory",
" 2. Execute the <comment>make serve</> command;",
" 3. Browse to the <comment>http://localhost:8000/</> URL.",
"",
" * <fg=blue>Read</> the documentation at <comment>https://symfony.com/doc</>"
],
"makefile": [
"CONSOLE := $(shell which bin/console)",
"sf_console:",
@@ -80,6 +68,18 @@
"serve:",
"\t@${MAKE} serve_as_sf",
".PHONY: sf_console serve serve_as_sf serve_as_php"
],
"post-install-output": [
"<bg=blue;fg=white> </>",
"<bg=blue;fg=white> What's next? </>",
"<bg=blue;fg=white> </>",
"",
" * <fg=blue>Run</> your application:",
" 1. Change to the project directory",
" 2. Execute the <comment>make serve</> command;",
" 3. Browse to the <comment>http://localhost:8000/</> URL.",
"",
" * <fg=blue>Read</> the documentation at <comment>https://symfony.com/doc</>"
]
},
"files": {
@@ -27,18 +27,6 @@
"/var/",
"/vendor/"
],
"post-install-output": [
"<bg=blue;fg=white> </>",
"<bg=blue;fg=white> What's next? </>",
"<bg=blue;fg=white> </>",
"",
" * <fg=blue>Run</> your application:",
" 1. Change to the project directory",
" 2. Execute the <comment>make serve</> command;",
" 3. Browse to the <comment>http://localhost:8000/</> URL.",
"",
" * <fg=blue>Read</> the documentation at <comment>https://symfony.com/doc</>"
],
"makefile": [
"CONSOLE := $(shell which bin/console)",
"sf_console:",
@@ -80,6 +68,18 @@
"serve:",
"\t@${MAKE} serve_as_sf",
".PHONY: sf_console serve serve_as_sf serve_as_php"
],
"post-install-output": [
"<bg=blue;fg=white> </>",
"<bg=blue;fg=white> What's next? </>",
"<bg=blue;fg=white> </>",
"",
" * <fg=blue>Run</> your application:",
" 1. Change to the project directory",
" 2. Execute the <comment>make serve</> command;",
" 3. Browse to the <comment>http://localhost:8000/</> URL.",
"",
" * <fg=blue>Read</> the documentation at <comment>https://symfony.com/doc</>"
]
},
"files": {
@@ -27,18 +27,6 @@
"/vendor/",
"/web/bundles/"
],
"post-install-output": [
"<bg=blue;fg=white> </>",
"<bg=blue;fg=white> What's next? </>",
"<bg=blue;fg=white> </>",
"",
" * <fg=blue>Run</> your application:",
" 1. Change to the project directory",
" 2. Execute the <comment>make serve</> command;",
" 3. Browse to the <comment>http://localhost:8000/</> URL.",
"",
" * <fg=blue>Read</> the documentation at <comment>https://symfony.com/doc</>"
],
"makefile": [
"cache-clear:",
"\t@test -f bin/console && bin/console cache:clear --no-warmup || rm -rf var/cache/*",
@@ -54,6 +42,18 @@
"\t@echo -e \"Run \\033[32mcomposer require symfony/web-server-bundle\\033[39m for a better web server\"",
"\tphp -S 127.0.0.1:8000 -t web",
".PHONY: serve"
],
"post-install-output": [
"<bg=blue;fg=white> </>",
"<bg=blue;fg=white> What's next? </>",
"<bg=blue;fg=white> </>",
"",
" * <fg=blue>Run</> your application:",
" 1. Change to the project directory",
" 2. Execute the <comment>make serve</> command;",
" 3. Browse to the <comment>http://localhost:8000/</> URL.",
"",
" * <fg=blue>Read</> the documentation at <comment>https://symfony.com/doc</>"
]
},
"files": {
@@ -27,18 +27,6 @@
"/vendor/",
"/web/bundles/"
],
"post-install-output": [
"<bg=blue;fg=white> </>",
"<bg=blue;fg=white> What's next? </>",
"<bg=blue;fg=white> </>",
"",
" * <fg=blue>Run</> your application:",
" 1. Change to the project directory",
" 2. Execute the <comment>make serve</> command;",
" 3. Browse to the <comment>http://localhost:8000/</> URL.",
"",
" * <fg=blue>Read</> the documentation at <comment>https://symfony.com/doc</>"
],
"makefile": [
"cache-clear:",
"\t@test -f bin/console && bin/console cache:clear --no-warmup || rm -rf var/cache/*",
@@ -68,6 +56,18 @@
"serve:",
"\t@${MAKE} serve_as_sf",
".PHONY: sf_console serve serve_as_sf serve_as_php"
],
"post-install-output": [
"<bg=blue;fg=white> </>",
"<bg=blue;fg=white> What's next? </>",
"<bg=blue;fg=white> </>",
"",
" * <fg=blue>Run</> your application:",
" 1. Change to the project directory",
" 2. Execute the <comment>make serve</> command;",
" 3. Browse to the <comment>http://localhost:8000/</> URL.",
"",
" * <fg=blue>Read</> the documentation at <comment>https://symfony.com/doc</>"
]
},
"files": {
@@ -27,18 +27,6 @@
"/var/",
"/vendor/"
],
"post-install-output": [
"<bg=blue;fg=white> </>",
"<bg=blue;fg=white> What's next? </>",
"<bg=blue;fg=white> </>",
"",
" * <fg=blue>Run</> your application:",
" 1. Change to the project directory",
" 2. Execute the <comment>make serve</> command;",
" 3. Browse to the <comment>http://localhost:8000/</> URL.",
"",
" * <fg=blue>Read</> the documentation at <comment>https://symfony.com/doc</>"
],
"makefile": [
"CONSOLE := $(shell which bin/console)",
"sf_console:",
@@ -80,6 +68,18 @@
"serve: ## Runs a local web server",
"\t@${MAKE} serve_as_sf",
".PHONY: sf_console serve serve_as_sf serve_as_php"
],
"post-install-output": [
"<bg=blue;fg=white> </>",
"<bg=blue;fg=white> What's next? </>",
"<bg=blue;fg=white> </>",
"",
" * <fg=blue>Run</> your application:",
" 1. Change to the project directory",
" 2. Execute the <comment>make serve</> command;",
" 3. Browse to the <comment>http://localhost:8000/</> URL.",
"",
" * <fg=blue>Read</> the documentation at <comment>https://symfony.com/doc</>"
]
},
"files": {
@@ -27,18 +27,6 @@
"/vendor/",
"/web/bundles/"
],
"post-install-output": [
"<bg=blue;fg=white> </>",
"<bg=blue;fg=white> What's next? </>",
"<bg=blue;fg=white> </>",
"",
" * <fg=blue>Run</> your application:",
" 1. Change to the project directory",
" 2. Execute the <comment>make serve</> command;",
" 3. Browse to the <comment>http://localhost:8000/</> URL.",
"",
" * <fg=blue>Read</> the documentation at <comment>https://symfony.com/doc</>"
],
"makefile": [
"cache-clear:",
"\t@test -f bin/console && bin/console cache:clear --no-warmup || rm -rf var/cache/*",
@@ -54,6 +42,18 @@
"\t@echo -e \"Run \\033[32mcomposer require symfony/web-server-bundle\\033[39m for a better web server\"",
"\tphp -S 127.0.0.1:8000 -t web",
".PHONY: serve"
],
"post-install-output": [
"<bg=blue;fg=white> </>",
"<bg=blue;fg=white> What's next? </>",
"<bg=blue;fg=white> </>",
"",
" * <fg=blue>Run</> your application:",
" 1. Change to the project directory",
" 2. Execute the <comment>make serve</> command;",
" 3. Browse to the <comment>http://localhost:8000/</> URL.",
"",
" * <fg=blue>Read</> the documentation at <comment>https://symfony.com/doc</>"
]
},
"files": {
@@ -27,18 +27,6 @@
"/var/",
"/vendor/"
],
"post-install-output": [
"<bg=blue;fg=white> </>",
"<bg=blue;fg=white> What's next? </>",
"<bg=blue;fg=white> </>",
"",
" * <fg=blue>Run</> your application:",
" 1. Change to the project directory",
" 2. Execute the <comment>make serve</> command;",
" 3. Browse to the <comment>http://localhost:8000/</> URL.",
"",
" * <fg=blue>Read</> the documentation at <comment>https://symfony.com/doc</>"
],
"makefile": [
"CONSOLE := $(shell which bin/console)",
"sf_console:",
@@ -80,6 +68,18 @@
"serve:",
"\t@${MAKE} serve_as_sf",
".PHONY: sf_console serve serve_as_sf serve_as_php"
],
"post-install-output": [
"<bg=blue;fg=white> </>",
"<bg=blue;fg=white> What's next? </>",
"<bg=blue;fg=white> </>",
"",
" * <fg=blue>Run</> your application:",
" 1. Change to the project directory",
" 2. Execute the <comment>make serve</> command;",
" 3. Browse to the <comment>http://localhost:8000/</> URL.",
"",
" * <fg=blue>Read</> the documentation at <comment>https://symfony.com/doc</>"
]
},
"files": {
@@ -27,18 +27,6 @@
"/var/",
"/vendor/"
],
"post-install-output": [
"<bg=blue;fg=white> </>",
"<bg=blue;fg=white> What's next? </>",
"<bg=blue;fg=white> </>",
"",
" * <fg=blue>Run</> your application:",
" 1. Change to the project directory",
" 2. Execute the <comment>make serve</> command;",
" 3. Browse to the <comment>http://localhost:8000/</> URL.",
"",
" * <fg=blue>Read</> the documentation at <comment>https://symfony.com/doc</>"
],
"makefile": [
"CONSOLE := $(shell which bin/console)",
"sf_console:",
@@ -80,6 +68,18 @@
"serve:",
"\t@${MAKE} serve_as_sf",
".PHONY: sf_console serve serve_as_sf serve_as_php"
],
"post-install-output": [
"<bg=blue;fg=white> </>",
"<bg=blue;fg=white> What's next? </>",
"<bg=blue;fg=white> </>",
"",
" * <fg=blue>Run</> your application:",
" 1. Change to the project directory",
" 2. Execute the <comment>make serve</> command;",
" 3. Browse to the <comment>http://localhost:8000/</> URL.",
"",
" * <fg=blue>Read</> the documentation at <comment>https://symfony.com/doc</>"
]
},
"files": {
@@ -27,18 +27,6 @@
"/var/",
"/vendor/"
],
"post-install-output": [
"<bg=blue;fg=white> </>",
"<bg=blue;fg=white> What's next? </>",
"<bg=blue;fg=white> </>",
"",
" * <fg=blue>Run</> your application:",
" 1. Change to the project directory",
" 2. Execute the <comment>make serve</> command;",
" 3. Browse to the <comment>http://localhost:8000/</> URL.",
"",
" * <fg=blue>Read</> the documentation at <comment>https://symfony.com/doc</>"
],
"makefile": [
"CONSOLE := $(shell which bin/console)",
"sf_console:",
@@ -80,6 +68,18 @@
"serve:",
"\t@${MAKE} serve_as_sf",
".PHONY: sf_console serve serve_as_sf serve_as_php"
],
"post-install-output": [
"<bg=blue;fg=white> </>",
"<bg=blue;fg=white> What's next? </>",
"<bg=blue;fg=white> </>",
"",
" * <fg=blue>Run</> your application:",
" 1. Change to the project directory",
" 2. Execute the <comment>make serve</> command;",
" 3. Browse to the <comment>http://localhost:8000/</> URL.",
"",
" * <fg=blue>Read</> the documentation at <comment>https://symfony.com/doc</>"
]
},
"files": {
@@ -27,18 +27,6 @@
"/var/",
"/vendor/"
],
"post-install-output": [
"<bg=blue;fg=white> </>",
"<bg=blue;fg=white> What's next? </>",
"<bg=blue;fg=white> </>",
"",
" * <fg=blue>Run</> your application:",
" 1. Change to the project directory",
" 2. Execute the <comment>make serve</> command;",
" 3. Browse to the <comment>http://localhost:8000/</> URL.",
"",
" * <fg=blue>Read</> the documentation at <comment>https://symfony.com/doc</>"
],
"makefile": [
"cache-clear:",
"\t@test -f bin/console && bin/console cache:clear --no-warmup || rm -rf var/cache/*",
@@ -68,6 +56,18 @@
"serve:",
"\t@${MAKE} serve_as_sf",
".PHONY: sf_console serve serve_as_sf serve_as_php"
],
"post-install-output": [
"<bg=blue;fg=white> </>",
"<bg=blue;fg=white> What's next? </>",
"<bg=blue;fg=white> </>",
"",
" * <fg=blue>Run</> your application:",
" 1. Change to the project directory",
" 2. Execute the <comment>make serve</> command;",
" 3. Browse to the <comment>http://localhost:8000/</> URL.",
"",
" * <fg=blue>Read</> the documentation at <comment>https://symfony.com/doc</>"
]
},
"files": {
@@ -27,18 +27,6 @@
"/vendor/",
"/web/bundles/"
],
"post-install-output": [
"<bg=blue;fg=white> </>",
"<bg=blue;fg=white> What's next? </>",
"<bg=blue;fg=white> </>",
"",
" * <fg=blue>Run</> your application:",
" 1. Change to the project directory",
" 2. Execute the <comment>make serve</> command;",
" 3. Browse to the <comment>http://localhost:8000/</> URL.",
"",
" * <fg=blue>Read</> the documentation at <comment>https://symfony.com/doc</>"
],
"makefile": [
"cache-clear:",
"\t@test -f bin/console && bin/console cache:clear --no-warmup || rm -rf var/cache/*",
@@ -68,6 +56,18 @@
"serve:",
"\t@${MAKE} serve_as_sf",
".PHONY: sf_console serve serve_as_sf serve_as_php"
],
"post-install-output": [
"<bg=blue;fg=white> </>",
"<bg=blue;fg=white> What's next? </>",
"<bg=blue;fg=white> </>",
"",
" * <fg=blue>Run</> your application:",
" 1. Change to the project directory",
" 2. Execute the <comment>make serve</> command;",
" 3. Browse to the <comment>http://localhost:8000/</> URL.",
"",
" * <fg=blue>Read</> the documentation at <comment>https://symfony.com/doc</>"
]
},
"files": {
@@ -27,18 +27,6 @@
"/var/",
"/vendor/"
],
"post-install-output": [
"<bg=blue;fg=white> </>",
"<bg=blue;fg=white> What's next? </>",
"<bg=blue;fg=white> </>",
"",
" * <fg=blue>Run</> your application:",
" 1. Change to the project directory",
" 2. Execute the <comment>make serve</> command;",
" 3. Browse to the <comment>http://localhost:8000/</> URL.",
"",
" * <fg=blue>Read</> the documentation at <comment>https://symfony.com/doc</>"
],
"makefile": [
"CONSOLE := $(shell which bin/console)",
"sf_console:",
@@ -80,6 +68,18 @@
"serve:",
"\t@${MAKE} serve_as_sf",
".PHONY: sf_console serve serve_as_sf serve_as_php"
],
"post-install-output": [
"<bg=blue;fg=white> </>",
"<bg=blue;fg=white> What's next? </>",
"<bg=blue;fg=white> </>",
"",
" * <fg=blue>Run</> your application:",
" 1. Change to the project directory",
" 2. Execute the <comment>make serve</> command;",
" 3. Browse to the <comment>http://localhost:8000/</> URL.",
"",
" * <fg=blue>Read</> the documentation at <comment>https://symfony.com/doc</>"
]
},
"files": {
@@ -27,18 +27,6 @@
"/var/",
"/vendor/"
],
"post-install-output": [
"<bg=blue;fg=white> </>",
"<bg=blue;fg=white> What's next? </>",
"<bg=blue;fg=white> </>",
"",
" * <fg=blue>Run</> your application:",
" 1. Change to the project directory",
" 2. Execute the <comment>make serve</> command;",
" 3. Browse to the <comment>http://localhost:8000/</> URL.",
"",
" * <fg=blue>Read</> the documentation at <comment>https://symfony.com/doc</>"
],
"makefile": [
"cache-clear:",
"\t@test -f bin/console && bin/console cache:clear --no-warmup || rm -rf var/cache/*",
@@ -68,6 +56,18 @@
"serve:",
"\t@${MAKE} serve_as_sf",
".PHONY: sf_console serve serve_as_sf serve_as_php"
],
"post-install-output": [
"<bg=blue;fg=white> </>",
"<bg=blue;fg=white> What's next? </>",
"<bg=blue;fg=white> </>",
"",
" * <fg=blue>Run</> your application:",
" 1. Change to the project directory",
" 2. Execute the <comment>make serve</> command;",
" 3. Browse to the <comment>http://localhost:8000/</> URL.",
"",
" * <fg=blue>Read</> the documentation at <comment>https://symfony.com/doc</>"
]
},
"files": {
@@ -27,18 +27,6 @@
"/var/",
"/vendor/"
],
"post-install-output": [
"<bg=blue;fg=white> </>",
"<bg=blue;fg=white> What's next? </>",
"<bg=blue;fg=white> </>",
"",
" * <fg=blue>Run</> your application:",
" 1. Change to the project directory",
" 2. Execute the <comment>make serve</> command;",
" 3. Browse to the <comment>http://localhost:8000/</> URL.",
"",
" * <fg=blue>Read</> the documentation at <comment>https://symfony.com/doc</>"
],
"makefile": [
"CONSOLE := $(shell which bin/console)",
"sf_console:",
@@ -80,6 +68,18 @@
"serve:",
"\t@${MAKE} serve_as_sf",
".PHONY: sf_console serve serve_as_sf serve_as_php"
],
"post-install-output": [
"<bg=blue;fg=white> </>",
"<bg=blue;fg=white> What's next? </>",
"<bg=blue;fg=white> </>",
"",
" * <fg=blue>Run</> your application:",
" 1. Change to the project directory",
" 2. Execute the <comment>make serve</> command;",
" 3. Browse to the <comment>http://localhost:8000/</> URL.",
"",
" * <fg=blue>Read</> the documentation at <comment>https://symfony.com/doc</>"
]
},
"files": {
@@ -27,18 +27,6 @@
"/var/",
"/vendor/"
],
"post-install-output": [
"<bg=blue;fg=white> </>",
"<bg=blue;fg=white> What's next? </>",
"<bg=blue;fg=white> </>",
"",
" * <fg=blue>Run</> your application:",
" 1. Change to the project directory",
" 2. Execute the <comment>make serve</> command;",
" 3. Browse to the <comment>http://localhost:8000/</> URL.",
"",
" * <fg=blue>Read</> the documentation at <comment>https://symfony.com/doc</>"
],
"makefile": [
"CONSOLE := $(shell which bin/console)",
"sf_console:",
@@ -80,6 +68,18 @@
"serve: ## Runs a local web server",
"\t@${MAKE} serve_as_sf",
".PHONY: sf_console serve serve_as_sf serve_as_php"
],
"post-install-output": [
"<bg=blue;fg=white> </>",
"<bg=blue;fg=white> What's next? </>",
"<bg=blue;fg=white> </>",
"",
" * <fg=blue>Run</> your application:",
" 1. Change to the project directory",
" 2. Execute the <comment>make serve</> command;",
" 3. Browse to the <comment>http://localhost:8000/</> URL.",
"",
" * <fg=blue>Read</> the documentation at <comment>https://symfony.com/doc</>"
]
},
"files": {
@@ -27,18 +27,6 @@
"/vendor/",
"/web/bundles/"
],
"post-install-output": [
"<bg=blue;fg=white> </>",
"<bg=blue;fg=white> What's next? </>",
"<bg=blue;fg=white> </>",
"",
" * <fg=blue>Run</> your application:",
" 1. Change to the project directory",
" 2. Execute the <comment>make serve</> command;",
" 3. Browse to the <comment>http://localhost:8000/</> URL.",
"",
" * <fg=blue>Read</> the documentation at <comment>https://symfony.com/doc</>"
],
"makefile": [
"cache-clear:",
"\t@test -f bin/console && bin/console cache:clear --no-warmup || rm -rf var/cache/*",
@@ -54,6 +42,18 @@
"\t@echo -e \"Run \\033[32mcomposer require symfony/web-server-bundle\\033[39m for a better web server\"",
"\tphp -S 127.0.0.1:8000 -t web",
".PHONY: serve"
],
"post-install-output": [
"<bg=blue;fg=white> </>",
"<bg=blue;fg=white> What's next? </>",
"<bg=blue;fg=white> </>",
"",
" * <fg=blue>Run</> your application:",
" 1. Change to the project directory",
" 2. Execute the <comment>make serve</> command;",
" 3. Browse to the <comment>http://localhost:8000/</> URL.",
"",
" * <fg=blue>Read</> the documentation at <comment>https://symfony.com/doc</>"
]
},
"files": {
@@ -27,18 +27,6 @@
"/vendor/",
"/web/bundles/"
],
"post-install-output": [
"<bg=blue;fg=white> </>",
"<bg=blue;fg=white> What's next? </>",
"<bg=blue;fg=white> </>",
"",
" * <fg=blue>Run</> your application:",
" 1. Change to the project directory",
" 2. Execute the <comment>make serve</> command;",
" 3. Browse to the <comment>http://localhost:8000/</> URL.",
"",
" * <fg=blue>Read</> the documentation at <comment>https://symfony.com/doc</>"
],
"makefile": [
"cache-clear:",
"\t@test -f bin/console && bin/console cache:clear --no-warmup || rm -rf var/cache/*",
@@ -54,6 +42,18 @@
"\t@echo \"Run \\033[32mcomposer require symfony/web-server-bundle\\033[39m for a better web server\"",
"\tphp -S 127.0.0.1:8000 -t web",
".PHONY: serve"
],
"post-install-output": [
"<bg=blue;fg=white> </>",
"<bg=blue;fg=white> What's next? </>",
"<bg=blue;fg=white> </>",
"",
" * <fg=blue>Run</> your application:",
" 1. Change to the project directory",
" 2. Execute the <comment>make serve</> command;",
" 3. Browse to the <comment>http://localhost:8000/</> URL.",
"",
" * <fg=blue>Read</> the documentation at <comment>https://symfony.com/doc</>"
]
},
"files": {
@@ -27,18 +27,6 @@
"/var/",
"/vendor/"
],
"post-install-output": [
"<bg=blue;fg=white> </>",
"<bg=blue;fg=white> What's next? </>",
"<bg=blue;fg=white> </>",
"",
" * <fg=blue>Run</> your application:",
" 1. Change to the project directory",
" 2. Execute the <comment>make serve</> command;",
" 3. Browse to the <comment>http://localhost:8000/</> URL.",
"",
" * <fg=blue>Read</> the documentation at <comment>https://symfony.com/doc</>"
],
"makefile": [
"CONSOLE := $(shell which bin/console)",
"sf_console:",
@@ -80,6 +68,18 @@
"serve:",
"\t@${MAKE} serve_as_sf",
".PHONY: sf_console serve serve_as_sf serve_as_php"
],
"post-install-output": [
"<bg=blue;fg=white> </>",
"<bg=blue;fg=white> What's next? </>",
"<bg=blue;fg=white> </>",
"",
" * <fg=blue>Run</> your application:",
" 1. Change to the project directory",
" 2. Execute the <comment>make serve</> command;",
" 3. Browse to the <comment>http://localhost:8000/</> URL.",
"",
" * <fg=blue>Read</> the documentation at <comment>https://symfony.com/doc</>"
]
},
"files": {
@@ -27,18 +27,6 @@
"/var/",
"/vendor/"
],
"post-install-output": [
"<bg=blue;fg=white> </>",
"<bg=blue;fg=white> What's next? </>",
"<bg=blue;fg=white> </>",
"",
" * <fg=blue>Run</> your application:",
" 1. Change to the project directory",
" 2. Execute the <comment>make serve</> command;",
" 3. Browse to the <comment>http://localhost:8000/</> URL.",
"",
" * <fg=blue>Read</> the documentation at <comment>https://symfony.com/doc</>"
],
"makefile": [
"CONSOLE := $(shell printf %q \"`which bin/console`\")",
"sf_console:",
@@ -80,6 +68,18 @@
"serve:",
"\t@${MAKE} serve_as_sf",
".PHONY: sf_console serve serve_as_sf serve_as_php"
],
"post-install-output": [
"<bg=blue;fg=white> </>",
"<bg=blue;fg=white> What's next? </>",
"<bg=blue;fg=white> </>",
"",
" * <fg=blue>Run</> your application:",
" 1. Change to the project directory",
" 2. Execute the <comment>make serve</> command;",
" 3. Browse to the <comment>http://localhost:8000/</> URL.",
"",
" * <fg=blue>Read</> the documentation at <comment>https://symfony.com/doc</>"
]
},
"files": {
@@ -27,18 +27,6 @@
"/var/",
"/vendor/"
],
"post-install-output": [
"<bg=blue;fg=white> </>",
"<bg=blue;fg=white> What's next? </>",
"<bg=blue;fg=white> </>",
"",
" * <fg=blue>Run</> your application:",
" 1. Change to the project directory",
" 2. Execute the <comment>make serve</> command;",
" 3. Browse to the <comment>http://localhost:8000/</> URL.",
"",
" * <fg=blue>Read</> the documentation at <comment>https://symfony.com/doc</>"
],
"makefile": [
"CONSOLE := $(shell printf %q \"`which bin/console`\")",
"sf_console:",
@@ -80,6 +68,18 @@
"serve:",
"\t@${MAKE} serve_as_sf",
".PHONY: sf_console serve serve_as_sf serve_as_php"
],
"post-install-output": [
"<bg=blue;fg=white> </>",
"<bg=blue;fg=white> What's next? </>",
"<bg=blue;fg=white> </>",
"",
" * <fg=blue>Run</> your application:",
" 1. Change to the project directory",
" 2. Execute the <comment>make serve</> command;",
" 3. Browse to the <comment>http://localhost:8000/</> URL.",
"",
" * <fg=blue>Read</> the documentation at <comment>https://symfony.com/doc</>"
]
},
"files": {
@@ -27,18 +27,6 @@
"/var/",
"/vendor/"
],
"post-install-output": [
"<bg=blue;fg=white> </>",
"<bg=blue;fg=white> What's next? </>",
"<bg=blue;fg=white> </>",
"",
" * <fg=blue>Run</> your application:",
" 1. Change to the project directory",
" 2. Execute the <comment>make serve</> command;",
" 3. Browse to the <comment>http://localhost:8000/</> URL.",
"",
" * <fg=blue>Read</> the documentation at <comment>https://symfony.com/doc</>"
],
"makefile": [
"CONSOLE := $(shell which bin/console)",
"sf_console:",
@@ -80,6 +68,18 @@
"serve:",
"\t@${MAKE} serve_as_sf",
".PHONY: sf_console serve serve_as_sf serve_as_php"
],
"post-install-output": [
"<bg=blue;fg=white> </>",
"<bg=blue;fg=white> What's next? </>",
"<bg=blue;fg=white> </>",
"",
" * <fg=blue>Run</> your application:",
" 1. Change to the project directory",
" 2. Execute the <comment>make serve</> command;",
" 3. Browse to the <comment>http://localhost:8000/</> URL.",
"",
" * <fg=blue>Read</> the documentation at <comment>https://symfony.com/doc</>"
]
},
"files": {
@@ -27,18 +27,6 @@
"/var/",
"/vendor/"
],
"post-install-output": [
"<bg=blue;fg=white> </>",
"<bg=blue;fg=white> What's next? </>",
"<bg=blue;fg=white> </>",
"",
" * <fg=blue>Run</> your application:",
" 1. Change to the project directory",
" 2. Execute the <comment>make serve</> command;",
" 3. Browse to the <comment>http://localhost:8000/</> URL.",
"",
" * <fg=blue>Read</> the documentation at <comment>https://symfony.com/doc</>"
],
"makefile": [
"CONSOLE := $(shell which bin/console)",
"sf_console:",
@@ -80,6 +68,18 @@
"serve:",
"\t@${MAKE} serve_as_sf",
".PHONY: sf_console serve serve_as_sf serve_as_php"
],
"post-install-output": [
"<bg=blue;fg=white> </>",
"<bg=blue;fg=white> What's next? </>",
"<bg=blue;fg=white> </>",
"",
" * <fg=blue>Run</> your application:",
" 1. Change to the project directory",
" 2. Execute the <comment>make serve</> command;",
" 3. Browse to the <comment>http://localhost:8000/</> URL.",
"",
" * <fg=blue>Read</> the documentation at <comment>https://symfony.com/doc</>"
]
},
"files": {
@@ -27,18 +27,6 @@
"/vendor/",
"/web/bundles/"
],
"post-install-output": [
"<bg=blue;fg=white> </>",
"<bg=blue;fg=white> What's next? </>",
"<bg=blue;fg=white> </>",
"",
" * <fg=blue>Run</> your application:",
" 1. Change to the project directory",
" 2. Execute the <comment>make serve</> command;",
" 3. Browse to the <comment>http://localhost:8000/</> URL.",
"",
" * <fg=blue>Read</> the documentation at <comment>https://symfony.com/doc</>"
],
"makefile": [
"cache-clear:",
"\t@test -f bin/console && bin/console cache:clear --no-warmup || rm -rf var/cache/*",
@@ -68,6 +56,18 @@
"serve:",
"\t@${MAKE} serve_as_sf",
".PHONY: sf_console serve serve_as_sf serve_as_php"
],
"post-install-output": [
"<bg=blue;fg=white> </>",
"<bg=blue;fg=white> What's next? </>",
"<bg=blue;fg=white> </>",
"",
" * <fg=blue>Run</> your application:",
" 1. Change to the project directory",
" 2. Execute the <comment>make serve</> command;",
" 3. Browse to the <comment>http://localhost:8000/</> URL.",
"",
" * <fg=blue>Read</> the documentation at <comment>https://symfony.com/doc</>"
]
},
"files": {
@@ -27,18 +27,6 @@
"/var/",
"/vendor/"
],
"post-install-output": [
"<bg=blue;fg=white> </>",
"<bg=blue;fg=white> What's next? </>",
"<bg=blue;fg=white> </>",
"",
" * <fg=blue>Run</> your application:",
" 1. Change to the project directory",
" 2. Execute the <comment>make serve</> command;",
" 3. Browse to the <comment>http://localhost:8000/</> URL.",
"",
" * <fg=blue>Read</> the documentation at <comment>https://symfony.com/doc</>"
],
"makefile": [
"CONSOLE := $(shell which bin/console)",
"sf_console:",
@@ -80,6 +68,18 @@
"serve:",
"\t@${MAKE} serve_as_sf",
".PHONY: sf_console serve serve_as_sf serve_as_php"
],
"post-install-output": [
"<bg=blue;fg=white> </>",
"<bg=blue;fg=white> What's next? </>",
"<bg=blue;fg=white> </>",
"",
" * <fg=blue>Run</> your application:",
" 1. Change to the project directory",
" 2. Execute the <comment>make serve</> command;",
" 3. Browse to the <comment>http://localhost:8000/</> URL.",
"",
" * <fg=blue>Read</> the documentation at <comment>https://symfony.com/doc</>"
]
},
"files": {
@@ -0,0 +1,42 @@
{
"manifests": {
"zenstruck/foundry": {
"manifest": {
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"bundles": {
"Zenstruck\\Foundry\\ZenstruckFoundryBundle": [
"dev",
"test"
]
},
"conflict": {
"symfony/framework-bundle": "<5.3"
},
"post-install-output": [
" * You're ready to use zenstruck/foundry. Create your first factory with",
" <info>bin/console make:factory</>.",
"",
" * <fg=blue>Read</> the documentation at <comment>https://symfony.com/bundles/ZenstruckFoundryBundle/current/index.html</>"
]
},
"files": {
"config/packages/zenstruck_foundry.yaml": {
"contents": [
"when@dev: &dev",
" # See full configuration: https://symfony.com/bundles/ZenstruckFoundryBundle/current/index.html#full-default-bundle-configuration",
" zenstruck_foundry:",
" # Whether to auto-refresh proxies by default (https://symfony.com/bundles/ZenstruckFoundryBundle/current/index.html#auto-refresh)",
" auto_refresh_proxies: true",
"",
"when@test: *dev",
""
],
"executable": false
}
},
"ref": "37c2f894cc098ab4c08874b80cccc8e2f8de7976"
}
}
}