mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-17 10:06:31 +03:00
9 lines
321 B
YAML
9 lines
321 B
YAML
services:
|
|
Endroid\Twitter\Client: ['@Abraham\TwitterOAuth\TwitterOAuth']
|
|
Abraham\TwitterOAuth\TwitterOAuth:
|
|
arguments:
|
|
- '%env(TWITTER_CONSUMER_KEY)%'
|
|
- '%env(TWITTER_CONSUMER_SECRET)%'
|
|
- '%env(TWITTER_ACCESS_TOKEN)%'
|
|
- '%env(TWITTER_ACCESS_TOKEN_SECRET)%'
|