Skip to content

Commit 394d569

Browse files
committed
:octocat:
1 parent f705310 commit 394d569

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"phan/phan": "^5.4",
2828
"phpmd/phpmd": "^2.13",
2929
"phpunit/phpunit": "^9.6",
30-
"phpcsstandards/php_codesniffer": "^3.8"
30+
"squizlabs/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/phpcsstandards/php_codesniffer/phpcs.xsd">
4+
xsi:noNamespaceSchemaLocation="vendor/squizlabs/php_codesniffer/phpcs.xsd">
55
<description>php-settings-container rules for phpcs</description>
66

77
<file>examples</file>

0 commit comments

Comments
 (0)