Skip to content

Commit

Permalink
feat(chore): Update to PHPCSStandards/PHP_CodeSniffer - test for v4
Browse files Browse the repository at this point in the history
  • Loading branch information
michalbundyra committed Nov 9, 2023
1 parent 512ee2b commit ff4927f
Show file tree
Hide file tree
Showing 4 changed files with 171 additions and 32 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
],
"require": {
"php": "^7.3 || ^8.0",
"squizlabs/php_codesniffer": "^3.7.2"
"phpcsstandards/php_codesniffer": "dev-feature/pear-psr2-psr12-functioncallsignature-check-anon-classes as 4.0.0"
},
"require-dev": {
"phpunit/phpunit": "^9.6.13"
Expand All @@ -24,10 +24,10 @@
},
"autoload-dev": {
"files": [
"vendor/squizlabs/php_codesniffer/autoload.php"
"vendor/phpcsstandards/php_codesniffer/autoload.php"
],
"psr-4": {
"PHP_CodeSniffer\\": "vendor/squizlabs/php_codesniffer/src/",
"PHP_CodeSniffer\\": "vendor/phpcsstandards/php_codesniffer/src/",
"WebimpressCodingStandardTest\\": "test/"
}
},
Expand Down
Loading

0 comments on commit ff4927f

Please sign in to comment.