diff --git a/README.md b/README.md index c7e3618..37ae0a2 100644 --- a/README.md +++ b/README.md @@ -26,8 +26,8 @@ Convenience package to install all the external PHP_CodeSniffer rulesets which t ## Requirements -* PHP 5.3+ for use with [PHP_CodeSniffer](https://github.com/squizlabs/PHP_CodeSniffer) 2.3.0+. -* PHP 5.4+ for use with [PHP_CodeSniffer](https://github.com/squizlabs/PHP_CodeSniffer) 3.0.2+. +* PHP 5.3+ for use with [PHP_CodeSniffer](https://github.com/PHPCSStandards/PHP_CodeSniffer) 2.3.0+. +* PHP 5.4+ for use with [PHP_CodeSniffer](https://github.com/PHPCSStandards/PHP_CodeSniffer) 3.0.2+. * [Composer](https://getcomposer.org/) Use the latest stable release of PHP_CodeSniffer for the best results. diff --git a/composer.json b/composer.json index 5fe7d68..b8791f7 100644 --- a/composer.json +++ b/composer.json @@ -26,7 +26,7 @@ "phpcompatibility/phpcompatibility-symfony" : "*" }, "suggest" : { - "dealerdirect/phpcodesniffer-composer-installer": "^1.0 || This Composer plugin will sort out the PHP_CodeSniffer 'installed_paths' automatically.", + "dealerdirect/phpcodesniffer-composer-installer": "^1.0.1 || This Composer plugin will sort out the PHP_CodeSniffer 'installed_paths' automatically.", "roave/security-advisories": "dev-master || Helps prevent installing dependencies with known security issues." }, "prefer-stable" : true