Skip to content

Commit

Permalink
Composer: update the suggestion version of the Composer PHPCS plugin
Browse files Browse the repository at this point in the history
The Composer PHPCS plugin has released its 1.0.0 version. 🎉

Ref: https://github.com/PHPCSStandards/composer-installer/releases/tag/v1.0.0
  • Loading branch information
jrfnl committed Jan 2, 2023
1 parent 9bfb441 commit 41f9e31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@
"phpcompatibility/phpcompatibility-paragonie" : "^1.0"
},
"require-dev" : {
"dealerdirect/phpcodesniffer-composer-installer": "^0.7"
"dealerdirect/phpcodesniffer-composer-installer": "^1.0"
},
"suggest" : {
"dealerdirect/phpcodesniffer-composer-installer": "^0.7 || This Composer plugin will sort out the PHP_CodeSniffer 'installed_paths' automatically."
"dealerdirect/phpcodesniffer-composer-installer": "^1.0 || This Composer plugin will sort out the PHP_CodeSniffer 'installed_paths' automatically."
},
"prefer-stable" : true
}

0 comments on commit 41f9e31

Please sign in to comment.