Skip to content

Commit 091f040

Browse files
add phpunit phpstan psalm php-cs-fixer php_codesniffer
1 parent 0047fad commit 091f040

2 files changed

Lines changed: 6219 additions & 389 deletions

File tree

composer.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,16 @@
2222
"php": "^8.3",
2323
"symfony/console": "^7.3",
2424
"symfony/process": "^7.3",
25-
"symfony/filesystem": "^7.3"
25+
"symfony/filesystem": "^7.3",
26+
"symfony/finder": "^7.3",
27+
"ratchet/pawl": "^0.4.3",
28+
"symfony/http-foundation": "^7.3"
29+
},
30+
"require-dev": {
31+
"phpstan/phpstan": "^2.1",
32+
"phpunit/phpunit": "^12.3",
33+
"friendsofphp/php-cs-fixer": "^3.86",
34+
"squizlabs/php_codesniffer": "^3.13",
35+
"vimeo/psalm": "^6.5"
2636
}
2737
}

0 commit comments

Comments
 (0)