Skip to content

Commit 5cf53e8

Browse files
authored
Merge pull request #178 from TimWolla/psalm-psl
Remove `php-standard-library/psalm-plugin`
2 parents e41e560 + 38337a0 commit 5cf53e8

File tree

4 files changed

+3
-59
lines changed

4 files changed

+3
-59
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
# temporarily remove Psalm until ready for PHP 8.4
3333
- name: remove psalm
3434
if: matrix.php-versions == '8.4'
35-
run: composer remove --dev --no-install vimeo/psalm psalm/plugin-phpunit php-standard-library/psalm-plugin
35+
run: composer remove --dev --no-install vimeo/psalm psalm/plugin-phpunit
3636
- uses: ramsey/composer-install@v3
3737
- name: Run PHPUnit on Windows
3838
if: matrix.operating-system == 'windows-latest'
@@ -69,7 +69,7 @@ jobs:
6969
# temporarily remove Psalm until ready for PHP 8.4
7070
- name: remove psalm
7171
if: matrix.php-versions == '8.4'
72-
run: composer remove --dev --no-install vimeo/psalm psalm/plugin-phpunit php-standard-library/psalm-plugin
72+
run: composer remove --dev --no-install vimeo/psalm psalm/plugin-phpunit
7373
- uses: ramsey/composer-install@v3
7474
- name: Run Behat on Windows
7575
if: matrix.operating-system == 'windows-latest'

composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@
4141
"require-dev": {
4242
"behat/behat": "^3.17",
4343
"doctrine/coding-standard": "^12.0",
44-
"php-standard-library/psalm-plugin": "^2.3",
4544
"phpunit/phpunit": "^10.5.39",
4645
"psalm/plugin-phpunit": "^0.19.0",
4746
"vimeo/psalm": "^5.26.1"

composer.lock

Lines changed: 1 addition & 55 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

psalm.xml.dist

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
</projectFiles>
2121
<plugins>
2222
<pluginClass class="Psalm\PhpUnitPlugin\Plugin"/>
23-
<pluginClass class="Psl\Psalm\Plugin"/>
2423
</plugins>
2524
<issueHandlers>
2625
<PossiblyUnusedMethod>

0 commit comments

Comments
 (0)