Skip to content

Commit

Permalink
Merge pull request #306 from jrfnl/feature/update-for-1.0-release-of-…
Browse files Browse the repository at this point in the history
…composer-phpcs-plugin

Composer: allow for the 1.0.0 version of the Composer PHPCS plugin
  • Loading branch information
greg0ire committed Jan 6, 2023
2 parents fade017 + 320ecf4 commit eec72ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
],
"require": {
"php": "^7.2 || ^8.0",
"dealerdirect/phpcodesniffer-composer-installer": "^0.6.2 || ^0.7",
"dealerdirect/phpcodesniffer-composer-installer": "^0.6.2 || ^0.7 || ^1.0.0",
"slevomat/coding-standard": "^8.6.2",
"squizlabs/php_codesniffer": "^3.7"
},
Expand Down

0 comments on commit eec72ad

Please sign in to comment.