Skip to content

Commit

Permalink
优化代码 (#240)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yurunsoft authored Dec 31, 2021
1 parent a3246b0 commit 3c029b6
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
"license": "MIT",
"description": "在 imi 框架中接入 Swoole Tracker 监控",
"require": {
"php": ">=7.1.0",
"ext-swoole": ">=4.4"
"imiphp/imi-swoole": "~2.0.0"
},
"require-dev": {},
"autoload": {
Expand All @@ -16,6 +15,10 @@
"autoload-dev": {
"psr-4": {
"Imi\\SwooleTracker\\Example\\": "example/"
}
},
"files": [
"../../../vendor/autoload.php",
"../../../dev/try-include-swoole.php"
]
}
}

0 comments on commit 3c029b6

Please sign in to comment.