Skip to content

Tags: slowpokefarm/laravel-amqp

Tags

2.0.9

Toggle 2.0.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request bschmitt#70 from softonic/master

Allow multiple queue bindings

2.0.8

Toggle 2.0.8's commit message
Bump phpamqplib version to at least 2.9

2.0.7

Toggle 2.0.7's commit message
Revert change in bschmitt#64 and fix unexpected array issue.

* bschmitt#64 is still fixed with the is_array check
* The used defaults should be compatible now

2.0.6

Toggle 2.0.6's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
array_key_exists() expects parameter 2 to be array, null given in Con…

…text.php line 76

Bugfix
array_key_exists() expects parameter 2 to be array, null given in Context.php line 76

2.0.5

Toggle 2.0.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request bschmitt#61 from jwkblades/master

bschmitt#60 Re-order AMQPStreamConnection ctor args

2.0.4

Toggle 2.0.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request bschmitt#57 from bschmitt/bugfix/issue-56-ssl

allowed non ssl connection

2.0.3

Toggle 2.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request bschmitt#44 from mirkojotic/feature/29-write-integ…

…ration-tests

Feature/29 write integration tests

2.0.2

Toggle 2.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request bschmitt#43 from mirkojotic/update-illuminate-support

Updated illuminate/support dep to 5.6.24

2.0.1

Toggle 2.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request bschmitt#40 from emil-nasso/patch-1

Use built-in close-on-destruct method on connection

2.0.0

Toggle 2.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Added Laravel 5.5 support