info.php 342 B

12345678910111213141516
  1. <?php
  2. declare(strict_types=1);
  3. return [
  4. 'id' => 'tencentcloud-sms',
  5. 'name' => '腾讯云短信',
  6. 'is_core' => false,
  7. 'category' => 'other',
  8. 'description' => '腾讯云短信',
  9. 'version' => '1.0.0',
  10. 'core_version' => '^1.0',
  11. 'author' => 'yourname',
  12. 'email' => '',
  13. 'website' => '',
  14. 'image' => '',
  15. 'license' => 'MIT',
  16. ];