Skip to content

Commit abcbaed

Browse files
committed
Update vimeo/psalm package
1 parent 57580ec commit abcbaed

File tree

4 files changed

+36
-177
lines changed

4 files changed

+36
-177
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"codeception/verify": "^1.2",
4040
"squizlabs/php_codesniffer": "^3.5",
4141
"phalcon/ide-stubs": "^4.0.0",
42-
"vimeo/psalm": "^3.7",
42+
"vimeo/psalm": "^4.6",
4343
"codeception/module-phpbrowser": "^1.0",
4444
"codeception/module-filesystem": "^1.0",
4545
"codeception/module-asserts": "^1.3",

composer.lock

+20-70
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

psalm.xml

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<?xml version="1.0"?>
2+
<psalm
3+
errorLevel="7"
4+
resolveFromConfigFile="true"
5+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
6+
xmlns="https://getpsalm.org/schema/config"
7+
xsi:schemaLocation="https://getpsalm.org/schema/config vendor/vimeo/psalm/config.xsd"
8+
>
9+
<projectFiles>
10+
<directory name="src" />
11+
<ignoreFiles>
12+
<directory name="vendor" />
13+
</ignoreFiles>
14+
</projectFiles>
15+
</psalm>

psalm.xml.dist

-106
This file was deleted.

0 commit comments

Comments
 (0)