Skip to content

Commit 5e39e9c

Browse files
Update squizlabs/php_codesniffer requirement from ^2.5 to ^4.0
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@2.5.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 6b12920 commit 5e39e9c

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
@@ -26,7 +26,7 @@
2626
"require-dev": {
2727
"ext-curl": "*",
2828
"phpunit/phpunit": "^9.5|^10.0|^11.0",
29-
"squizlabs/php_codesniffer": "^2.5",
29+
"squizlabs/php_codesniffer": "^4.0",
3030
"orchestra/testbench": "^4.18|^6.21|^8.0|^9.0|^10.0",
3131
"mockery/mockery": "^1.3"
3232
},

0 commit comments

Comments
 (0)