info.php 379 B

123456789101112131415
  1. <?php
  2. return [
  3. 'id' => 'payment',
  4. 'name' => '支付模块',
  5. 'is_core' => true,
  6. 'category' => 'pay',
  7. 'description' => '支付模块,是其他支付服务扩展的依赖扩展',
  8. 'version' => '1.0.0',
  9. 'core_version' => '^1.0',
  10. 'author' => 'runphp',
  11. 'email' => 'runphp@qq.com',
  12. 'website' => '',
  13. 'image' => '',
  14. 'license' => 'MIT',
  15. ];