We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 62afec6 + d1a2239 commit fb28e2bCopy full SHA for fb28e2b
composer.json
@@ -8,12 +8,6 @@
8
"cs-lint": "bin/php-cs-fixer fix --config=.php_cs.php --no-interaction --dry-run --diff",
9
"phpstan": "bin/phpstan analyse --memory-limit=512M -c phpstan.neon"
10
},
11
- "repositories": [
12
- {
13
- "type": "git",
14
- "url": "https://github.com/andrewmy/php-rabbitmq-management-api.git"
15
- }
16
- ],
17
"require": {
18
"php": "^7.3|^8.0",
19
@@ -40,7 +34,7 @@
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
"thruway/pawl-transport": "^0.5.1",
0 commit comments