Merge pull request #581

This commit is contained in:
symfony-flex-server[bot]
2018-12-10 22:18:14 +00:00
committed by GitHub
12 changed files with 0 additions and 87 deletions
@@ -1,19 +0,0 @@
services:
_defaults:
autowire: true
autoconfigure: true
public: false
_instanceof:
Endroid\ImagePlaceholder\Provider\ProviderInterface:
tags: ['endroid_image_placeholder.provider']
Endroid\ImagePlaceholder\Provider\:
resource: '../../vendor/endroid/image-placeholder/src/Provider/*'
Endroid\ImagePlaceholder\ImagePlaceholder:
arguments: ['%kernel.debug%', 'placeholderpics', false]
calls:
- [addProviders, [!tagged endroid_image_placeholder.provider]]
Endroid\ImagePlaceholder\Twig\Extension\ImagePlaceholderExtension: ~
@@ -1,5 +0,0 @@
{
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}
@@ -1,3 +0,0 @@
endroid_import:
time_limit: 0
memory_limit: 4096M
@@ -1,4 +0,0 @@
endroid_import:
resource: "@EndroidImportBundle/Controller/"
type: annotation
prefix: /import
-8
View File
@@ -1,8 +0,0 @@
{
"bundles": {
"Endroid\\ImportBundle\\EndroidImportBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}
@@ -1,7 +0,0 @@
services:
_defaults:
autowire: true
autoconfigure: true
public: false
Endroid\Pdf\Pdf: ~
-5
View File
@@ -1,5 +0,0 @@
{
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}
@@ -1,6 +0,0 @@
endroid_qr_code:
writer: 'png'
size: 300
margin: 10
error_correction_level: 'low'
validate_result: false
@@ -1,3 +0,0 @@
endroid_qr_code:
resource: "@EndroidQrCodeBundle/Resources/config/routes.yaml"
prefix: /qr-code
-8
View File
@@ -1,8 +0,0 @@
{
"bundles": {
"Endroid\\QrCodeBundle\\EndroidQrCodeBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}
@@ -1,8 +0,0 @@
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)%'
-11
View File
@@ -1,11 +0,0 @@
{
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"TWITTER_CONSUMER_KEY": "",
"TWITTER_CONSUMER_SECRET": "",
"TWITTER_ACCESS_TOKEN": "",
"TWITTER_ACCESS_TOKEN_SECRET": ""
}
}