Skip to content

Commit 09574c2

Browse files
chore(deps)(deps-dev): update squizlabs/php_codesniffer requirement
Updates the requirements on [squizlabs/php_codesniffer](https://github.com/PHPCSStandards/PHP_CodeSniffer) to permit the latest version. - [Release notes](https://github.com/PHPCSStandards/PHP_CodeSniffer/releases) - [Changelog](https://github.com/PHPCSStandards/PHP_CodeSniffer/blob/4.x/CHANGELOG-4.x.md) - [Commits](PHPCSStandards/PHP_CodeSniffer@3.6.0...4.0.0) --- updated-dependencies: - dependency-name: squizlabs/php_codesniffer dependency-version: 4.0.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8747d4b commit 09574c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"require-dev": {
2323
"phpunit/phpunit": "^10.5 || ^11.0",
2424
"orchestra/testbench": "^8.0 || ^9.0 || ^10.0",
25-
"squizlabs/php_codesniffer": "^3.6",
25+
"squizlabs/php_codesniffer": "^4.0",
2626
"mockery/mockery": "^1.6"
2727
},
2828
"autoload": {

0 commit comments

Comments
 (0)