File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 31
31
"ext-json" : " *" ,
32
32
"ext-sodium" : " *" ,
33
33
"phan/phan" : " ^5.4" ,
34
- "phpmd/phpmd" : " ^2.13 " ,
35
- "phpunit/phpunit" : " ^10.2 " ,
36
- "squizlabs /php_codesniffer" : " ^3.7 "
34
+ "phpmd/phpmd" : " ^2.15 " ,
35
+ "phpunit/phpunit" : " ^10.5 " ,
36
+ "phpcsstandards /php_codesniffer" : " ^3.8 "
37
37
},
38
38
"suggest" : {
39
39
"chillerlan/php-qrcode" : " Create QR Codes for use with an authenticator app."
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" ?>
2
2
<ruleset name =" php-authenticator-cs"
3
3
xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4
- xsi : noNamespaceSchemaLocation =" vendor/squizlabs /php_codesniffer/phpcs.xsd" >
4
+ xsi : noNamespaceSchemaLocation =" vendor/phpcsstandards /php_codesniffer/phpcs.xsd" >
5
5
<description >php-authenticator rules for phpcs</description >
6
6
7
7
<file >examples</file >
You can’t perform that action at this time.
0 commit comments