We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d8968f commit ed12c3aCopy full SHA for ed12c3a
README.md
@@ -8,7 +8,10 @@ queue managers around)
8
Installation
9
------------
10
11
- - Simple composer installation is ok: ```composer require forumhouseteam/laravel-amqp:~1.0 ```
+*Please do note, that package name has changed to fhteam/laravel-amqp.* Old name should still work, though it will not be
12
+maintained.
13
+
14
+ - Simple composer installation is ok: ```composer require fhteam/laravel-amqp:~1.0 ```
15
(set version requirement to your favourite)
16
- Note, that mbstring and bcmath extensions are required for php-amqplib to work properly. The first is not yet listed
17
in library's composer.json (https://github.com/videlalvaro/php-amqplib/issues/229)
0 commit comments