mirror of
https://github.com/crmeb/CRMEB.git
synced 2026-02-13 19:13:51 +00:00
26 lines
604 B
JSON
26 lines
604 B
JSON
{
|
|
"name": "easywechat/semantic",
|
|
"description": "semantic module for EasyWeChat SDK.",
|
|
"keywords": ["wechat", "weixin", "SDK", "semantic", "easywechat"],
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "overtrue",
|
|
"email": "anzhengchao@gmail.com"
|
|
}
|
|
],
|
|
"autoload": {
|
|
"psr-4": {
|
|
"EasyWeChat\\Semantic\\": "."
|
|
}
|
|
},
|
|
"minimum-stability":"dev",
|
|
"require-dev": {
|
|
"phpunit/phpunit": "4.8.*",
|
|
"mockery/mockery": "^1.0@dev"
|
|
},
|
|
"require": {
|
|
"easywechat/core" : "dev-master"
|
|
}
|
|
}
|