We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acc201b commit 0147ca3Copy full SHA for 0147ca3
composer.json
@@ -33,7 +33,7 @@
33
"phan/phan": "^5.4",
34
"phpmd/phpmd": "^2.15",
35
"phpunit/phpunit": "^10.5",
36
- "phpcsstandards/php_codesniffer": "^3.8"
+ "squizlabs/php_codesniffer": "^3.8"
37
},
38
"suggest": {
39
"chillerlan/php-qrcode": "Create QR Codes for use with an authenticator app."
phpcs.xml.dist
@@ -1,7 +1,7 @@
1
<?xml version="1.0"?>
2
<ruleset name="php-authenticator-cs"
3
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4
- xsi:noNamespaceSchemaLocation="vendor/phpcsstandards/php_codesniffer/phpcs.xsd">
+ xsi:noNamespaceSchemaLocation="vendor/squizlabs/php_codesniffer/phpcs.xsd">
5
<description>php-authenticator rules for phpcs</description>
6
7
<file>examples</file>
0 commit comments