File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1010 }
1111 ],
1212 "require" : {
13- "php" : " ^7.1 || ^8.0" ,
14- "phpstan/phpstan" : " ^1 .0" ,
13+ "php" : " ^7.4 || ^8.0" ,
14+ "phpstan/phpstan" : " ^2 .0" ,
1515 "thecodingmachine/safe" : " ^1.0 || ^2.0"
1616 },
1717 "require-dev" : {
18- "phpunit/phpunit" : " ^7.5.2 || ^8.0 " ,
18+ "phpunit/phpunit" : " ^9.6 " ,
1919 "php-coveralls/php-coveralls" : " ^2.1" ,
2020 "squizlabs/php_codesniffer" : " ^3.4"
2121 },
3030 }
3131 },
3232 "scripts" : {
33- "phpstan" : " phpstan analyse src -c phpstan.neon --level=7 --no-progress -vvv" ,
33+ "phpstan" : " phpstan analyse src -c phpstan.neon --level=max --no-progress -vvv" ,
3434 "cs-fix" : " phpcbf" ,
3535 "cs-check" : " phpcs"
3636 },
3737 "extra" : {
3838 "branch-alias" : {
39- "dev-master" : " 1.1 -dev"
39+ "dev-master" : " 2.0 -dev"
4040 },
4141 "phpstan" : {
4242 "includes" : [
You can’t perform that action at this time.
0 commit comments