mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-11 15:16:55 +03:00
Add recipes for Firestore bundles (#1620)
* Add first recipes for firestore * Fix paths * Bump versions for lint * Bump min version for fixed composer.json * Commit for push
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
tiriel_firestore_odm:
|
||||
# Replace the following values by your own
|
||||
project_name: my-project
|
||||
# Can be an env var, a string to a file, or a yaml array with the values from the credentials file
|
||||
service_account: '%kernel.project_dir%/config/secrets/my_project.json'
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"bundles": {
|
||||
"Tiriel\\FirestoreOdmBundle\\FirestoreOdmBundle": ["all"]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user