Skip to content

Commit 16c37e1

Browse files
authored
Update composer.json
1 parent beea6cf commit 16c37e1

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

composer.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,12 @@
22
"name": "webman/stomp",
33
"description": "Stomp queue plugin for webman.",
44
"require": {
5-
"workerman/stomp": "^1.0"
5+
"workerman/stomp": "^1.0",
6+
"workerman/webman-framework": "^2.1 || dev-master"
67
},
78
"autoload": {
89
"psr-4": {"Webman\\Stomp\\": "./src"}
9-
}
10+
},
11+
"minimum-stability": "dev",
12+
"prefer-stable": true
1013
}

0 commit comments

Comments
 (0)