Skip to content

Commit 03fbe7f

Browse files
committed
Fix ci issues
1 parent 8200af6 commit 03fbe7f

File tree

8 files changed

+2841
-796
lines changed

8 files changed

+2841
-796
lines changed

composer.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,11 @@
2525
"require-dev": {
2626
"mockery/mockery": "^1.3",
2727
"league/flysystem-memory": "~3",
28-
"phpunit/phpunit": "^9.0"
28+
"phpunit/phpunit": "^9.0",
29+
"phpstan/phpstan": "^1.12",
30+
"vimeo/psalm": "^5.26",
31+
"phpstan/extension-installer": "^1.4",
32+
"phpstan/phpstan-phpunit": "^1.4"
2933
},
3034
"extra": {
3135
"branch-alias": {
@@ -35,6 +39,9 @@
3539
"config": {
3640
"platform": {
3741
"php": "8.0.2"
42+
},
43+
"allow-plugins": {
44+
"phpstan/extension-installer": true
3845
}
3946
}
4047
}

0 commit comments

Comments
 (0)