Skip to content

Commit d759601

Browse files
[dependabot][dev][composer] - (deps-dev): Update squizlabs/php_codesniffer requirement || ^4.0
Updates the requirements on [squizlabs/php_codesniffer](https://github.com/PHPCSStandards/PHP_CodeSniffer) to permit the latest version. Updates `squizlabs/php_codesniffer` to 4.0.0 - [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.5.0...4.0.0) --- updated-dependencies: - dependency-name: squizlabs/php_codesniffer dependency-version: 4.0.0 dependency-type: direct:development dependency-group: dev-majors ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6a8c455 commit d759601

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
@@ -42,7 +42,7 @@
4242
"phpspec/prophecy": "^1.15",
4343
"phpspec/prophecy-phpunit": "^2.0",
4444
"phpunit/phpunit": "^9.6",
45-
"squizlabs/php_codesniffer": "^3.5",
45+
"squizlabs/php_codesniffer": "^3.5 || ^4.0",
4646
"yoanm/php-unit-extended": "^2.0"
4747
},
4848
"config": {

0 commit comments

Comments
 (0)