Skip to content

Commit

Permalink
composer update (require kdyby/console ^2.6|^2.7)
Browse files Browse the repository at this point in the history
  • Loading branch information
paveljanda committed Jul 11, 2017
1 parent 42ae5ec commit 6520418
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"require": {
"bunny/bunny": "^0.2.4",
"kdyby/console": "~2.6.1"
"kdyby/console": "^2.6|^2.7"
},
"require-dev": {
"tracy/tracy": "^2.4"
Expand Down
2 changes: 2 additions & 0 deletions tests/cases/ProducerTest.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?php

declare(strict_types=1);

namespace Gamee\RabbitMQ\Tests\Cases;

use Tester\Assert;
Expand Down

0 comments on commit 6520418

Please sign in to comment.