[Actions] Downgrade Composer to v1

- The current fxp/composer-asset-plugin version we use is incompatible with Composer v2
这个提交包含在:
Hypolite Petovan 2020-10-24 09:12:26 -04:00 提交者 GitHub
父节点 c154efb028
当前提交 403c9e456e
找不到此签名对应的密钥
GPG 密钥 ID: 4AEE18F83AFDEB23
共有 1 个文件被更改,包括 1 次插入1 次删除

查看文件

@ -37,7 +37,7 @@ jobs:
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php-versions }}
tools: pecl
tools: pecl, composer:v1
extensions: pdo_mysql, gd, zip, opcache, ctype, pcntl, ldap, apcu, memcached, redis, imagick, memcache
coverage: xdebug
ini-values: apc.enabled=1, apc.enable_cli=1