mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-22 04:46:23 +03:00
Move recipe to google/apiclient
This commit is contained in:
@@ -1,2 +0,0 @@
|
|||||||
endroid_google_api:
|
|
||||||
api_key: '%env(GOOGLE_API_KEY)%'
|
|
||||||
@@ -0,0 +1,5 @@
|
|||||||
|
services:
|
||||||
|
Google_Client:
|
||||||
|
class: Google_Client
|
||||||
|
calls:
|
||||||
|
- [setDeveloperKey, ['%env(GOOGLE_API_KEY)%']]
|
||||||
@@ -1,7 +1,4 @@
|
|||||||
{
|
{
|
||||||
"bundles": {
|
|
||||||
"Endroid\\GoogleApiBundle\\EndroidGoogleApiBundle": ["all"]
|
|
||||||
},
|
|
||||||
"copy-from-recipe": {
|
"copy-from-recipe": {
|
||||||
"config/": "%CONFIG_DIR%/"
|
"config/": "%CONFIG_DIR%/"
|
||||||
},
|
},
|
||||||
Reference in New Issue
Block a user