Skip to content

Commit acb4d35

Browse files
authored
Flip to phpcsstandards (#35)
1 parent ff41218 commit acb4d35

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
@@ -9,8 +9,8 @@
99
"symplify/rule-doc-generator-contracts": "^11.1"
1010
},
1111
"require-dev": {
12-
"symplify/easy-coding-standard": "^12.0.8",
13-
"squizlabs/php_codesniffer": "^3.7.2",
12+
"symplify/easy-coding-standard": "^12.0.11",
13+
"phpcsstandards/php_codesniffer": "^3.7.2",
1414
"phpunit/phpunit": "^10.2",
1515
"symplify/rule-doc-generator": "^12.0",
1616
"phpstan/extension-installer": "^1.3",

tests/bootstrap.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
use PHP_CodeSniffer\Util\Tokens;
66

77
require_once __DIR__ . '/../vendor/autoload.php';
8-
require_once __DIR__ . '/../vendor/squizlabs/php_codesniffer/autoload.php';
8+
require_once __DIR__ . '/../vendor/phpcsstandards/php_codesniffer/autoload.php';
99

1010
// initalize token with INT type, otherwise php-cs-fixer and php-parser breaks
1111
// initalize token with INT type, otherwise php-cs-fixer and php-parser breaks

0 commit comments

Comments
 (0)