diff --git a/archived/lexik.jwt-authentication-bundle/344e585aee741165f632b3e50109539f77417fab.json b/archived/lexik.jwt-authentication-bundle/344e585aee741165f632b3e50109539f77417fab.json index 7ea2c33b..56f15a0f 100644 --- a/archived/lexik.jwt-authentication-bundle/344e585aee741165f632b3e50109539f77417fab.json +++ b/archived/lexik.jwt-authentication-bundle/344e585aee741165f632b3e50109539f77417fab.json @@ -15,10 +15,6 @@ "JWT_PUBLIC_KEY_PATH": "%ETC_DIR%/jwt/public.pem", "JWT_PASSPHRASE": "%generate(secret)%" }, - "post-install-output": [ - " Next for LexikJWTAuthenticationBundle ", - " Run 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": [ + " Next for LexikJWTAuthenticationBundle ", + " Run make generate-jwt-keys to generate a key pair." ] }, "files": { diff --git a/archived/lexik.jwt-authentication-bundle/3c5ac7e244efbe090c2b5ce15cc2b98705f78a14.json b/archived/lexik.jwt-authentication-bundle/3c5ac7e244efbe090c2b5ce15cc2b98705f78a14.json index 26e2a6fa..bba9baff 100644 --- a/archived/lexik.jwt-authentication-bundle/3c5ac7e244efbe090c2b5ce15cc2b98705f78a14.json +++ b/archived/lexik.jwt-authentication-bundle/3c5ac7e244efbe090c2b5ce15cc2b98705f78a14.json @@ -16,10 +16,6 @@ "JWT_PUBLIC_KEY_PATH": "%CONFIG_DIR%/jwt/public.pem", "JWT_PASSPHRASE": "%generate(secret)%" }, - "post-install-output": [ - " Next for LexikJWTAuthenticationBundle ", - " Run 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": [ + " Next for LexikJWTAuthenticationBundle ", + " Run make generate-jwt-keys to generate a key pair." ] }, "files": { diff --git a/archived/lexik.jwt-authentication-bundle/45cfc38eddb4497cf79fbb4a1f733a09282d0fb8.json b/archived/lexik.jwt-authentication-bundle/45cfc38eddb4497cf79fbb4a1f733a09282d0fb8.json index aea83f50..cd504a4e 100644 --- a/archived/lexik.jwt-authentication-bundle/45cfc38eddb4497cf79fbb4a1f733a09282d0fb8.json +++ b/archived/lexik.jwt-authentication-bundle/45cfc38eddb4497cf79fbb4a1f733a09282d0fb8.json @@ -15,9 +15,6 @@ "JWT_PUBLIC_KEY_PATH": "%ETC_DIR%/jwt/public.pem", "JWT_PASSPHRASE": "%generate(secret)%" }, - "post-install-output": [ - "Now, run 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": [ + "Now, run make generate-jwt-keys to generate a key pair for LexikJWTAuthenticationBundle." ] }, "files": { diff --git a/archived/lexik.jwt-authentication-bundle/4759de0590faa2ef3b8486c97855f1180623df3e.json b/archived/lexik.jwt-authentication-bundle/4759de0590faa2ef3b8486c97855f1180623df3e.json index aeea0b34..d78347ef 100644 --- a/archived/lexik.jwt-authentication-bundle/4759de0590faa2ef3b8486c97855f1180623df3e.json +++ b/archived/lexik.jwt-authentication-bundle/4759de0590faa2ef3b8486c97855f1180623df3e.json @@ -16,10 +16,6 @@ "JWT_PUBLIC_KEY_PATH": "%CONFIG_DIR%/jwt/public.pem", "JWT_PASSPHRASE": "%generate(secret)%" }, - "post-install-output": [ - " Next for LexikJWTAuthenticationBundle ", - " Run 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": [ + " Next for LexikJWTAuthenticationBundle ", + " Run make generate-jwt-keys to generate a key pair." ] }, "files": { diff --git a/archived/lexik.jwt-authentication-bundle/76daa85b5a5c640baef13028b0bf0bb07788fd34.json b/archived/lexik.jwt-authentication-bundle/76daa85b5a5c640baef13028b0bf0bb07788fd34.json index 912f3dd9..a502a071 100644 --- a/archived/lexik.jwt-authentication-bundle/76daa85b5a5c640baef13028b0bf0bb07788fd34.json +++ b/archived/lexik.jwt-authentication-bundle/76daa85b5a5c640baef13028b0bf0bb07788fd34.json @@ -15,10 +15,6 @@ "JWT_PUBLIC_KEY_PATH": "%ETC_DIR%/jwt/public.pem", "JWT_PASSPHRASE": "%generate(secret)%" }, - "post-install-output": [ - " Next for LexikJWTAuthenticationBundle ", - " Run 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": [ + " Next for LexikJWTAuthenticationBundle ", + " Run make generate-jwt-keys to generate a key pair." ] }, "files": { diff --git a/archived/lexik.jwt-authentication-bundle/c34fdac0c3cb15061421e0c115fcb08fe3dfcc1c.json b/archived/lexik.jwt-authentication-bundle/c34fdac0c3cb15061421e0c115fcb08fe3dfcc1c.json index 23d860df..97c3979a 100644 --- a/archived/lexik.jwt-authentication-bundle/c34fdac0c3cb15061421e0c115fcb08fe3dfcc1c.json +++ b/archived/lexik.jwt-authentication-bundle/c34fdac0c3cb15061421e0c115fcb08fe3dfcc1c.json @@ -16,10 +16,6 @@ "JWT_PUBLIC_KEY_PATH": "%ETC_DIR%/jwt/public.pem", "JWT_PASSPHRASE": "%generate(secret)%" }, - "post-install-output": [ - " Next for LexikJWTAuthenticationBundle ", - " Run 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": [ + " Next for LexikJWTAuthenticationBundle ", + " Run make generate-jwt-keys to generate a key pair." ] }, "files": { diff --git a/archived/lexik.jwt-authentication-bundle/e5aea526499f8aef6983d0f57628b2d7e9ed36a5.json b/archived/lexik.jwt-authentication-bundle/e5aea526499f8aef6983d0f57628b2d7e9ed36a5.json index dc4d6594..559a0498 100644 --- a/archived/lexik.jwt-authentication-bundle/e5aea526499f8aef6983d0f57628b2d7e9ed36a5.json +++ b/archived/lexik.jwt-authentication-bundle/e5aea526499f8aef6983d0f57628b2d7e9ed36a5.json @@ -15,10 +15,6 @@ "JWT_PUBLIC_KEY_PATH": "%ETC_DIR%/jwt/public.pem", "JWT_PASSPHRASE": "%generate(secret)%" }, - "post-install-output": [ - " Next for LexikJWTAuthenticationBundle ", - " Run 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": [ + " Next for LexikJWTAuthenticationBundle ", + " Run make generate-jwt-keys to generate a key pair." ] }, "files": { diff --git a/archived/lexik.jwt-authentication-bundle/e7a5947a31101929e84ffb2825af42f3a674bdb7.json b/archived/lexik.jwt-authentication-bundle/e7a5947a31101929e84ffb2825af42f3a674bdb7.json index 09379c44..e8981b74 100644 --- a/archived/lexik.jwt-authentication-bundle/e7a5947a31101929e84ffb2825af42f3a674bdb7.json +++ b/archived/lexik.jwt-authentication-bundle/e7a5947a31101929e84ffb2825af42f3a674bdb7.json @@ -16,10 +16,6 @@ "JWT_PUBLIC_KEY_PATH": "%ETC_DIR%/jwt/public.pem", "JWT_PASSPHRASE": "%generate(secret)%" }, - "post-install-output": [ - " Next for LexikJWTAuthenticationBundle ", - " Run 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": [ + " Next for LexikJWTAuthenticationBundle ", + " Run make generate-jwt-keys to generate a key pair." ] }, "files": { diff --git a/archived/symfony.framework-bundle/095436a67829fa7518f8761fb1f4c26e2f7267c1.json b/archived/symfony.framework-bundle/095436a67829fa7518f8761fb1f4c26e2f7267c1.json index 7d30914d..f6bae846 100644 --- a/archived/symfony.framework-bundle/095436a67829fa7518f8761fb1f4c26e2f7267c1.json +++ b/archived/symfony.framework-bundle/095436a67829fa7518f8761fb1f4c26e2f7267c1.json @@ -27,18 +27,6 @@ "/var/", "/vendor/" ], - "post-install-output": [ - " ", - " What's next? ", - " ", - "", - " * Run your application:", - " 1. Change to the project directory", - " 2. Execute the make serve command;", - " 3. Browse to the http://localhost:8000/ URL.", - "", - " * Read the documentation at 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": [ + " ", + " What's next? ", + " ", + "", + " * Run your application:", + " 1. Change to the project directory", + " 2. Execute the make serve command;", + " 3. Browse to the http://localhost:8000/ URL.", + "", + " * Read the documentation at https://symfony.com/doc" ] }, "files": { diff --git a/archived/symfony.framework-bundle/0bf335bf61f00e7e41ac56400a97c4a5bc9679da.json b/archived/symfony.framework-bundle/0bf335bf61f00e7e41ac56400a97c4a5bc9679da.json index 5848619b..31961ba4 100644 --- a/archived/symfony.framework-bundle/0bf335bf61f00e7e41ac56400a97c4a5bc9679da.json +++ b/archived/symfony.framework-bundle/0bf335bf61f00e7e41ac56400a97c4a5bc9679da.json @@ -27,18 +27,6 @@ "/var/", "/vendor/" ], - "post-install-output": [ - " ", - " What's next? ", - " ", - "", - " * Run your application:", - " 1. Change to the project directory", - " 2. Execute the make serve command;", - " 3. Browse to the http://localhost:8000/ URL.", - "", - " * Read the documentation at 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": [ + " ", + " What's next? ", + " ", + "", + " * Run your application:", + " 1. Change to the project directory", + " 2. Execute the make serve command;", + " 3. Browse to the http://localhost:8000/ URL.", + "", + " * Read the documentation at https://symfony.com/doc" ] }, "files": { diff --git a/archived/symfony.framework-bundle/0f239caad9f80d96c1bf5a78d7ec05a28eb7ae0e.json b/archived/symfony.framework-bundle/0f239caad9f80d96c1bf5a78d7ec05a28eb7ae0e.json index 0a9f3d71..63e5f162 100644 --- a/archived/symfony.framework-bundle/0f239caad9f80d96c1bf5a78d7ec05a28eb7ae0e.json +++ b/archived/symfony.framework-bundle/0f239caad9f80d96c1bf5a78d7ec05a28eb7ae0e.json @@ -27,18 +27,6 @@ "/var/", "/vendor/" ], - "post-install-output": [ - " ", - " What's next? ", - " ", - "", - " * Run your application:", - " 1. Change to the project directory", - " 2. Execute the make serve command;", - " 3. Browse to the http://localhost:8000/ URL.", - "", - " * Read the documentation at 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": [ + " ", + " What's next? ", + " ", + "", + " * Run your application:", + " 1. Change to the project directory", + " 2. Execute the make serve command;", + " 3. Browse to the http://localhost:8000/ URL.", + "", + " * Read the documentation at https://symfony.com/doc" ] }, "files": { diff --git a/archived/symfony.framework-bundle/1eca7bfa16fe2382f3644b312c79ae24032330ef.json b/archived/symfony.framework-bundle/1eca7bfa16fe2382f3644b312c79ae24032330ef.json index 352cae4f..dea1970b 100644 --- a/archived/symfony.framework-bundle/1eca7bfa16fe2382f3644b312c79ae24032330ef.json +++ b/archived/symfony.framework-bundle/1eca7bfa16fe2382f3644b312c79ae24032330ef.json @@ -27,18 +27,6 @@ "/var/", "/vendor/" ], - "post-install-output": [ - " ", - " What's next? ", - " ", - "", - " * Run your application:", - " 1. Change to the project directory", - " 2. Execute the make serve command;", - " 3. Browse to the http://localhost:8000/ URL.", - "", - " * Read the documentation at 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": [ + " ", + " What's next? ", + " ", + "", + " * Run your application:", + " 1. Change to the project directory", + " 2. Execute the make serve command;", + " 3. Browse to the http://localhost:8000/ URL.", + "", + " * Read the documentation at https://symfony.com/doc" ] }, "files": { diff --git a/archived/symfony.framework-bundle/23fb6e6c0c6f6461e090bffc332d0d5bb9d907ba.json b/archived/symfony.framework-bundle/23fb6e6c0c6f6461e090bffc332d0d5bb9d907ba.json index 26acd5e8..506300a6 100644 --- a/archived/symfony.framework-bundle/23fb6e6c0c6f6461e090bffc332d0d5bb9d907ba.json +++ b/archived/symfony.framework-bundle/23fb6e6c0c6f6461e090bffc332d0d5bb9d907ba.json @@ -27,18 +27,6 @@ "/var/", "/vendor/" ], - "post-install-output": [ - " ", - " What's next? ", - " ", - "", - " * Run your application:", - " 1. Change to the project directory", - " 2. Execute the make serve command;", - " 3. Browse to the http://localhost:8000/ URL.", - "", - " * Read the documentation at 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": [ + " ", + " What's next? ", + " ", + "", + " * Run your application:", + " 1. Change to the project directory", + " 2. Execute the make serve command;", + " 3. Browse to the http://localhost:8000/ URL.", + "", + " * Read the documentation at https://symfony.com/doc" ] }, "files": { diff --git a/archived/symfony.framework-bundle/24b59bd1bd472c549d4cda0d30e3c8e51d07c1f7.json b/archived/symfony.framework-bundle/24b59bd1bd472c549d4cda0d30e3c8e51d07c1f7.json index 88662780..450d3169 100644 --- a/archived/symfony.framework-bundle/24b59bd1bd472c549d4cda0d30e3c8e51d07c1f7.json +++ b/archived/symfony.framework-bundle/24b59bd1bd472c549d4cda0d30e3c8e51d07c1f7.json @@ -27,18 +27,6 @@ "/vendor/", "/web/bundles/" ], - "post-install-output": [ - " ", - " What's next? ", - " ", - "", - " * Run your application:", - " 1. Change to the project directory", - " 2. Execute the make serve command;", - " 3. Browse to the http://localhost:8000/ URL.", - "", - " * Read the documentation at 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": [ + " ", + " What's next? ", + " ", + "", + " * Run your application:", + " 1. Change to the project directory", + " 2. Execute the make serve command;", + " 3. Browse to the http://localhost:8000/ URL.", + "", + " * Read the documentation at https://symfony.com/doc" ] }, "files": { diff --git a/archived/symfony.framework-bundle/25b3f15ef5f84dfee6425272ed09b521f5651ed9.json b/archived/symfony.framework-bundle/25b3f15ef5f84dfee6425272ed09b521f5651ed9.json index cb2c7995..50c8cb06 100644 --- a/archived/symfony.framework-bundle/25b3f15ef5f84dfee6425272ed09b521f5651ed9.json +++ b/archived/symfony.framework-bundle/25b3f15ef5f84dfee6425272ed09b521f5651ed9.json @@ -27,18 +27,6 @@ "/vendor/", "/web/bundles/" ], - "post-install-output": [ - " ", - " What's next? ", - " ", - "", - " * Run your application:", - " 1. Change to the project directory", - " 2. Execute the make serve command;", - " 3. Browse to the http://localhost:8000/ URL.", - "", - " * Read the documentation at 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": [ + " ", + " What's next? ", + " ", + "", + " * Run your application:", + " 1. Change to the project directory", + " 2. Execute the make serve command;", + " 3. Browse to the http://localhost:8000/ URL.", + "", + " * Read the documentation at https://symfony.com/doc" ] }, "files": { diff --git a/archived/symfony.framework-bundle/26dfde83aaddc5bde46735d3bdde8033fb1fc084.json b/archived/symfony.framework-bundle/26dfde83aaddc5bde46735d3bdde8033fb1fc084.json index e045d282..3dfed131 100644 --- a/archived/symfony.framework-bundle/26dfde83aaddc5bde46735d3bdde8033fb1fc084.json +++ b/archived/symfony.framework-bundle/26dfde83aaddc5bde46735d3bdde8033fb1fc084.json @@ -27,18 +27,6 @@ "/vendor/", "/web/bundles/" ], - "post-install-output": [ - " ", - " What's next? ", - " ", - "", - " * Run your application:", - " 1. Change to the project directory", - " 2. Execute the make serve command;", - " 3. Browse to the http://localhost:8000/ URL.", - "", - " * Read the documentation at 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": [ + " ", + " What's next? ", + " ", + "", + " * Run your application:", + " 1. Change to the project directory", + " 2. Execute the make serve command;", + " 3. Browse to the http://localhost:8000/ URL.", + "", + " * Read the documentation at https://symfony.com/doc" ] }, "files": { diff --git a/archived/symfony.framework-bundle/2b6c7e9c19afd2b589436d3e5fe0a08d887c163b.json b/archived/symfony.framework-bundle/2b6c7e9c19afd2b589436d3e5fe0a08d887c163b.json index 77dedad8..747a04ba 100644 --- a/archived/symfony.framework-bundle/2b6c7e9c19afd2b589436d3e5fe0a08d887c163b.json +++ b/archived/symfony.framework-bundle/2b6c7e9c19afd2b589436d3e5fe0a08d887c163b.json @@ -27,18 +27,6 @@ "/var/", "/vendor/" ], - "post-install-output": [ - " ", - " What's next? ", - " ", - "", - " * Run your application:", - " 1. Change to the project directory", - " 2. Execute the make serve command;", - " 3. Browse to the http://localhost:8000/ URL.", - "", - " * Read the documentation at 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": [ + " ", + " What's next? ", + " ", + "", + " * Run your application:", + " 1. Change to the project directory", + " 2. Execute the make serve command;", + " 3. Browse to the http://localhost:8000/ URL.", + "", + " * Read the documentation at https://symfony.com/doc" ] }, "files": { diff --git a/archived/symfony.framework-bundle/2d47568cbe59ad957b318278dea5b4f8907b840b.json b/archived/symfony.framework-bundle/2d47568cbe59ad957b318278dea5b4f8907b840b.json index d927b2f7..7739d0d1 100644 --- a/archived/symfony.framework-bundle/2d47568cbe59ad957b318278dea5b4f8907b840b.json +++ b/archived/symfony.framework-bundle/2d47568cbe59ad957b318278dea5b4f8907b840b.json @@ -27,18 +27,6 @@ "/vendor/", "/web/bundles/" ], - "post-install-output": [ - " ", - " What's next? ", - " ", - "", - " * Run your application:", - " 1. Change to the project directory", - " 2. Execute the make serve command;", - " 3. Browse to the http://localhost:8000/ URL.", - "", - " * Read the documentation at 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": [ + " ", + " What's next? ", + " ", + "", + " * Run your application:", + " 1. Change to the project directory", + " 2. Execute the make serve command;", + " 3. Browse to the http://localhost:8000/ URL.", + "", + " * Read the documentation at https://symfony.com/doc" ] }, "files": { diff --git a/archived/symfony.framework-bundle/3131f86f58e6942b90097bc624723678372e9eac.json b/archived/symfony.framework-bundle/3131f86f58e6942b90097bc624723678372e9eac.json index e8b5269c..ea3d5c5f 100644 --- a/archived/symfony.framework-bundle/3131f86f58e6942b90097bc624723678372e9eac.json +++ b/archived/symfony.framework-bundle/3131f86f58e6942b90097bc624723678372e9eac.json @@ -27,18 +27,6 @@ "/var/", "/vendor/" ], - "post-install-output": [ - " ", - " What's next? ", - " ", - "", - " * Run your application:", - " 1. Change to the project directory", - " 2. Execute the make serve command;", - " 3. Browse to the http://localhost:8000/ URL.", - "", - " * Read the documentation at 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": [ + " ", + " What's next? ", + " ", + "", + " * Run your application:", + " 1. Change to the project directory", + " 2. Execute the make serve command;", + " 3. Browse to the http://localhost:8000/ URL.", + "", + " * Read the documentation at https://symfony.com/doc" ] }, "files": { diff --git a/archived/symfony.framework-bundle/345c9163d64dccf38a3b4ce4347cb0ecfa462aa3.json b/archived/symfony.framework-bundle/345c9163d64dccf38a3b4ce4347cb0ecfa462aa3.json index a0d1dd98..3ab9c2ef 100644 --- a/archived/symfony.framework-bundle/345c9163d64dccf38a3b4ce4347cb0ecfa462aa3.json +++ b/archived/symfony.framework-bundle/345c9163d64dccf38a3b4ce4347cb0ecfa462aa3.json @@ -27,18 +27,6 @@ "/var/", "/vendor/" ], - "post-install-output": [ - " ", - " What's next? ", - " ", - "", - " * Run your application:", - " 1. Change to the project directory", - " 2. Execute the make serve command;", - " 3. Browse to the http://localhost:8000/ URL.", - "", - " * Read the documentation at 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": [ + " ", + " What's next? ", + " ", + "", + " * Run your application:", + " 1. Change to the project directory", + " 2. Execute the make serve command;", + " 3. Browse to the http://localhost:8000/ URL.", + "", + " * Read the documentation at https://symfony.com/doc" ] }, "files": { diff --git a/archived/symfony.framework-bundle/3c792543650d60cb293160fcb6cde4e2abd31f9f.json b/archived/symfony.framework-bundle/3c792543650d60cb293160fcb6cde4e2abd31f9f.json index 17822032..1a6e617d 100644 --- a/archived/symfony.framework-bundle/3c792543650d60cb293160fcb6cde4e2abd31f9f.json +++ b/archived/symfony.framework-bundle/3c792543650d60cb293160fcb6cde4e2abd31f9f.json @@ -27,18 +27,6 @@ "/var/", "/vendor/" ], - "post-install-output": [ - " ", - " What's next? ", - " ", - "", - " * Run your application:", - " 1. Change to the project directory", - " 2. Execute the make serve command;", - " 3. Browse to the http://localhost:8000/ URL.", - "", - " * Read the documentation at 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": [ + " ", + " What's next? ", + " ", + "", + " * Run your application:", + " 1. Change to the project directory", + " 2. Execute the make serve command;", + " 3. Browse to the http://localhost:8000/ URL.", + "", + " * Read the documentation at https://symfony.com/doc" ] }, "files": { diff --git a/archived/symfony.framework-bundle/3f970e2dc1e5c6c38190789b80cf6683b56e3527.json b/archived/symfony.framework-bundle/3f970e2dc1e5c6c38190789b80cf6683b56e3527.json index a8030f28..45895ef3 100644 --- a/archived/symfony.framework-bundle/3f970e2dc1e5c6c38190789b80cf6683b56e3527.json +++ b/archived/symfony.framework-bundle/3f970e2dc1e5c6c38190789b80cf6683b56e3527.json @@ -27,18 +27,6 @@ "/var/", "/vendor/" ], - "post-install-output": [ - " ", - " What's next? ", - " ", - "", - " * Run your application:", - " 1. Change to the project directory", - " 2. Execute the make serve command;", - " 3. Browse to the http://localhost:8000/ URL.", - "", - " * Read the documentation at 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": [ + " ", + " What's next? ", + " ", + "", + " * Run your application:", + " 1. Change to the project directory", + " 2. Execute the make serve command;", + " 3. Browse to the http://localhost:8000/ URL.", + "", + " * Read the documentation at https://symfony.com/doc" ] }, "files": { diff --git a/archived/symfony.framework-bundle/3fd4a148105eb3384ddeb627b9621cf125c9d3c4.json b/archived/symfony.framework-bundle/3fd4a148105eb3384ddeb627b9621cf125c9d3c4.json index b3f137a2..bf2c4e49 100644 --- a/archived/symfony.framework-bundle/3fd4a148105eb3384ddeb627b9621cf125c9d3c4.json +++ b/archived/symfony.framework-bundle/3fd4a148105eb3384ddeb627b9621cf125c9d3c4.json @@ -27,18 +27,6 @@ "/vendor/", "/web/bundles/" ], - "post-install-output": [ - " ", - " What's next? ", - " ", - "", - " * Run your application:", - " 1. Change to the project directory", - " 2. Execute the make serve command;", - " 3. Browse to the http://localhost:8000/ URL.", - "", - " * Read the documentation at 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": [ + " ", + " What's next? ", + " ", + "", + " * Run your application:", + " 1. Change to the project directory", + " 2. Execute the make serve command;", + " 3. Browse to the http://localhost:8000/ URL.", + "", + " * Read the documentation at https://symfony.com/doc" ] }, "files": { diff --git a/archived/symfony.framework-bundle/3ff4ceeb63963f851c2a56f6abc048503a82a232.json b/archived/symfony.framework-bundle/3ff4ceeb63963f851c2a56f6abc048503a82a232.json index 2437a8c7..690cdf32 100644 --- a/archived/symfony.framework-bundle/3ff4ceeb63963f851c2a56f6abc048503a82a232.json +++ b/archived/symfony.framework-bundle/3ff4ceeb63963f851c2a56f6abc048503a82a232.json @@ -27,18 +27,6 @@ "/vendor/", "/web/bundles/" ], - "post-install-output": [ - " ", - " What's next? ", - " ", - "", - " * Run your application:", - " 1. Change to the project directory", - " 2. Execute the make serve command;", - " 3. Browse to the http://localhost:8000/ URL.", - "", - " * Read the documentation at 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": [ + " ", + " What's next? ", + " ", + "", + " * Run your application:", + " 1. Change to the project directory", + " 2. Execute the make serve command;", + " 3. Browse to the http://localhost:8000/ URL.", + "", + " * Read the documentation at https://symfony.com/doc" ] }, "files": { diff --git a/archived/symfony.framework-bundle/4799ca4a921fc131c74271d35ea5c9a968b79115.json b/archived/symfony.framework-bundle/4799ca4a921fc131c74271d35ea5c9a968b79115.json index da2c6653..ab47218d 100644 --- a/archived/symfony.framework-bundle/4799ca4a921fc131c74271d35ea5c9a968b79115.json +++ b/archived/symfony.framework-bundle/4799ca4a921fc131c74271d35ea5c9a968b79115.json @@ -27,18 +27,6 @@ "/var/", "/vendor/" ], - "post-install-output": [ - " ", - " What's next? ", - " ", - "", - " * Run your application:", - " 1. Change to the project directory", - " 2. Execute the make serve command;", - " 3. Browse to the http://localhost:8000/ URL.", - "", - " * Read the documentation at 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": [ + " ", + " What's next? ", + " ", + "", + " * Run your application:", + " 1. Change to the project directory", + " 2. Execute the make serve command;", + " 3. Browse to the http://localhost:8000/ URL.", + "", + " * Read the documentation at https://symfony.com/doc" ] }, "files": { diff --git a/archived/symfony.framework-bundle/4cec1d1daa81892c2b029fc714f9fb514171291d.json b/archived/symfony.framework-bundle/4cec1d1daa81892c2b029fc714f9fb514171291d.json index 4dbb09cb..ab3e8eba 100644 --- a/archived/symfony.framework-bundle/4cec1d1daa81892c2b029fc714f9fb514171291d.json +++ b/archived/symfony.framework-bundle/4cec1d1daa81892c2b029fc714f9fb514171291d.json @@ -27,18 +27,6 @@ "/vendor/", "/web/bundles/" ], - "post-install-output": [ - " ", - " What's next? ", - " ", - "", - " * Run your application:", - " 1. Change to the project directory", - " 2. Execute the make serve command;", - " 3. Browse to the http://localhost:8000/ URL.", - "", - " * Read the documentation at 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": [ + " ", + " What's next? ", + " ", + "", + " * Run your application:", + " 1. Change to the project directory", + " 2. Execute the make serve command;", + " 3. Browse to the http://localhost:8000/ URL.", + "", + " * Read the documentation at https://symfony.com/doc" ] }, "files": { diff --git a/archived/symfony.framework-bundle/682ca0ce33c95016c21d3fdb388d9c3c41773cc0.json b/archived/symfony.framework-bundle/682ca0ce33c95016c21d3fdb388d9c3c41773cc0.json index 2b8fec46..3a681544 100644 --- a/archived/symfony.framework-bundle/682ca0ce33c95016c21d3fdb388d9c3c41773cc0.json +++ b/archived/symfony.framework-bundle/682ca0ce33c95016c21d3fdb388d9c3c41773cc0.json @@ -27,18 +27,6 @@ "/vendor/", "/web/bundles/" ], - "post-install-output": [ - " ", - " What's next? ", - " ", - "", - " * Run your application:", - " 1. Change to the project directory", - " 2. Execute the make serve command;", - " 3. Browse to the http://localhost:8000/ URL.", - "", - " * Read the documentation at 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": [ + " ", + " What's next? ", + " ", + "", + " * Run your application:", + " 1. Change to the project directory", + " 2. Execute the make serve command;", + " 3. Browse to the http://localhost:8000/ URL.", + "", + " * Read the documentation at https://symfony.com/doc" ] }, "files": { diff --git a/archived/symfony.framework-bundle/6d879c1aab587760db6f0842249a4ed086001a9a.json b/archived/symfony.framework-bundle/6d879c1aab587760db6f0842249a4ed086001a9a.json index 1327a5b7..22a558f8 100644 --- a/archived/symfony.framework-bundle/6d879c1aab587760db6f0842249a4ed086001a9a.json +++ b/archived/symfony.framework-bundle/6d879c1aab587760db6f0842249a4ed086001a9a.json @@ -27,18 +27,6 @@ "/var/", "/vendor/" ], - "post-install-output": [ - " ", - " What's next? ", - " ", - "", - " * Run your application:", - " 1. Change to the project directory", - " 2. Execute the make serve command;", - " 3. Browse to the http://localhost:8000/ URL.", - "", - " * Read the documentation at 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": [ + " ", + " What's next? ", + " ", + "", + " * Run your application:", + " 1. Change to the project directory", + " 2. Execute the make serve command;", + " 3. Browse to the http://localhost:8000/ URL.", + "", + " * Read the documentation at https://symfony.com/doc" ] }, "files": { diff --git a/archived/symfony.framework-bundle/723fe70327f0795797c157f6d8b0372c0491b6c2.json b/archived/symfony.framework-bundle/723fe70327f0795797c157f6d8b0372c0491b6c2.json index f3fa0058..9081d11d 100644 --- a/archived/symfony.framework-bundle/723fe70327f0795797c157f6d8b0372c0491b6c2.json +++ b/archived/symfony.framework-bundle/723fe70327f0795797c157f6d8b0372c0491b6c2.json @@ -27,18 +27,6 @@ "/var/", "/vendor/" ], - "post-install-output": [ - " ", - " What's next? ", - " ", - "", - " * Run your application:", - " 1. Change to the project directory", - " 2. Execute the make serve command;", - " 3. Browse to the http://localhost:8000/ URL.", - "", - " * Read the documentation at 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": [ + " ", + " What's next? ", + " ", + "", + " * Run your application:", + " 1. Change to the project directory", + " 2. Execute the make serve command;", + " 3. Browse to the http://localhost:8000/ URL.", + "", + " * Read the documentation at https://symfony.com/doc" ] }, "files": { diff --git a/archived/symfony.framework-bundle/74e38f2587052924ea9288d2fba58b91d8c295a4.json b/archived/symfony.framework-bundle/74e38f2587052924ea9288d2fba58b91d8c295a4.json index 0155343c..ca1f087a 100644 --- a/archived/symfony.framework-bundle/74e38f2587052924ea9288d2fba58b91d8c295a4.json +++ b/archived/symfony.framework-bundle/74e38f2587052924ea9288d2fba58b91d8c295a4.json @@ -27,18 +27,6 @@ "/var/", "/vendor/" ], - "post-install-output": [ - " ", - " What's next? ", - " ", - "", - " * Run your application:", - " 1. Change to the project directory", - " 2. Execute the make serve command;", - " 3. Browse to the http://localhost:8000/ URL.", - "", - " * Read the documentation at 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": [ + " ", + " What's next? ", + " ", + "", + " * Run your application:", + " 1. Change to the project directory", + " 2. Execute the make serve command;", + " 3. Browse to the http://localhost:8000/ URL.", + "", + " * Read the documentation at https://symfony.com/doc" ] }, "files": { diff --git a/archived/symfony.framework-bundle/7a436ca1ed9932d2d2f00cf0d4ec611c773bbe81.json b/archived/symfony.framework-bundle/7a436ca1ed9932d2d2f00cf0d4ec611c773bbe81.json index 9880ca3b..81af1301 100644 --- a/archived/symfony.framework-bundle/7a436ca1ed9932d2d2f00cf0d4ec611c773bbe81.json +++ b/archived/symfony.framework-bundle/7a436ca1ed9932d2d2f00cf0d4ec611c773bbe81.json @@ -27,18 +27,6 @@ "/vendor/", "/web/bundles/" ], - "post-install-output": [ - " ", - " What's next? ", - " ", - "", - " * Run your application:", - " 1. Change to the project directory", - " 2. Execute the make serve command;", - " 3. Browse to the http://localhost:8000/ URL.", - "", - " * Read the documentation at 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": [ + " ", + " What's next? ", + " ", + "", + " * Run your application:", + " 1. Change to the project directory", + " 2. Execute the make serve command;", + " 3. Browse to the http://localhost:8000/ URL.", + "", + " * Read the documentation at https://symfony.com/doc" ] }, "files": { diff --git a/archived/symfony.framework-bundle/7ad41baed73aad4777c6e2f2363bd928829439dc.json b/archived/symfony.framework-bundle/7ad41baed73aad4777c6e2f2363bd928829439dc.json index f39b0f3c..f0fa723a 100644 --- a/archived/symfony.framework-bundle/7ad41baed73aad4777c6e2f2363bd928829439dc.json +++ b/archived/symfony.framework-bundle/7ad41baed73aad4777c6e2f2363bd928829439dc.json @@ -27,18 +27,6 @@ "/vendor/", "/web/bundles/" ], - "post-install-output": [ - " ", - " What's next? ", - " ", - "", - " * Run your application:", - " 1. Change to the project directory", - " 2. Execute the make serve command;", - " 3. Browse to the http://localhost:8000/ URL.", - "", - " * Read the documentation at 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": [ + " ", + " What's next? ", + " ", + "", + " * Run your application:", + " 1. Change to the project directory", + " 2. Execute the make serve command;", + " 3. Browse to the http://localhost:8000/ URL.", + "", + " * Read the documentation at https://symfony.com/doc" ] }, "files": { diff --git a/archived/symfony.framework-bundle/7e01d08409be68e7b4a7ef535f9de69adb34cda7.json b/archived/symfony.framework-bundle/7e01d08409be68e7b4a7ef535f9de69adb34cda7.json index e14c3bdd..5dc9402f 100644 --- a/archived/symfony.framework-bundle/7e01d08409be68e7b4a7ef535f9de69adb34cda7.json +++ b/archived/symfony.framework-bundle/7e01d08409be68e7b4a7ef535f9de69adb34cda7.json @@ -27,18 +27,6 @@ "/var/", "/vendor/" ], - "post-install-output": [ - " ", - " What's next? ", - " ", - "", - " * Run your application:", - " 1. Change to the project directory", - " 2. Execute the make serve command;", - " 3. Browse to the http://localhost:8000/ URL.", - "", - " * Read the documentation at 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": [ + " ", + " What's next? ", + " ", + "", + " * Run your application:", + " 1. Change to the project directory", + " 2. Execute the make serve command;", + " 3. Browse to the http://localhost:8000/ URL.", + "", + " * Read the documentation at https://symfony.com/doc" ] }, "files": { diff --git a/archived/symfony.framework-bundle/80e5d838cb736c20121e5e6f679f4e9e0d43e975.json b/archived/symfony.framework-bundle/80e5d838cb736c20121e5e6f679f4e9e0d43e975.json index 00d20108..0979956c 100644 --- a/archived/symfony.framework-bundle/80e5d838cb736c20121e5e6f679f4e9e0d43e975.json +++ b/archived/symfony.framework-bundle/80e5d838cb736c20121e5e6f679f4e9e0d43e975.json @@ -27,18 +27,6 @@ "/var/", "/vendor/" ], - "post-install-output": [ - " ", - " What's next? ", - " ", - "", - " * Run your application:", - " 1. Change to the project directory", - " 2. Execute the make serve command;", - " 3. Browse to the http://localhost:8000/ URL.", - "", - " * Read the documentation at 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": [ + " ", + " What's next? ", + " ", + "", + " * Run your application:", + " 1. Change to the project directory", + " 2. Execute the make serve command;", + " 3. Browse to the http://localhost:8000/ URL.", + "", + " * Read the documentation at https://symfony.com/doc" ] }, "files": { diff --git a/archived/symfony.framework-bundle/83af6d2425c599e8fb41e2ec7b33ac4fcffd701f.json b/archived/symfony.framework-bundle/83af6d2425c599e8fb41e2ec7b33ac4fcffd701f.json index 26232489..55b4c545 100644 --- a/archived/symfony.framework-bundle/83af6d2425c599e8fb41e2ec7b33ac4fcffd701f.json +++ b/archived/symfony.framework-bundle/83af6d2425c599e8fb41e2ec7b33ac4fcffd701f.json @@ -27,18 +27,6 @@ "/var/", "/vendor/" ], - "post-install-output": [ - " ", - " What's next? ", - " ", - "", - " * Run your application:", - " 1. Change to the project directory", - " 2. Execute the make serve command;", - " 3. Browse to the http://localhost:8000/ URL.", - "", - " * Read the documentation at 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": [ + " ", + " What's next? ", + " ", + "", + " * Run your application:", + " 1. Change to the project directory", + " 2. Execute the make serve command;", + " 3. Browse to the http://localhost:8000/ URL.", + "", + " * Read the documentation at https://symfony.com/doc" ] }, "files": { diff --git a/archived/symfony.framework-bundle/902c7d87392d4ee551556377670448a7de3dad4f.json b/archived/symfony.framework-bundle/902c7d87392d4ee551556377670448a7de3dad4f.json index 1c8455d1..42536c9f 100644 --- a/archived/symfony.framework-bundle/902c7d87392d4ee551556377670448a7de3dad4f.json +++ b/archived/symfony.framework-bundle/902c7d87392d4ee551556377670448a7de3dad4f.json @@ -27,18 +27,6 @@ "/vendor/", "/web/bundles/" ], - "post-install-output": [ - " ", - " What's next? ", - " ", - "", - " * Run your application:", - " 1. Change to the project directory", - " 2. Execute the make serve command;", - " 3. Browse to the http://localhost:8000/ URL.", - "", - " * Read the documentation at 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": [ + " ", + " What's next? ", + " ", + "", + " * Run your application:", + " 1. Change to the project directory", + " 2. Execute the make serve command;", + " 3. Browse to the http://localhost:8000/ URL.", + "", + " * Read the documentation at https://symfony.com/doc" ] }, "files": { diff --git a/archived/symfony.framework-bundle/90800156ed64088b9e637beb2af92c6cd80a4726.json b/archived/symfony.framework-bundle/90800156ed64088b9e637beb2af92c6cd80a4726.json index da06535e..0e8c00a1 100644 --- a/archived/symfony.framework-bundle/90800156ed64088b9e637beb2af92c6cd80a4726.json +++ b/archived/symfony.framework-bundle/90800156ed64088b9e637beb2af92c6cd80a4726.json @@ -27,18 +27,6 @@ "/vendor/", "/web/bundles/" ], - "post-install-output": [ - " ", - " What's next? ", - " ", - "", - " * Run your application:", - " 1. Change to the project directory", - " 2. Execute the make serve command;", - " 3. Browse to the http://localhost:8000/ URL.", - "", - " * Read the documentation at 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": [ + " ", + " What's next? ", + " ", + "", + " * Run your application:", + " 1. Change to the project directory", + " 2. Execute the make serve command;", + " 3. Browse to the http://localhost:8000/ URL.", + "", + " * Read the documentation at https://symfony.com/doc" ] }, "files": { diff --git a/archived/symfony.framework-bundle/96ec59a4af6b754890f5345b183dc562a18ff356.json b/archived/symfony.framework-bundle/96ec59a4af6b754890f5345b183dc562a18ff356.json index a17bd0a9..c3096267 100644 --- a/archived/symfony.framework-bundle/96ec59a4af6b754890f5345b183dc562a18ff356.json +++ b/archived/symfony.framework-bundle/96ec59a4af6b754890f5345b183dc562a18ff356.json @@ -27,18 +27,6 @@ "/var/", "/vendor/" ], - "post-install-output": [ - " ", - " What's next? ", - " ", - "", - " * Run your application:", - " 1. Change to the project directory", - " 2. Execute the make serve command;", - " 3. Browse to the http://localhost:8000/ URL.", - "", - " * Read the documentation at 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": [ + " ", + " What's next? ", + " ", + "", + " * Run your application:", + " 1. Change to the project directory", + " 2. Execute the make serve command;", + " 3. Browse to the http://localhost:8000/ URL.", + "", + " * Read the documentation at https://symfony.com/doc" ] }, "files": { diff --git a/archived/symfony.framework-bundle/9fd32c780957674407908c564543103c2b58db1f.json b/archived/symfony.framework-bundle/9fd32c780957674407908c564543103c2b58db1f.json index d2a399d2..77e57f2c 100644 --- a/archived/symfony.framework-bundle/9fd32c780957674407908c564543103c2b58db1f.json +++ b/archived/symfony.framework-bundle/9fd32c780957674407908c564543103c2b58db1f.json @@ -27,18 +27,6 @@ "/vendor/", "/web/bundles/" ], - "post-install-output": [ - " ", - " What's next? ", - " ", - "", - " * Run your application:", - " 1. Change to the project directory", - " 2. Execute the make serve command;", - " 3. Browse to the http://localhost:8000/ URL.", - "", - " * Read the documentation at 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": [ + " ", + " What's next? ", + " ", + "", + " * Run your application:", + " 1. Change to the project directory", + " 2. Execute the make serve command;", + " 3. Browse to the http://localhost:8000/ URL.", + "", + " * Read the documentation at https://symfony.com/doc" ] }, "files": { diff --git a/archived/symfony.framework-bundle/ab2a0809cd80f34a8a522c7907f66630327c7159.json b/archived/symfony.framework-bundle/ab2a0809cd80f34a8a522c7907f66630327c7159.json index 3c613907..39165fc5 100644 --- a/archived/symfony.framework-bundle/ab2a0809cd80f34a8a522c7907f66630327c7159.json +++ b/archived/symfony.framework-bundle/ab2a0809cd80f34a8a522c7907f66630327c7159.json @@ -27,18 +27,6 @@ "/var/", "/vendor/" ], - "post-install-output": [ - " ", - " What's next? ", - " ", - "", - " * Run your application:", - " 1. Change to the project directory", - " 2. Execute the make serve command;", - " 3. Browse to the http://localhost:8000/ URL.", - "", - " * Read the documentation at 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": [ + " ", + " What's next? ", + " ", + "", + " * Run your application:", + " 1. Change to the project directory", + " 2. Execute the make serve command;", + " 3. Browse to the http://localhost:8000/ URL.", + "", + " * Read the documentation at https://symfony.com/doc" ] }, "files": { diff --git a/archived/symfony.framework-bundle/af08ff5126af0468f8161b4d5553df5d91c4877a.json b/archived/symfony.framework-bundle/af08ff5126af0468f8161b4d5553df5d91c4877a.json index 581c7d46..90708e80 100644 --- a/archived/symfony.framework-bundle/af08ff5126af0468f8161b4d5553df5d91c4877a.json +++ b/archived/symfony.framework-bundle/af08ff5126af0468f8161b4d5553df5d91c4877a.json @@ -27,18 +27,6 @@ "/var/", "/vendor/" ], - "post-install-output": [ - " ", - " What's next? ", - " ", - "", - " * Run your application:", - " 1. Change to the project directory", - " 2. Execute the make serve command;", - " 3. Browse to the http://localhost:8000/ URL.", - "", - " * Read the documentation at 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": [ + " ", + " What's next? ", + " ", + "", + " * Run your application:", + " 1. Change to the project directory", + " 2. Execute the make serve command;", + " 3. Browse to the http://localhost:8000/ URL.", + "", + " * Read the documentation at https://symfony.com/doc" ] }, "files": { diff --git a/archived/symfony.framework-bundle/cca5651d74281e36b6fa8bd5973e80f2c477085f.json b/archived/symfony.framework-bundle/cca5651d74281e36b6fa8bd5973e80f2c477085f.json index a4d2b568..37184749 100644 --- a/archived/symfony.framework-bundle/cca5651d74281e36b6fa8bd5973e80f2c477085f.json +++ b/archived/symfony.framework-bundle/cca5651d74281e36b6fa8bd5973e80f2c477085f.json @@ -27,18 +27,6 @@ "/var/", "/vendor/" ], - "post-install-output": [ - " ", - " What's next? ", - " ", - "", - " * Run your application:", - " 1. Change to the project directory", - " 2. Execute the make serve command;", - " 3. Browse to the http://localhost:8000/ URL.", - "", - " * Read the documentation at 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": [ + " ", + " What's next? ", + " ", + "", + " * Run your application:", + " 1. Change to the project directory", + " 2. Execute the make serve command;", + " 3. Browse to the http://localhost:8000/ URL.", + "", + " * Read the documentation at https://symfony.com/doc" ] }, "files": { diff --git a/archived/symfony.framework-bundle/cd5993015f6a07ea9d91bbaee3d0a6efbadc0da5.json b/archived/symfony.framework-bundle/cd5993015f6a07ea9d91bbaee3d0a6efbadc0da5.json index 836c3212..6aaf5d05 100644 --- a/archived/symfony.framework-bundle/cd5993015f6a07ea9d91bbaee3d0a6efbadc0da5.json +++ b/archived/symfony.framework-bundle/cd5993015f6a07ea9d91bbaee3d0a6efbadc0da5.json @@ -27,18 +27,6 @@ "/var/", "/vendor/" ], - "post-install-output": [ - " ", - " What's next? ", - " ", - "", - " * Run your application:", - " 1. Change to the project directory", - " 2. Execute the make serve command;", - " 3. Browse to the http://localhost:8000/ URL.", - "", - " * Read the documentation at 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": [ + " ", + " What's next? ", + " ", + "", + " * Run your application:", + " 1. Change to the project directory", + " 2. Execute the make serve command;", + " 3. Browse to the http://localhost:8000/ URL.", + "", + " * Read the documentation at https://symfony.com/doc" ] }, "files": { diff --git a/archived/symfony.framework-bundle/d373c588346a3253340e7df8be5658ccd88fb9fd.json b/archived/symfony.framework-bundle/d373c588346a3253340e7df8be5658ccd88fb9fd.json index a38b5564..1d16b23e 100644 --- a/archived/symfony.framework-bundle/d373c588346a3253340e7df8be5658ccd88fb9fd.json +++ b/archived/symfony.framework-bundle/d373c588346a3253340e7df8be5658ccd88fb9fd.json @@ -27,18 +27,6 @@ "/vendor/", "/web/bundles/" ], - "post-install-output": [ - " ", - " What's next? ", - " ", - "", - " * Run your application:", - " 1. Change to the project directory", - " 2. Execute the make serve command;", - " 3. Browse to the http://localhost:8000/ URL.", - "", - " * Read the documentation at 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": [ + " ", + " What's next? ", + " ", + "", + " * Run your application:", + " 1. Change to the project directory", + " 2. Execute the make serve command;", + " 3. Browse to the http://localhost:8000/ URL.", + "", + " * Read the documentation at https://symfony.com/doc" ] }, "files": { diff --git a/archived/symfony.framework-bundle/d41d90b3d69356902f3a01e752cc2e7a2029c5c0.json b/archived/symfony.framework-bundle/d41d90b3d69356902f3a01e752cc2e7a2029c5c0.json index beae9fb8..0370b7de 100644 --- a/archived/symfony.framework-bundle/d41d90b3d69356902f3a01e752cc2e7a2029c5c0.json +++ b/archived/symfony.framework-bundle/d41d90b3d69356902f3a01e752cc2e7a2029c5c0.json @@ -27,18 +27,6 @@ "/var/", "/vendor/" ], - "post-install-output": [ - " ", - " What's next? ", - " ", - "", - " * Run your application:", - " 1. Change to the project directory", - " 2. Execute the make serve command;", - " 3. Browse to the http://localhost:8000/ URL.", - "", - " * Read the documentation at 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": [ + " ", + " What's next? ", + " ", + "", + " * Run your application:", + " 1. Change to the project directory", + " 2. Execute the make serve command;", + " 3. Browse to the http://localhost:8000/ URL.", + "", + " * Read the documentation at https://symfony.com/doc" ] }, "files": { diff --git a/archived/symfony.framework-bundle/d4fb007aae2b2b384652a61db7ca714221552e22.json b/archived/symfony.framework-bundle/d4fb007aae2b2b384652a61db7ca714221552e22.json index d998107d..6583edd7 100644 --- a/archived/symfony.framework-bundle/d4fb007aae2b2b384652a61db7ca714221552e22.json +++ b/archived/symfony.framework-bundle/d4fb007aae2b2b384652a61db7ca714221552e22.json @@ -27,18 +27,6 @@ "/var/", "/vendor/" ], - "post-install-output": [ - " ", - " What's next? ", - " ", - "", - " * Run your application:", - " 1. Change to the project directory", - " 2. Execute the make serve command;", - " 3. Browse to the http://localhost:8000/ URL.", - "", - " * Read the documentation at 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": [ + " ", + " What's next? ", + " ", + "", + " * Run your application:", + " 1. Change to the project directory", + " 2. Execute the make serve command;", + " 3. Browse to the http://localhost:8000/ URL.", + "", + " * Read the documentation at https://symfony.com/doc" ] }, "files": { diff --git a/archived/symfony.framework-bundle/d5de247d9a45afee42a0a618134f0492d83343ad.json b/archived/symfony.framework-bundle/d5de247d9a45afee42a0a618134f0492d83343ad.json index e3cc0d5c..4712fb46 100644 --- a/archived/symfony.framework-bundle/d5de247d9a45afee42a0a618134f0492d83343ad.json +++ b/archived/symfony.framework-bundle/d5de247d9a45afee42a0a618134f0492d83343ad.json @@ -27,18 +27,6 @@ "/var/", "/vendor/" ], - "post-install-output": [ - " ", - " What's next? ", - " ", - "", - " * Run your application:", - " 1. Change to the project directory", - " 2. Execute the make serve command;", - " 3. Browse to the http://localhost:8000/ URL.", - "", - " * Read the documentation at 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": [ + " ", + " What's next? ", + " ", + "", + " * Run your application:", + " 1. Change to the project directory", + " 2. Execute the make serve command;", + " 3. Browse to the http://localhost:8000/ URL.", + "", + " * Read the documentation at https://symfony.com/doc" ] }, "files": { diff --git a/archived/symfony.framework-bundle/d9a5a4a26008f5802617d7ccdc94a4360a603dbb.json b/archived/symfony.framework-bundle/d9a5a4a26008f5802617d7ccdc94a4360a603dbb.json index 007b0df9..e981c498 100644 --- a/archived/symfony.framework-bundle/d9a5a4a26008f5802617d7ccdc94a4360a603dbb.json +++ b/archived/symfony.framework-bundle/d9a5a4a26008f5802617d7ccdc94a4360a603dbb.json @@ -27,18 +27,6 @@ "/var/", "/vendor/" ], - "post-install-output": [ - " ", - " What's next? ", - " ", - "", - " * Run your application:", - " 1. Change to the project directory", - " 2. Execute the make serve command;", - " 3. Browse to the http://localhost:8000/ URL.", - "", - " * Read the documentation at 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": [ + " ", + " What's next? ", + " ", + "", + " * Run your application:", + " 1. Change to the project directory", + " 2. Execute the make serve command;", + " 3. Browse to the http://localhost:8000/ URL.", + "", + " * Read the documentation at https://symfony.com/doc" ] }, "files": { diff --git a/archived/symfony.framework-bundle/e6bdf5427e7cad6333bf90e77c6487c3552f0dfc.json b/archived/symfony.framework-bundle/e6bdf5427e7cad6333bf90e77c6487c3552f0dfc.json index f9553b0f..57fb9ea4 100644 --- a/archived/symfony.framework-bundle/e6bdf5427e7cad6333bf90e77c6487c3552f0dfc.json +++ b/archived/symfony.framework-bundle/e6bdf5427e7cad6333bf90e77c6487c3552f0dfc.json @@ -27,18 +27,6 @@ "/vendor/", "/web/bundles/" ], - "post-install-output": [ - " ", - " What's next? ", - " ", - "", - " * Run your application:", - " 1. Change to the project directory", - " 2. Execute the make serve command;", - " 3. Browse to the http://localhost:8000/ URL.", - "", - " * Read the documentation at 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": [ + " ", + " What's next? ", + " ", + "", + " * Run your application:", + " 1. Change to the project directory", + " 2. Execute the make serve command;", + " 3. Browse to the http://localhost:8000/ URL.", + "", + " * Read the documentation at https://symfony.com/doc" ] }, "files": { diff --git a/archived/symfony.framework-bundle/e7dd0efaf68e5f40cd17b172d1a51f4c46e06ad1.json b/archived/symfony.framework-bundle/e7dd0efaf68e5f40cd17b172d1a51f4c46e06ad1.json index 3886a53b..ff8d3b36 100644 --- a/archived/symfony.framework-bundle/e7dd0efaf68e5f40cd17b172d1a51f4c46e06ad1.json +++ b/archived/symfony.framework-bundle/e7dd0efaf68e5f40cd17b172d1a51f4c46e06ad1.json @@ -27,18 +27,6 @@ "/vendor/", "/web/bundles/" ], - "post-install-output": [ - " ", - " What's next? ", - " ", - "", - " * Run your application:", - " 1. Change to the project directory", - " 2. Execute the make serve command;", - " 3. Browse to the http://localhost:8000/ URL.", - "", - " * Read the documentation at 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": [ + " ", + " What's next? ", + " ", + "", + " * Run your application:", + " 1. Change to the project directory", + " 2. Execute the make serve command;", + " 3. Browse to the http://localhost:8000/ URL.", + "", + " * Read the documentation at https://symfony.com/doc" ] }, "files": { diff --git a/archived/symfony.framework-bundle/eb8fefda65cbbd4b34ef84e6b5990e4555932e29.json b/archived/symfony.framework-bundle/eb8fefda65cbbd4b34ef84e6b5990e4555932e29.json index edae45e2..80f36636 100644 --- a/archived/symfony.framework-bundle/eb8fefda65cbbd4b34ef84e6b5990e4555932e29.json +++ b/archived/symfony.framework-bundle/eb8fefda65cbbd4b34ef84e6b5990e4555932e29.json @@ -27,18 +27,6 @@ "/var/", "/vendor/" ], - "post-install-output": [ - " ", - " What's next? ", - " ", - "", - " * Run your application:", - " 1. Change to the project directory", - " 2. Execute the make serve command;", - " 3. Browse to the http://localhost:8000/ URL.", - "", - " * Read the documentation at 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": [ + " ", + " What's next? ", + " ", + "", + " * Run your application:", + " 1. Change to the project directory", + " 2. Execute the make serve command;", + " 3. Browse to the http://localhost:8000/ URL.", + "", + " * Read the documentation at https://symfony.com/doc" ] }, "files": { diff --git a/archived/symfony.framework-bundle/ecba5393490588b3615196395fce8d8ac3900a49.json b/archived/symfony.framework-bundle/ecba5393490588b3615196395fce8d8ac3900a49.json index 97858fd1..3d3df114 100644 --- a/archived/symfony.framework-bundle/ecba5393490588b3615196395fce8d8ac3900a49.json +++ b/archived/symfony.framework-bundle/ecba5393490588b3615196395fce8d8ac3900a49.json @@ -27,18 +27,6 @@ "/var/", "/vendor/" ], - "post-install-output": [ - " ", - " What's next? ", - " ", - "", - " * Run your application:", - " 1. Change to the project directory", - " 2. Execute the make serve command;", - " 3. Browse to the http://localhost:8000/ URL.", - "", - " * Read the documentation at 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": [ + " ", + " What's next? ", + " ", + "", + " * Run your application:", + " 1. Change to the project directory", + " 2. Execute the make serve command;", + " 3. Browse to the http://localhost:8000/ URL.", + "", + " * Read the documentation at https://symfony.com/doc" ] }, "files": { diff --git a/archived/symfony.framework-bundle/ed2f57e61f68fd577e0204c2c9564096dcbfe477.json b/archived/symfony.framework-bundle/ed2f57e61f68fd577e0204c2c9564096dcbfe477.json index 242312c9..4bf1d461 100644 --- a/archived/symfony.framework-bundle/ed2f57e61f68fd577e0204c2c9564096dcbfe477.json +++ b/archived/symfony.framework-bundle/ed2f57e61f68fd577e0204c2c9564096dcbfe477.json @@ -27,18 +27,6 @@ "/var/", "/vendor/" ], - "post-install-output": [ - " ", - " What's next? ", - " ", - "", - " * Run your application:", - " 1. Change to the project directory", - " 2. Execute the make serve command;", - " 3. Browse to the http://localhost:8000/ URL.", - "", - " * Read the documentation at 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": [ + " ", + " What's next? ", + " ", + "", + " * Run your application:", + " 1. Change to the project directory", + " 2. Execute the make serve command;", + " 3. Browse to the http://localhost:8000/ URL.", + "", + " * Read the documentation at https://symfony.com/doc" ] }, "files": { diff --git a/archived/symfony.framework-bundle/f690017626d4d09bb36551c1d36c4120fc19b29b.json b/archived/symfony.framework-bundle/f690017626d4d09bb36551c1d36c4120fc19b29b.json index 561bb91d..123ec8ef 100644 --- a/archived/symfony.framework-bundle/f690017626d4d09bb36551c1d36c4120fc19b29b.json +++ b/archived/symfony.framework-bundle/f690017626d4d09bb36551c1d36c4120fc19b29b.json @@ -27,18 +27,6 @@ "/var/", "/vendor/" ], - "post-install-output": [ - " ", - " What's next? ", - " ", - "", - " * Run your application:", - " 1. Change to the project directory", - " 2. Execute the make serve command;", - " 3. Browse to the http://localhost:8000/ URL.", - "", - " * Read the documentation at 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": [ + " ", + " What's next? ", + " ", + "", + " * Run your application:", + " 1. Change to the project directory", + " 2. Execute the make serve command;", + " 3. Browse to the http://localhost:8000/ URL.", + "", + " * Read the documentation at https://symfony.com/doc" ] }, "files": { diff --git a/archived/symfony.framework-bundle/fa0808c6d50e4fb9033da76d13194712f27c6943.json b/archived/symfony.framework-bundle/fa0808c6d50e4fb9033da76d13194712f27c6943.json index ae1058c7..e6c3a1e8 100644 --- a/archived/symfony.framework-bundle/fa0808c6d50e4fb9033da76d13194712f27c6943.json +++ b/archived/symfony.framework-bundle/fa0808c6d50e4fb9033da76d13194712f27c6943.json @@ -27,18 +27,6 @@ "/var/", "/vendor/" ], - "post-install-output": [ - " ", - " What's next? ", - " ", - "", - " * Run your application:", - " 1. Change to the project directory", - " 2. Execute the make serve command;", - " 3. Browse to the http://localhost:8000/ URL.", - "", - " * Read the documentation at 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": [ + " ", + " What's next? ", + " ", + "", + " * Run your application:", + " 1. Change to the project directory", + " 2. Execute the make serve command;", + " 3. Browse to the http://localhost:8000/ URL.", + "", + " * Read the documentation at https://symfony.com/doc" ] }, "files": { diff --git a/archived/symfony.framework-bundle/fbea5cd635811bf3d3b7bd49580557fbc0dc3565.json b/archived/symfony.framework-bundle/fbea5cd635811bf3d3b7bd49580557fbc0dc3565.json index ad73ad9d..52f6849e 100644 --- a/archived/symfony.framework-bundle/fbea5cd635811bf3d3b7bd49580557fbc0dc3565.json +++ b/archived/symfony.framework-bundle/fbea5cd635811bf3d3b7bd49580557fbc0dc3565.json @@ -27,18 +27,6 @@ "/vendor/", "/web/bundles/" ], - "post-install-output": [ - " ", - " What's next? ", - " ", - "", - " * Run your application:", - " 1. Change to the project directory", - " 2. Execute the make serve command;", - " 3. Browse to the http://localhost:8000/ URL.", - "", - " * Read the documentation at 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": [ + " ", + " What's next? ", + " ", + "", + " * Run your application:", + " 1. Change to the project directory", + " 2. Execute the make serve command;", + " 3. Browse to the http://localhost:8000/ URL.", + "", + " * Read the documentation at https://symfony.com/doc" ] }, "files": { diff --git a/archived/symfony.framework-bundle/fddbe673e4e468f90722e87ad89228d954f1522c.json b/archived/symfony.framework-bundle/fddbe673e4e468f90722e87ad89228d954f1522c.json index 12d73e99..f0a2b0f7 100644 --- a/archived/symfony.framework-bundle/fddbe673e4e468f90722e87ad89228d954f1522c.json +++ b/archived/symfony.framework-bundle/fddbe673e4e468f90722e87ad89228d954f1522c.json @@ -27,18 +27,6 @@ "/var/", "/vendor/" ], - "post-install-output": [ - " ", - " What's next? ", - " ", - "", - " * Run your application:", - " 1. Change to the project directory", - " 2. Execute the make serve command;", - " 3. Browse to the http://localhost:8000/ URL.", - "", - " * Read the documentation at 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": [ + " ", + " What's next? ", + " ", + "", + " * Run your application:", + " 1. Change to the project directory", + " 2. Execute the make serve command;", + " 3. Browse to the http://localhost:8000/ URL.", + "", + " * Read the documentation at https://symfony.com/doc" ] }, "files": { diff --git a/archived/zenstruck.foundry/37c2f894cc098ab4c08874b80cccc8e2f8de7976.json b/archived/zenstruck.foundry/37c2f894cc098ab4c08874b80cccc8e2f8de7976.json new file mode 100644 index 00000000..1d4c54f1 --- /dev/null +++ b/archived/zenstruck.foundry/37c2f894cc098ab4c08874b80cccc8e2f8de7976.json @@ -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", + " bin/console make:factory.", + "", + " * Read the documentation at 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" + } + } +}