Skip to content

Commit 8d3af70

Browse files
authored
Merge pull request #8 from nagels-tech/psalm
psalm applied
2 parents 45dbd7a + 6a423d9 commit 8d3af70

21 files changed

+4172
-1658
lines changed

composer.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,11 @@
88
"ext-json": "*",
99
"php": "^8.1"
1010
},
11+
1112
"require-dev": {
12-
"phpunit/phpunit": "^11.0"
13+
"phpunit/phpunit": "^10.0",
14+
"vimeo/psalm": "^5.26",
15+
"friendsofphp/php-cs-fixer": "^3.67"
1316
},
1417
"autoload": {
1518
"psr-4": {
@@ -27,6 +30,7 @@
2730
"email": "[email protected]"
2831
}
2932
],
33+
"symfony/finder": "^7.2",
3034
"config": {
3135
"allow-plugins": {
3236
"php-http/discovery": true

0 commit comments

Comments
 (0)