Skip to content

Commit df8b48a

Browse files
committed
removed psalm
Signed-off-by: MarioRadu <[email protected]>
1 parent 42eb847 commit df8b48a

File tree

3 files changed

+1
-45
lines changed

3 files changed

+1
-45
lines changed

composer.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,7 @@
8484
"mezzio/mezzio-tooling": "^2.9.0",
8585
"phpunit/phpunit": "^10.5.10",
8686
"roave/security-advisories": "dev-latest",
87-
"symfony/var-dumper": "^7.1",
88-
"vimeo/psalm": "^5.22.0"
87+
"symfony/var-dumper": "^7.1"
8988
},
9089
"autoload": {
9190
"psr-4": {
@@ -119,7 +118,6 @@
119118
"cs-check": "phpcs",
120119
"cs-fix": "phpcbf",
121120
"serve": "php -S 0.0.0.0:8080 -t public/",
122-
"static-analysis": "psalm --shepherd --stats",
123121
"test": "phpunit --colors=always",
124122
"test-coverage": "phpunit --colors=always --coverage-clover clover.xml"
125123
}

psalm-baseline.xml

Lines changed: 0 additions & 25 deletions
This file was deleted.

psalm.xml

Lines changed: 0 additions & 17 deletions
This file was deleted.

0 commit comments

Comments
 (0)