Skip to content

Commit 9deb7ba

Browse files
committed
psalm applied
1 parent 7992fc3 commit 9deb7ba

16 files changed

+4100
-1523
lines changed

composer.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,14 @@
66
"guzzlehttp/guzzle": "^7.9",
77
"psr/http-client": "^1.0",
88
"ext-json": "*",
9-
"php": "^8.1"
9+
"php": "^8.1",
10+
"symfony/finder": "^7.2"
1011
},
12+
1113
"require-dev": {
12-
"phpunit/phpunit": "^11.0"
14+
"phpunit/phpunit": "^10.0",
15+
"vimeo/psalm": "^5.26",
16+
"friendsofphp/php-cs-fixer": "^3.67"
1317
},
1418
"autoload": {
1519
"psr-4": {

0 commit comments

Comments
 (0)