Add galactic-shrine/gsid recipe - #2009
Merged
symfony-recipes-bot merged 4 commits intoJul 7, 2026
Merged
Conversation
symfony-recipes-bot
enabled auto-merge (squash)
July 7, 2026 11:56
Collaborator
|
Thanks for the PR 😍 How to test these changes in your application
Diff between recipe versionsIn order to help with the review stage, I'm in charge of computing the diff between the various versions of patched recipes. galactic-shrine/gsid1.0 vs 2.0diff --git a/galactic-shrine/gsid/1.0/post-install.txt b/galactic-shrine/gsid/2.0/post-install.txt
index 4e71cae5..fbea162f 100644
--- a/galactic-shrine/gsid/1.0/post-install.txt
+++ b/galactic-shrine/gsid/2.0/post-install.txt
@@ -2,4 +2,4 @@
* The GsId bundle was enabled in config/bundles.php.
* A default configuration file was created at config/packages/gsid.yaml.
- * For GsId 1.x, declare the Doctrine DBAL type manually if your installed 1.x version does not register it automatically.
+ * If DoctrineBundle is installed, the bundle registers the DBAL type "gsid" automatically. |
auto-merge was automatically disabled
July 7, 2026 12:06
Head branch was pushed to by a user without write access
symfony-recipes-bot
enabled auto-merge (squash)
July 7, 2026 12:06
diimpp
approved these changes
Jul 7, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds Symfony Flex recipes for
galactic-shrine/gsid.Recipes included:
1.0for GsId 1.x2.0for GsId 2.xThe recipes enable the Symfony bundle and create the default configuration file:
config/packages/gsid.yamlFor GsId 2.x, Doctrine DBAL type registration is handled by the bundle when DoctrineBundle is installed, so the recipe does not modify
doctrine.yaml.Package license:
MPL-2.0.