Skip to content

Commit c41e89f

Browse files
committed
:octocat: switch to PHPCSStandards/PHP_CodeSniffer (squizlabs/PHP_CodeSniffer#3932)
1 parent 0c47f04 commit c41e89f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@
2525
},
2626
"require-dev": {
2727
"phan/phan": "^5.4",
28-
"phpmd/phpmd": "^2.13",
28+
"phpmd/phpmd": "^2.15",
2929
"phpunit/phpunit": "^10.5",
30-
"squizlabs/php_codesniffer": "^3.8"
30+
"phpcsstandards/php_codesniffer": "^3.8"
3131
},
3232
"autoload": {
3333
"psr-4": {

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-settings-container-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-settings-container rules for phpcs</description>
66

77
<file>examples</file>

0 commit comments

Comments
 (0)