We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f52c8f commit 6b46232Copy full SHA for 6b46232
.github/workflows/static-tests.yml
@@ -19,7 +19,7 @@ jobs:
19
cd /tmp/magento
20
composer config repositories.local-source path package-source/
21
composer config --no-plugins allow-plugins true
22
- composer require --prefer-source -- ${COMPOSER_NAME}:@dev bitexpert/phpstan-magento phpstan/extension-installer
+ composer require --prefer-source -- ${COMPOSER_NAME}:@dev phpstan/phpstan bitexpert/phpstan-magento phpstan/extension-installer
23
24
- name: Run Magento 2 PHPStan Tests
25
run: |
0 commit comments