20 lines
424 B
JSON
20 lines
424 B
JSON
{
|
|
"name": "webman/admin",
|
|
"type": "library",
|
|
"license": "MIT",
|
|
"description": "Webman plugin webman/admin",
|
|
"require": {
|
|
"workerman/webman-framework": "^1.4",
|
|
"illuminate/database": ">=7.30",
|
|
"illuminate/pagination": ">=7.30",
|
|
"illuminate/events": ">=7.30",
|
|
"intervention/image": "^2.7",
|
|
"webman/event": "^1.0"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Webman\\Admin\\": "src"
|
|
}
|
|
}
|
|
}
|