Skip to content

Commit

Permalink
:octocat: CI updates
Browse files Browse the repository at this point in the history
(cherry picked from commit 4dd116e)
  • Loading branch information
codemasher committed Jan 6, 2024
1 parent 7b956e9 commit acc201b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@
"ext-json": "*",
"ext-sodium": "*",
"phan/phan": "^5.4",
"phpmd/phpmd": "^2.13",
"phpunit/phpunit": "^10.2",
"squizlabs/php_codesniffer": "^3.7"
"phpmd/phpmd": "^2.15",
"phpunit/phpunit": "^10.5",
"phpcsstandards/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/squizlabs/php_codesniffer/phpcs.xsd">
xsi:noNamespaceSchemaLocation="vendor/phpcsstandards/php_codesniffer/phpcs.xsd">
<description>php-authenticator rules for phpcs</description>

<file>examples</file>
Expand Down

0 comments on commit acc201b

Please sign in to comment.