diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 008824f..0657d26 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -13,7 +13,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest] - php: ['7.0', '7.1', '7.2', '7.3', '7.4', '8.0'] + php: ["7.0", "7.1", "7.2", "7.3", "7.4", "8.0"] steps: - name: Checkout diff --git a/composer.json b/composer.json index 2c0251a..3e666fe 100644 --- a/composer.json +++ b/composer.json @@ -37,6 +37,11 @@ "suggest": { "twbs/bootstrap-icons": "Add this package to the `require` section of your `composer.json` if you'd like to use the bootstrap icon asset." }, + "config": { + "allow-plugins": { + "yiisoft/yii2-composer": true + } + }, "repositories": [ { "type": "composer",