diff --git a/symfony/framework-bundle/4.2/manifest.json b/symfony/framework-bundle/4.2/manifest.json index ea4dc7e6d..2c8abdb56 100644 --- a/symfony/framework-bundle/4.2/manifest.json +++ b/symfony/framework-bundle/4.2/manifest.json @@ -23,7 +23,7 @@ "/.env.*.local", "/%CONFIG_DIR%/secrets/prod/prod.decrypt.private.php", "/%PUBLIC_DIR%/bundles/", - "/%SRC_DIR%/preload.php", + "/%SRC_DIR%/.preload.php", "/%VAR_DIR%/", "/vendor/" ] diff --git a/symfony/framework-bundle/5.2/manifest.json b/symfony/framework-bundle/5.2/manifest.json index 63288fde9..e6c508574 100644 --- a/symfony/framework-bundle/5.2/manifest.json +++ b/symfony/framework-bundle/5.2/manifest.json @@ -21,7 +21,7 @@ "/.env.*.local", "/%CONFIG_DIR%/secrets/prod/prod.decrypt.private.php", "/%PUBLIC_DIR%/bundles/", - "/%SRC_DIR%/preload.php", + "/%SRC_DIR%/.preload.php", "/%VAR_DIR%/", "/vendor/" ]