We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2606784 commit e731f6cCopy full SHA for e731f6c
.github/workflows/build.yml
@@ -111,6 +111,7 @@ jobs:
111
name: Restrict Symfony version
112
if: matrix.symfony != ''
113
run: |
114
+ composer global config --no-plugins allow-plugins.symfony/flex true
115
composer global require --no-progress --no-scripts --no-plugins "symfony/flex:^1.10"
116
composer config extra.symfony.require "${{ matrix.symfony }}"
117
composer.json
@@ -80,6 +80,7 @@
80
"config": {
81
"sort-packages": true,
82
"allow-plugins": {
83
+ "dealerdirect/phpcodesniffer-composer-installer": false,
84
"symfony/flex": true
85
}
86
},
0 commit comments