File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 99 "symplify/rule-doc-generator-contracts" : " ^11.1"
1010 },
1111 "require-dev" : {
12- "symplify/easy-coding-standard" : " ^12.0.8 " ,
13- "squizlabs /php_codesniffer" : " ^3.7.2" ,
12+ "symplify/easy-coding-standard" : " ^12.0.11 " ,
13+ "phpcsstandards /php_codesniffer" : " ^3.7.2" ,
1414 "phpunit/phpunit" : " ^10.2" ,
1515 "symplify/rule-doc-generator" : " ^12.0" ,
1616 "phpstan/extension-installer" : " ^1.3" ,
Original file line number Diff line number Diff line change 55use PHP_CodeSniffer \Util \Tokens ;
66
77require_once __DIR__ . '/../vendor/autoload.php ' ;
8- require_once __DIR__ . '/../vendor/squizlabs /php_codesniffer/autoload.php ' ;
8+ require_once __DIR__ . '/../vendor/phpcsstandards /php_codesniffer/autoload.php ' ;
99
1010// initalize token with INT type, otherwise php-cs-fixer and php-parser breaks
1111// initalize token with INT type, otherwise php-cs-fixer and php-parser breaks
You can’t perform that action at this time.
0 commit comments