Skip to content

Commit

Permalink
Remove psalm
Browse files Browse the repository at this point in the history
  • Loading branch information
amiranagram committed Nov 8, 2022
1 parent 28418e2 commit 64759a2
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 54 deletions.
2 changes: 0 additions & 2 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,3 @@
/.editorconfig export-ignore
/.php_cs.dist.php export-ignore
/.github export-ignore
/psalm.xml export-ignore
/psalm.xml.dist export-ignore
33 changes: 0 additions & 33 deletions .github/workflows/psalm.yml

This file was deleted.

1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,4 @@ composer.lock
coverage
docs
phpunit.xml
psalm.xml
vendor
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@
"require-dev": {
"mockery/mockery": "^1.3.3",
"orchestra/testbench": "^4.0|^6.6|^7.0",
"phpunit/phpunit": "^8.5|^9.5",
"vimeo/psalm": "^3.11|^4.20"
"phpunit/phpunit": "^8.5|^9.5"
},
"autoload": {
"psr-4": {
Expand Down
16 changes: 0 additions & 16 deletions psalm.xml.dist

This file was deleted.

0 comments on commit 64759a2

Please sign in to comment.