File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 1313 strategy :
1414 fail-fast : true
1515 matrix :
16- php : ['8.1']
16+ php : ['8.1', '8.2' ]
1717 stability : [prefer-stable]
1818
1919 name : PHP ${{ matrix.php }} - ${{ matrix.stability }}
Original file line number Diff line number Diff line change 11# RabbitMQ Queue driver for Laravel
2+ ======================
3+ [ ![ Latest Stable Version] ( https://poser.pugx.org/iamfarhad/laravel-rabbitmq/v/stable?format=flat-square )] ( https://packagist.org/packages/iamfarhad/laravel-rabbitmq )
4+ [ ![ Total Downloads] ( https://poser.pugx.org/iamfarhad/laravel-rabbitmq/downloads?format=flat-square )] ( https://packagist.org/packages/iamfarhad/laravel-rabbitmq )
5+ [ ![ License] ( https://poser.pugx.org/vladimir-yuldashev/laravel-queue-rabbitmq/license?format=flat-square )] ( https://packagist.org/packages/iamfarhad/laravel-rabbitmq )
26
37The connection abstracts the socket connection, and takes care of protocol version negotiation and authentication and so
48on for us. Here we connect to a RabbitMQ node on the local machine - hence the localhost. If we wanted to connect to a
You can’t perform that action at this time.
0 commit comments