Skip to content

Commit 30dc1d3

Browse files
committed
Composer: update the suggestion version of the Composer PHPCS plugin
The Composer PHPCS plugin has released its 1.0.0 version. 🎉 Ref: https://github.com/PHPCSStandards/composer-installer/releases/tag/v1.0.0
1 parent dce81a2 commit 30dc1d3

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
"phpcompatibility/phpcompatibility-symfony" : "*"
2727
},
2828
"suggest" : {
29-
"dealerdirect/phpcodesniffer-composer-installer": "^0.7 || This Composer plugin will sort out the PHP_CodeSniffer 'installed_paths' automatically.",
29+
"dealerdirect/phpcodesniffer-composer-installer": "^1.0 || This Composer plugin will sort out the PHP_CodeSniffer 'installed_paths' automatically.",
3030
"roave/security-advisories": "dev-master || Helps prevent installing dependencies with known security issues."
3131
},
3232
"prefer-stable" : true

0 commit comments

Comments
 (0)