Skip to content

Commit ef55be6

Browse files
committed
gps
1 parent 90d99b6 commit ef55be6

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

pkg/gps/Symfony/GpsTransportFactory.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public function addConfiguration(ArrayNodeDefinition $builder)
4141
->end()
4242
->children()
4343
->scalarNode('dsn')
44-
->info('The connection to AMQP broker set as a string. Other parameters are ignored if set')
44+
->info('The connection to Google Pub/Sub broker set as a string. Other parameters are ignored if set')
4545
->end()
4646
->scalarNode('projectId')
4747
->info('The project ID from the Google Developer\'s Console.')

pkg/gps/composer.json

-6
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,6 @@
44
"description": "Message Google Cloud Pub/Sub Transport",
55
"keywords": ["messaging", "queue", "google", "pubsub"],
66
"license": "MIT",
7-
"repositories": [
8-
{
9-
"type": "vcs",
10-
"url": "git@github.com:php-enqueue/test.git"
11-
}
12-
],
137
"require": {
148
"php": ">=5.6",
159
"queue-interop/queue-interop": "^0.6@dev",

0 commit comments

Comments
 (0)