Skip to content

Commit 90f9689

Browse files
committed
Updated PHPStan Rules to commit 106d00385d74b467ef6f564681ffbcfcce9d493d
deprecated-packages/symplify@106d003 add empty composer.json
1 parent 973ba2f commit 90f9689

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/tests.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ jobs:
1212
php_version: ['7.2', '7.3', '7.4', '8.0']
1313

1414
steps:
15+
# prepare empty composer.json that allows the phpstan extension plugin
16+
- run: composer init --name just/for-test --quiet
17+
- run: composer config --no-plugins allow-plugins.phpstan/extension-installer true
18+
1519
- run: composer require phpstan/phpstan phpstan/extension-installer --dev
1620

1721
# get current dev-main version

0 commit comments

Comments
 (0)