Skip to content

Commit

Permalink
初始化仓库
Browse files Browse the repository at this point in the history
  • Loading branch information
Yurunsoft committed Apr 16, 2018
0 parents commit d296804
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitattributes
@@ -0,0 +1,4 @@
* text=auto

/.gitattributes export-ignore
/.gitignore export-ignore
2 changes: 2 additions & 0 deletions .gitignore
@@ -0,0 +1,2 @@
/vendor
/composer.lock
Empty file added README.md
Empty file.
16 changes: 16 additions & 0 deletions composer.json
@@ -0,0 +1,16 @@
{
"name": "yurunsoft/imi",
"type": "library",
"description": "A swoole framework, it's very six!",
"require": {
"php": ">=7.0.0"
},
"config": {
"preferred-install": "dist"
},
"autoload": {
"psr-4" : {
"Imi\\" : "src/"
}
}
}

0 comments on commit d296804

Please sign in to comment.