用户管理
This commit is contained in:
19
extend/think-module/composer.json
Normal file
19
extend/think-module/composer.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"name": "jaguarjack/think-module",
|
||||
"description": "thinkphp module",
|
||||
"type": "library",
|
||||
"license": "MIT",
|
||||
"authors": [
|
||||
{
|
||||
"name": "jaguarjack",
|
||||
"email": "njphper@gmail.com"
|
||||
}
|
||||
],
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"jaguarjack\\think\\module\\": "src"
|
||||
}
|
||||
},
|
||||
"minimum-stability": "dev",
|
||||
"require": {}
|
||||
}
|
Reference in New Issue
Block a user