Skip to content

Commit 0550355

Browse files
Revert "Merge pull request #972"
This reverts commit f97d09d, reversing changes made to 17f2717.
1 parent f97d09d commit 0550355

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

symfony/framework-bundle/4.4/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"/.env.local",
2222
"/.env.local.php",
2323
"/.env.*.local",
24-
"/%CONFIG_DIR%/secrets/*/*.decrypt.private.php",
24+
"/%CONFIG_DIR%/secrets/prod/prod.decrypt.private.php",
2525
"/%PUBLIC_DIR%/bundles/",
2626
"/%VAR_DIR%/",
2727
"/vendor/"

symfony/framework-bundle/5.1/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"/.env.local",
2222
"/.env.local.php",
2323
"/.env.*.local",
24-
"/%CONFIG_DIR%/secrets/*/*.decrypt.private.php",
24+
"/%CONFIG_DIR%/secrets/prod/prod.decrypt.private.php",
2525
"/%PUBLIC_DIR%/bundles/",
2626
"/%VAR_DIR%/",
2727
"/vendor/"

symfony/framework-bundle/5.2/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"/.env.local",
2020
"/.env.local.php",
2121
"/.env.*.local",
22-
"/%CONFIG_DIR%/secrets/*/*.decrypt.private.php",
22+
"/%CONFIG_DIR%/secrets/prod/prod.decrypt.private.php",
2323
"/%PUBLIC_DIR%/bundles/",
2424
"/%VAR_DIR%/",
2525
"/vendor/"

symfony/framework-bundle/5.3/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"/.env.local",
2020
"/.env.local.php",
2121
"/.env.*.local",
22-
"/%CONFIG_DIR%/secrets/*/*.decrypt.private.php",
22+
"/%CONFIG_DIR%/secrets/prod/prod.decrypt.private.php",
2323
"/%PUBLIC_DIR%/bundles/",
2424
"/%VAR_DIR%/",
2525
"/vendor/"

0 commit comments

Comments
 (0)