Skip to content

Commit 1fc0fcc

Browse files
authored
Merge pull request #1240 from oreillysean/replace-rabbit-mgmt-api
Replace rabbitmq-management-api with a packagist source and fixed small github actions typo
2 parents fb28e2b + c384473 commit 1fc0fcc

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

Diff for: pkg/stomp/.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ jobs:
2626
with:
2727
composer-options: "--prefer-source"
2828

29-
- run: vendor/bin/phpunit --exlude-group=functional
29+
- run: vendor/bin/phpunit --exclude-group=functional

Diff for: pkg/stomp/composer.json

+1-7
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,14 @@
55
"keywords": ["messaging", "queue", "stomp"],
66
"homepage": "https://enqueue.forma-pro.com/",
77
"license": "MIT",
8-
"repositories": [
9-
{
10-
"type": "git",
11-
"url": "https://github.com/andrewmy/php-rabbitmq-management-api.git"
12-
}
13-
],
148
"require": {
159
"php": "^7.3|^8.0",
1610
"enqueue/dsn": "^0.10",
1711
"stomp-php/stomp-php": "^4.5|^5.0",
1812
"queue-interop/queue-interop": "^0.8",
1913
"php-http/guzzle7-adapter": "^0.1.1",
2014
"php-http/client-common": "^2.2.1",
21-
"richardfullmer/rabbitmq-management-api": "^2.1.1",
15+
"andrewmy/rabbitmq-management-api": "^2.1.2",
2216
"guzzlehttp/guzzle": "^7.0.1",
2317
"php-http/discovery": "^1.13"
2418
},

0 commit comments

Comments
 (0)