File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed
Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 22composer.lock
33phpunit.xml
44.phpunit.result.cache
5+ .idea /
Original file line number Diff line number Diff line change 11# CHANGELOG
22
3+ ## 4.1.2 - 2025/05/02
4+ - pr #13 - Move phpstan to dev requirements
5+
36## 4.1.1 - 2022/03/24
47- Update PHP CS Fixer and corresponding setting file
58- Add PHPStan
Original file line number Diff line number Diff line change 1313 "name" : " Mikaël DELSOL" ,
14141515 "role" : " Owner"
16+ },
17+ {
18+ "name" : " survik1" ,
19+ "role" : " Contributor"
1620 }
1721 ],
1822 "scripts" : {
2125 "phpstan" : " vendor/bin/phpstan analyze src --level=3"
2226 },
2327 "require" : {
24- "php" : " >=7.4" ,
25- "phpstan/phpstan" : " ^1.5"
28+ "php" : " >=7.4"
2629 },
2730 "require-dev" : {
2831 "friendsofphp/php-cs-fixer" : " ^3.0" ,
32+ "phpstan/phpstan" : " ^1.5" ,
2933 "phpunit/phpunit" : " ^9"
3034 },
3135 "autoload" : {
You can’t perform that action at this time.
0 commit comments