Skip to content

Commit

Permalink
修改composer.json配置
Browse files Browse the repository at this point in the history
  • Loading branch information
yymou committed Sep 17, 2020
1 parent 07a8546 commit aa6ec74
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,18 @@
{
"name": "yymou/slink",
"description": "Generate short url",
"license": "MIT",
"keywords": ["shorturl slink php"],
"version": "1.0.0",
"authors": [
{
"name": "yangyanlei",
"email": "875167485@qq.com"
}
],
"require": {
"php": ">=7.0.0"
},
"autoload": {
"psr-4": {
"Slink\\": "src/"
Expand Down

0 comments on commit aa6ec74

Please sign in to comment.