File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 66 "require" : {
77 "php" : " ^8.2" ,
88 "dealerdirect/phpcodesniffer-composer-installer" : " ^1.0" ,
9- "slevomat/coding-standard" : " ^8.14 " ,
10- "squizlabs/php_codesniffer" : " ^3.9 "
9+ "slevomat/coding-standard" : " ^8.15 " ,
10+ "squizlabs/php_codesniffer" : " ^3.10 "
1111 },
1212 "require-dev" : {
13+ "friendsofphp/php-cs-fixer" : " ^3.59" ,
1314 "phpunit/phpunit" : " ^10.5" ,
14- "vimeo/psalm" : " ^5.22" ,
15- "friendsofphp/php-cs-fixer" : " ^3.54"
15+ "vimeo/psalm" : " ^5.25"
1616 },
1717 "minimum-stability" : " dev" ,
1818 "prefer-stable" : true ,
3535 "cs" : " @cs:fix" ,
3636 "cs:check" : " phpcs -p -s --colors --report-full --report-summary --cache=.cache/phpcs" ,
3737 "cs:fix" : " phpcbf -p --colors --cache=.cache/phpcs" ,
38- "test " : " phpunit " ,
39- "psalm " : " psalm "
38+ "psalm " : " psalm " ,
39+ "test " : " phpunit "
4040 }
4141}
You can’t perform that action at this time.
0 commit comments