We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4476e6 commit 5d6b632Copy full SHA for 5d6b632
1 file changed
composer.json
@@ -5,8 +5,7 @@
5
"description": "Webman plugin webman-tech/debugbar",
6
"require": {
7
"php": ">=7.2",
8
- "maximebf/debugbar": "^1.18",
9
- "workerman/webman-framework": "^1.3"
+ "maximebf/debugbar": "^1.18"
10
},
11
"autoload": {
12
"psr-4": {
@@ -17,6 +16,7 @@
17
16
"illuminate/database": "^8.83",
18
"illuminate/events": "^8.83",
19
"illuminate/redis": "^8.83",
20
- "symfony/finder": "^5.4"
+ "symfony/finder": "^5.4",
+ "workerman/webman-framework": "^1.4"
21
}
22
0 commit comments