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" ,
30- "jakub-onderka /php-parallel-lint" : " ^1.0" ,
31- "jakub-onderka /php-console-highlighter" : " ^0.4" ,
30+ "php-parallel-lint /php-parallel-lint" : " ^1.0" ,
31+ "php-parallel-lint /php-console-highlighter" : " ^0.4" ,
3232 "phpcsstandards/phpcsdevcs" : " ^1.0.0"
3333 },
3434 "bin" : [
3535 " bin/phpcs-check-feature-completeness"
3636 ],
3737 "scripts" : {
3838 "lint" : [
39- " @php ./vendor/jakub-onderka /php-parallel-lint/parallel-lint . -e php --exclude vendor --exclude .git"
39+ " @php ./vendor/php-parallel-lint /php-parallel-lint/parallel-lint . -e php --exclude vendor --exclude .git"
4040 ],
4141 "check-cs" : [
4242 " @php ./vendor/squizlabs/php_codesniffer/bin/phpcs"
You can’t perform that action at this time.
0 commit comments