Skip to content

Commit 0147ca3

Browse files
committed
:octocat:
(cherry picked from commit 4533393)
1 parent acc201b commit 0147ca3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"phan/phan": "^5.4",
3434
"phpmd/phpmd": "^2.15",
3535
"phpunit/phpunit": "^10.5",
36-
"phpcsstandards/php_codesniffer": "^3.8"
36+
"squizlabs/php_codesniffer": "^3.8"
3737
},
3838
"suggest": {
3939
"chillerlan/php-qrcode": "Create QR Codes for use with an authenticator app."

phpcs.xml.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<ruleset name="php-authenticator-cs"
33
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:noNamespaceSchemaLocation="vendor/phpcsstandards/php_codesniffer/phpcs.xsd">
4+
xsi:noNamespaceSchemaLocation="vendor/squizlabs/php_codesniffer/phpcs.xsd">
55
<description>php-authenticator rules for phpcs</description>
66

77
<file>examples</file>

0 commit comments

Comments
 (0)