Skip to content

Commit 8d380af

Browse files
committed
qa: bump vimeo/psalm
Add `composer.lock` to avoid issues in other PRs Signed-off-by: Maximilian Bösing <[email protected]>
1 parent bd8a96b commit 8d380af

File tree

9 files changed

+3855
-25
lines changed

9 files changed

+3855
-25
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
/vendor/
2-
/composer.lock
32
/phpunit.xml
43
/.phpunit.result.cache
54
/phpcs.xml

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,14 @@
55
"license": "MIT",
66
"require": {
77
"php": "^7.3 || ~8.0.0",
8-
"thecodingmachine/safe": "^1.3",
98
"webmozart/assert": "^1.9"
109
},
1110
"require-dev": {
1211
"doctrine/coding-standard": "^8.1",
1312
"lcobucci/clock": "^1.2",
1413
"phpunit/phpunit": "^9.2",
1514
"psalm/plugin-phpunit": "^0.15.1",
16-
"vimeo/psalm": "^4.6"
15+
"vimeo/psalm": "^4.7"
1716
},
1817
"conflict": {
1918
"vimeo/psalm": "4.6.2"

0 commit comments

Comments
 (0)