Skip to content

Commit

Permalink
add composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
黄朝晖 committed Mar 11, 2017
1 parent 89aaa7a commit 940dc01
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
@@ -1,2 +1,4 @@
# Created by .ignore support plugin (hsz.mobi)
.idea

/vendor/
23 changes: 23 additions & 0 deletions composer.json
@@ -0,0 +1,23 @@
{
"name": "kkguan/ide-helper",
"description": "Yaf、Yar、Yac、Yaconf、Redis、Swoole等框架或C扩展代码自动补全",
"type": "library",
"require": {},
"autoload": {
"psr-4": {
"Swoole\\": "Swoole/",
"Yaf\\": "Yaf/"
},
"classmap": [
"src/SeasLog/",
"src/Redis/",
"src/Msgpack/",
"src/Yac/",
"src/Yaconf/",
"src/Yar/"
],
"files": [
"Xhprof/xhprof.php"
]
}
}

0 comments on commit 940dc01

Please sign in to comment.