22 lines
475 B
JSON
22 lines
475 B
JSON
{
|
|
"name": "webman/admin",
|
|
"type": "library",
|
|
"license": "MIT",
|
|
"description": "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",
|
|
"webman/captcha": "^1.0.0",
|
|
"guzzlehttp/guzzle": "^7.5"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Webman\\Admin\\": "src"
|
|
}
|
|
}
|
|
}
|