Merge pull request #47 from machour/build-php81

build(*): Fix CI by allowing the yii2-composer plugin
This commit is contained in:
simialbi 2022-08-08 10:55:04 +02:00 committed by GitHub
commit ec932afff9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 1 deletions

View File

@ -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

View File

@ -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",