Skip to content

Commit fb28e2b

Browse files
authored
Merge pull request #1238 from andrewmy/replace-rabbit-mgmt-api
Replace rabbitmq-management-api with a packagist source
2 parents 62afec6 + d1a2239 commit fb28e2b

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

composer.json

+1-7
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,6 @@
88
"cs-lint": "bin/php-cs-fixer fix --config=.php_cs.php --no-interaction --dry-run --diff",
99
"phpstan": "bin/phpstan analyse --memory-limit=512M -c phpstan.neon"
1010
},
11-
"repositories": [
12-
{
13-
"type": "git",
14-
"url": "https://github.com/andrewmy/php-rabbitmq-management-api.git"
15-
}
16-
],
1711
"require": {
1812
"php": "^7.3|^8.0",
1913

@@ -40,7 +34,7 @@
4034
"stomp-php/stomp-php": "^4.5|^5",
4135
"php-http/guzzle7-adapter": "^0.1.1",
4236
"php-http/client-common": "^2.2.1",
43-
"richardfullmer/rabbitmq-management-api": "^2.1.1",
37+
"andrewmy/rabbitmq-management-api": "^2.1.2",
4438
"predis/predis": "^1.1",
4539
"thruway/client": "^0.5.5",
4640
"thruway/pawl-transport": "^0.5.1",

0 commit comments

Comments
 (0)