Skip to content

Commit

Permalink
Flip to phpcsstandards (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasVotruba authored Dec 2, 2023
1 parent ff41218 commit acb4d35
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"symplify/rule-doc-generator-contracts": "^11.1"
},
"require-dev": {
"symplify/easy-coding-standard": "^12.0.8",
"squizlabs/php_codesniffer": "^3.7.2",
"symplify/easy-coding-standard": "^12.0.11",
"phpcsstandards/php_codesniffer": "^3.7.2",
"phpunit/phpunit": "^10.2",
"symplify/rule-doc-generator": "^12.0",
"phpstan/extension-installer": "^1.3",
Expand Down
2 changes: 1 addition & 1 deletion tests/bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
use PHP_CodeSniffer\Util\Tokens;

require_once __DIR__ . '/../vendor/autoload.php';
require_once __DIR__ . '/../vendor/squizlabs/php_codesniffer/autoload.php';
require_once __DIR__ . '/../vendor/phpcsstandards/php_codesniffer/autoload.php';

// initalize token with INT type, otherwise php-cs-fixer and php-parser breaks
// initalize token with INT type, otherwise php-cs-fixer and php-parser breaks
Expand Down

0 comments on commit acb4d35

Please sign in to comment.