Skip to content

Commit

Permalink
Remove Psalm
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanzweifel committed Mar 18, 2024
1 parent 0e04b10 commit 200ac22
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 54 deletions.
33 changes: 0 additions & 33 deletions .github/workflows/psalm.yml

This file was deleted.

4 changes: 1 addition & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.0",
"phpunit/phpunit": "^9.5 | ^10",
"vimeo/psalm": "^5"
"phpunit/phpunit": "^9.5 | ^10"
},
"autoload": {
"psr-4": {
Expand All @@ -34,7 +33,6 @@
}
},
"scripts": {
"psalm": "vendor/bin/psalm",
"test": "vendor/bin/phpunit",
"test-coverage": "vendor/bin/phpunit --coverage-html coverage",
"format": "vendor/bin/php-cs-fixer fix --allow-risky=yes"
Expand Down
18 changes: 0 additions & 18 deletions psalm.xml.dist

This file was deleted.

0 comments on commit 200ac22

Please sign in to comment.