Commit 99b841ed authored by 李虞帆's avatar 李虞帆

sample composer

parent 9949d104
/vendor/
{
"name": "winas/winas_admin",
"description": "A sample of library for composer",
"type": "library",
"license": "MIT",
"autoload": {
"psr-4": {
"Winas\\WinasAdmin\\": "src/"
}
},
"minimum-stability": "stable",
"require": {}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment