phpspreadsheet 支持php5.6最后一个版本是1.8.2,
有https://packagist.org/packages/phpoffice/phpspreadsheet#1.8.2可知道
composer require phpoffice/phpspreadsheet=1.8.2
默认安装可能会报
[InvalidArgumentException]
Could not find package phpoffice/phpspreadsheet. It was however found via repository search, which indicates a cons
istency issue with the repository.
我们只需要更换为阿里云镜像即可解决
composer config -g repo.packagist composer https://mirrors.aliyun.com/composer/
为了防止以后无法下载指定版本,在此也记录下百度下载链接:https://pan.baidu.com/s/1cOXhamgUhxP_sdd7b-TbNg?pwd=pqu2 提取码: pqu2
相关文章