Skip to content

如何升级qcloudsms_php

qcloudsms edited this page Oct 15, 2018 · 2 revisions
  • 使用composer

更新composer.json中依赖到最新版本(0.1.4),再 php composer.phar update 即可更新,示例如下:

{
  "require": {
    "qcloudsms/qcloudsms_php": "0.1.*"
  }
}
  • 手动

从github下载最新版本qcloudsms_php代码,并更新替换项目旧版 qcloudsms_php 目录即可

Clone this wiki locally