Commit d0d7983 1 parent 7e51c4f commit d0d7983 Copy full SHA for d0d7983
File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 6
6
"php" : " >=7.2"
7
7
},
8
8
"require-dev" : {
9
- "vimeo/ psalm" : " ^4.8 " ,
9
+ "psalm/phar " : " ^5 " ,
10
10
"phpunit/phpunit" : " ^8|^9" ,
11
11
"friendsofphp/php-cs-fixer" : " *"
12
12
},
13
13
"license" : " GPL-2.0" ,
14
14
"scripts" : {
15
- "psalm" : " @php vendor/bin/psalm src" ,
15
+ "psalm" : " @php vendor/bin/psalm.phar src" ,
16
16
"test" : " @php vendor/bin/phpunit tests" ,
17
17
"format" : [
18
18
" @php vendor/bin/php-cs-fixer fix src " ,
Original file line number Diff line number Diff line change 5
5
xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
6
6
xmlns =" https://getpsalm.org/schema/config"
7
7
xsi : schemaLocation =" https://getpsalm.org/schema/config vendor/vimeo/psalm/config.xsd"
8
+ findUnusedBaselineEntry =" true"
9
+ findUnusedCode =" true"
8
10
>
9
11
<projectFiles >
10
12
<directory name =" src/" />
You can’t perform that action at this time.
0 commit comments