File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2727 "require-dev" : {
2828 "roave/security-advisories" : " dev-master" ,
2929 "phpunit/phpunit" : " ^4.5 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.0" ,
30- "php-parallel-lint/php-parallel-lint" : " ^1.3.1 " ,
31- "php-parallel-lint/php-console-highlighter" : " ^0.5 " ,
30+ "php-parallel-lint/php-parallel-lint" : " ^1.3.2 " ,
31+ "php-parallel-lint/php-console-highlighter" : " ^1.0.0 " ,
3232 "phpcsstandards/phpcsdevcs" : " ^1.1.3" ,
3333 "phpcsstandards/phpcsutils" : " ^1.0"
3434 },
4444 "prefer-stable" : true ,
4545 "scripts" : {
4646 "lint" : [
47- " @php ./vendor/php-parallel-lint/php-parallel-lint/parallel-lint . -e php --exclude vendor --exclude .git"
47+ " @php ./vendor/php-parallel-lint/php-parallel-lint/parallel-lint . -e php --show-deprecated -- exclude vendor --exclude .git"
4848 ],
4949 "check-cs" : [
5050 " @php ./vendor/squizlabs/php_codesniffer/bin/phpcs"
You can’t perform that action at this time.
0 commit comments