Skip to content

Commit 2724073

Browse files
committed
fix missed service config, add fastfeed/fastfeed
1 parent 1a8fc66 commit 2724073

File tree

4 files changed

+231
-42
lines changed

4 files changed

+231
-42
lines changed

app/config/parameters.yml.dist

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,4 +77,4 @@ old_sound_rabbit_mq:
7777
exchange_options:
7878
type: direct
7979
name: add-packages
80-
callback: packagist.background_package_upserter
80+
callback: packagist.background_package_upsert_consumer

composer.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@
5757
"drupal/parse-composer": "dev-master@dev",
5858
"oldsound/rabbitmq-bundle": "1.4.*",
5959
"kriswallsmith/assetic": "~1.2@alpha",
60-
"pagerfanta/pagerfanta": "~1.0"
60+
"pagerfanta/pagerfanta": "~1.0",
61+
"fastfeed/fastfeed": "~0.3"
6162
},
6263
"scripts": {
6364
"post-install-cmd": [

0 commit comments

Comments
 (0)