Skip to content

Commit 64b5394

Browse files
committed
allow plugin
1 parent 711ab9a commit 64b5394

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/frameworks.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,10 @@ jobs:
6464
working-directory: ./project
6565
run: composer require "psr/simple-cache:${{ matrix.psr-simple-cache-version }}"
6666
continue-on-error: ${{ env.allow_failure == 'true' }}
67+
- name: Allow plugin
68+
working-directory: ./project
69+
run: composer config --no-plugins allow-plugins.dealerdirect/phpcodesniffer-composer-installer true
70+
continue-on-error: ${{ env.allow_failure == 'true' }}
6771
- name: Install PHPInsights
6872
working-directory: ./project
6973
run: composer require --dev "nunomaduro/phpinsights:*" -n --ansi --with-all-dependencies
@@ -133,6 +137,10 @@ jobs:
133137
working-directory: ./project
134138
run: composer require --dev phpunit/phpunit:^9.0 --update-with-dependencies -n --ansi
135139
continue-on-error: ${{ env.allow_failure == 'true' }}
140+
- name: Allow plugin
141+
working-directory: ./project
142+
run: composer config --no-plugins allow-plugins.dealerdirect/phpcodesniffer-composer-installer true
143+
continue-on-error: ${{ env.allow_failure == 'true' }}
136144
- name: Install PHPInsights
137145
working-directory: ./project
138146
run: composer require --dev "nunomaduro/phpinsights:*" -n --ansi --with-all-dependencies

0 commit comments

Comments
 (0)