You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
shipin/vendor/overtrue/wechat/src/Js/composer.json

25 lines
574 B

{
"name": "easywechat/js",
"description": "js module for EasyWeChat SDK.",
"keywords": ["wechat", "weixin", "SDK", "easywechat"],
"license": "MIT",
"authors": [
{
"name": "overtrue",
"email": "anzhengchao@gmail.com"
}
],
"autoload": {
"psr-4": {
"EasyWeChat\\Js\\": "."
}
},
"minimum-stability":"dev",
"require-dev": {
"phpunit/phpunit": "4.8.*",
"mockery/mockery": "^1.0@dev"
},
"require": {
"easywechat/core" : "dev-master"
}
}