Skip to content

Commit

Permalink
Updated to php-amqplib 2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ruudk committed Sep 30, 2015
1 parent 75c93a3 commit c49b0a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions Tests/RabbitMq/BaseAmqpTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,11 @@

use OldSound\RabbitMqBundle\RabbitMq\Consumer;
use PhpAmqpLib\Connection\AMQPLazyConnection;
use Symfony\Component\DependencyInjection\ContainerBuilder;

class BaseAmqpTest extends \PHPUnit_Framework_TestCase
{
/**
* @expectedException \PhpAmqpLib\Exception\AMQPRuntimeException
* @expectedException \ErrorException
*/
public function testLazyConnection()
{
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"symfony/config" : "~2.3",
"symfony/yaml" : "~2.3",
"symfony/console" : "~2.3",
"videlalvaro/php-amqplib" : "~2.5.0"
"videlalvaro/php-amqplib" : "~2.6"
},
"suggest": {
"symfony/framework-bundle" : "To use this lib as a full Symfony Bundle and to use the profiler data collector"
Expand Down

0 comments on commit c49b0a2

Please sign in to comment.