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.
 
 
 
 
 
 

26 line
597 B

  1. {
  2. "name": "easywechat/encryption",
  3. "description": "encryption module for EasyWeChat SDK.",
  4. "keywords": ["wechat", "weixin", "SDK", "encryption", "easywechat"],
  5. "license": "MIT",
  6. "authors": [
  7. {
  8. "name": "overtrue",
  9. "email": "anzhengchao@gmail.com"
  10. }
  11. ],
  12. "require": {
  13. "ext-openssl": "*"
  14. },
  15. "autoload": {
  16. "psr-4": {
  17. "EasyWeChat\\Encryption\\": "."
  18. }
  19. },
  20. "minimum-stability":"dev",
  21. "require-dev": {
  22. "phpunit/phpunit": "~5.0",
  23. "mockery/mockery": "^1.0@dev"
  24. }
  25. }