We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7de8463 + f869543 commit fffd0acCopy full SHA for fffd0ac
2 files changed
.github/workflows/build.yml
@@ -48,6 +48,12 @@ jobs:
48
restore-keys: |
49
${{ runner.os }}-php-${{ matrix.php }}-composer-
50
51
+ -
52
+ name: Configure Flex
53
+ run: |
54
+ composer global config --no-plugins allow-plugins.symfony/flex true
55
+ composer global require --no-progress --no-scripts --no-plugins "symfony/flex:^1.10"
56
+
57
-
58
name: Require EasyCodingStandard version
59
run: composer require symplify/easy-coding-standard:${{ matrix.ecs }} --no-update --no-scripts
composer.json
@@ -26,5 +26,11 @@
26
"branch-alias": {
27
"dev-master": "4.0-dev"
28
}
29
+ },
30
+ "config": {
31
+ "allow-plugins": {
32
+ "symfony/flex": true,
33
+ "dealerdirect/phpcodesniffer-composer-installer": false
34
+ }
35
36
0 commit comments