## Composer cd到 thinkcmf 程序根目录到 ### 安装程序包 ``` composer requrie phpoffice/phpexcel ``` ### 更新所有程序包 ``` composer update ``` ### 更新指定程序包 ``` composer update phpoffice/phpexcel ```