Skip to content

Commit acc201b

Browse files
committed
:octocat: CI updates
(cherry picked from commit 4dd116e)
1 parent 7b956e9 commit acc201b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@
3131
"ext-json": "*",
3232
"ext-sodium": "*",
3333
"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"
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/squizlabs/php_codesniffer/phpcs.xsd">
4+
xsi:noNamespaceSchemaLocation="vendor/phpcsstandards/php_codesniffer/phpcs.xsd">
55
<description>php-authenticator rules for phpcs</description>
66

77
<file>examples</file>

0 commit comments

Comments
 (0)