Skip to content

Commit 38d608e

Browse files
author
richard.gooding
committed
Added support for Google Cloud PubSub
1 parent 38de233 commit 38d608e

File tree

2 files changed

+416
-2
lines changed

2 files changed

+416
-2
lines changed

composer.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,16 @@
1313
],
1414
"require": {
1515
"php": ">=5.4.0",
16-
"videlalvaro/php-amqplib": "~2.5",
1716
"packaged/config": "~1.1"
1817
},
18+
"suggest": {
19+
"videlalvaro/php-amqplib": "Enables using queues in RabbitMQ",
20+
"google/apiclient": "Enables using queues in Google PubSub"
21+
},
1922
"require-dev": {
20-
"phpunit/phpunit": "~4.7"
23+
"phpunit/phpunit": "~4.7",
24+
"videlalvaro/php-amqplib": "~2.5",
25+
"google/apiclient": "~1.0"
2126
},
2227
"autoload": {
2328
"psr-4": {

0 commit comments

Comments
 (0)