File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 9
9
"symplify/rule-doc-generator-contracts" : " ^11.1"
10
10
},
11
11
"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" ,
14
14
"phpunit/phpunit" : " ^10.2" ,
15
15
"symplify/rule-doc-generator" : " ^12.0" ,
16
16
"phpstan/extension-installer" : " ^1.3" ,
Original file line number Diff line number Diff line change 5
5
use PHP_CodeSniffer \Util \Tokens ;
6
6
7
7
require_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 ' ;
9
9
10
10
// initalize token with INT type, otherwise php-cs-fixer and php-parser breaks
11
11
// 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