|
8 | 8 | "cs-lint": "bin/php-cs-fixer fix --config=.php_cs.php --no-interaction --dry-run --diff",
|
9 | 9 | "phpstan": "bin/phpstan analyse --memory-limit=512M -c phpstan.neon"
|
10 | 10 | },
|
11 | | - "repositories": [ |
12 | | - { |
13 | | - "type": "git", |
14 | | - "url": "https://github.com/andrewmy/php-rabbitmq-management-api.git" |
15 | | - } |
16 | | - ], |
17 | 11 | "require": {
|
18 | 12 | "php": "^7.3|^8.0",
|
19 | 13 |
|
|
40 | 34 | "stomp-php/stomp-php": "^4.5|^5",
|
41 | 35 | "php-http/guzzle7-adapter": "^0.1.1",
|
42 | 36 | "php-http/client-common": "^2.2.1",
|
43 | | - "richardfullmer/rabbitmq-management-api": "^2.1.1", |
| 37 | + "andrewmy/rabbitmq-management-api": "^2.1.2", |
44 | 38 | "predis/predis": "^1.1",
|
45 | 39 | "thruway/client": "^0.5.5",
|
46 | 40 | "thruway/pawl-transport": "^0.5.1",
|
|
0 commit comments