mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-03-23 16:22:19 +01:00
Bugfix - manifest.json for thecodingmachine/graphqlite-bundle (#1651)
* Bugfix - manifest.json for thecodingmachine/graphqlite-bundle
* fix namespace
* Revert "Bugfix - manifest.json for thecodingmachine/graphqlite-bundle"
This reverts commit 8a08c47701.
* Bugfix - manifest.json for thecodingmachine/graphqlite-bundle
* upd
This commit is contained in:
committed by
GitHub
parent
ceec850a9d
commit
b2369bb877
8
thecodingmachine/graphqlite-bundle/6.0/manifest.json
Normal file
8
thecodingmachine/graphqlite-bundle/6.0/manifest.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"bundles": {
|
||||
"TheCodingMachine\\GraphQLite\\Bundle\\GraphQLiteBundle": ["all"]
|
||||
},
|
||||
"copy-from-package": {
|
||||
"config-template/": "%CONFIG_DIR%/"
|
||||
}
|
||||
}
|
||||
3
thecodingmachine/graphqlite-bundle/6.0/post-install.txt
Normal file
3
thecodingmachine/graphqlite-bundle/6.0/post-install.txt
Normal file
@@ -0,0 +1,3 @@
|
||||
* Edit the <fg=green>config/packages/graphqlite.yml</> file to adapt the controllers and the types namespaces to your project.
|
||||
|
||||
Documentation: https://graphqlite.thecodingmachine.io/docs/symfony-bundle
|
||||
Reference in New Issue
Block a user