Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions galactic-shrine/gsid/1.0/config/packages/gsid.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
gsid:
default_case: Lower
default_text_format: N
default_json_format: D
default_database_format: N
lock: true
10 changes: 10 additions & 0 deletions galactic-shrine/gsid/1.0/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"bundles": {
"GalacticShrine\\GsId\\Symfony\\GsIdBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}
5 changes: 5 additions & 0 deletions galactic-shrine/gsid/1.0/post-install.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<bg=blue;fg=white> GsId </>

* 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.
6 changes: 6 additions & 0 deletions galactic-shrine/gsid/2.0/config/packages/gsid.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
gsid:
default_case: Lower
default_text_format: N
default_json_format: D
default_database_format: N
lock: true
10 changes: 10 additions & 0 deletions galactic-shrine/gsid/2.0/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"bundles": {
"GalacticShrine\\GsId\\Symfony\\GsIdBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}
5 changes: 5 additions & 0 deletions galactic-shrine/gsid/2.0/post-install.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<bg=blue;fg=white> GsId </>

* The GsId bundle was enabled in config/bundles.php.
* A default configuration file was created at config/packages/gsid.yaml.
* If DoctrineBundle is installed, the bundle registers the DBAL type "gsid" automatically.
Loading