Skip to content

Commit eec72ad

Browse files
authored
Merge pull request #306 from jrfnl/feature/update-for-1.0-release-of-composer-phpcs-plugin
Composer: allow for the 1.0.0 version of the Composer PHPCS plugin
2 parents fade017 + 320ecf4 commit eec72ad

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
@@ -23,7 +23,7 @@
2323
],
2424
"require": {
2525
"php": "^7.2 || ^8.0",
26-
"dealerdirect/phpcodesniffer-composer-installer": "^0.6.2 || ^0.7",
26+
"dealerdirect/phpcodesniffer-composer-installer": "^0.6.2 || ^0.7 || ^1.0.0",
2727
"slevomat/coding-standard": "^8.6.2",
2828
"squizlabs/php_codesniffer": "^3.7"
2929
},

0 commit comments

Comments
 (0)