composer.json 275 B

123456789101112131415
  1. {
  2. "name": "hhink/webman-sms",
  3. "type": "library",
  4. "license": "MIT",
  5. "description": "Webman plugin hhink/webman-sms",
  6. "require": {
  7. "php": ">=7.0",
  8. "overtrue/easy-sms": ">=2.2.0"
  9. },
  10. "autoload": {
  11. "psr-4": {
  12. "Hhink\\WebmanSms\\": "src"
  13. }
  14. }
  15. }