Skip to content

Commit

Permalink
:octocat:
Browse files Browse the repository at this point in the history
(cherry picked from commit 4533393)
  • Loading branch information
codemasher committed Jan 6, 2024
1 parent acc201b commit 0147ca3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"phan/phan": "^5.4",
"phpmd/phpmd": "^2.15",
"phpunit/phpunit": "^10.5",
"phpcsstandards/php_codesniffer": "^3.8"
"squizlabs/php_codesniffer": "^3.8"
},
"suggest": {
"chillerlan/php-qrcode": "Create QR Codes for use with an authenticator app."
Expand Down
2 changes: 1 addition & 1 deletion phpcs.xml.dist
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<ruleset name="php-authenticator-cs"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="vendor/phpcsstandards/php_codesniffer/phpcs.xsd">
xsi:noNamespaceSchemaLocation="vendor/squizlabs/php_codesniffer/phpcs.xsd">
<description>php-authenticator rules for phpcs</description>

<file>examples</file>
Expand Down

0 comments on commit 0147ca3

Please sign in to comment.