Skip to content
This repository has been archived by the owner on Jul 28, 2022. It is now read-only.

Commit

Permalink
Merge eb4eec2 into 9774608
Browse files Browse the repository at this point in the history
  • Loading branch information
nienaber committed Jul 21, 2016
2 parents 9774608 + eb4eec2 commit fadcb0c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Backend/AMQPBackend.php
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ public function __construct($exchange, $queue, $recover, $key, $deadLetterExchan
$this->deadLetterExchange = $deadLetterExchange;

if (!class_exists('PhpAmqpLib\Message\AMQPMessage')) {
throw new \RuntimeException('Please install videlalvaro/php-amqplib dependency');
throw new \RuntimeException('Please install php-amqplib/php-amqplib dependency');
}
}

Expand Down
2 changes: 1 addition & 1 deletion Resources/doc/reference/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ To begin, add the dependent bundles:
.. code-block:: bash
php composer.phar require sonata-project/notification-bundle
php composer.phar require videlalvaro/php-amqplib --no-update # optional
php composer.phar require php-amqplib/php-amqplib --no-update # optional
php composer.phar require liip/monitor-bundle --no-update # optional
php composer.phar require friendsofsymfony/rest-bundle --no-update # optional when using api
php composer.phar require nelmio/api-doc-bundle --no-update # optional when using api
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@
"sonata-project/doctrine-orm-admin-bundle": "^3.0",
"guzzle/guzzle" : "^3.9",
"liip/monitor-bundle": "^1.0",
"videlalvaro/php-amqplib": "^2.0"
"php-amqplib/php-amqplib": "^2.0"
},
"require-dev": {
"sonata-project/doctrine-orm-admin-bundle": "^3.0",
"guzzle/guzzle" : "^3.8",
"videlalvaro/php-amqplib": "^2.0",
"php-amqplib/php-amqplib": "^2.0",
"liip/monitor-bundle": "^2.0",
"symfony/phpunit-bridge": "^2.7 || ^3.0",
"swiftmailer/swiftmailer": "^4.3 || ^5.0",
Expand Down

0 comments on commit fadcb0c

Please sign in to comment.