We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent beea6cf commit 16c37e1Copy full SHA for 16c37e1
1 file changed
composer.json
@@ -2,9 +2,12 @@
2
"name": "webman/stomp",
3
"description": "Stomp queue plugin for webman.",
4
"require": {
5
- "workerman/stomp": "^1.0"
+ "workerman/stomp": "^1.0",
6
+ "workerman/webman-framework": "^2.1 || dev-master"
7
},
8
"autoload": {
9
"psr-4": {"Webman\\Stomp\\": "./src"}
- }
10
+ },
11
+ "minimum-stability": "dev",
12
+ "prefer-stable": true
13
}
0 commit comments