File tree Expand file tree Collapse file tree 1 file changed +13
-2
lines changed Expand file tree Collapse file tree 1 file changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -118,11 +118,20 @@ All code within the PHPCompatibility organisation is released under the GNU Less
118118
119119## Changelog
120120
121+ ### 1.2.1 - 2022-10-23
122+
123+ * ` PHPCompatibilitySymfonyPolyfillPHP80 ` ruleset: allow for polyfilled ` PhpToken ` class, which was added in ` polyfill-php80 ` version ` 1.25.0 ` .
124+ * README: Updated the installation instructions for [ compatibility with Composer >= 2.2] [ composer22announce ] .
125+ * Composer: The package will now identify itself as a static analysis tool. Thanks [ @GaryJones ] !
126+ * Other housekeeping and minor documentation updates.
127+
128+ [ composer22announce ] : https://blog.packagist.com/composer-2-2/#more-secure-plugin-execution
129+
121130### 1.2.0 - 2021-02-16
122131
123132* Added new ` PHPCompatibilitySymfonyPolyfillPHP80 ` ruleset.
124133* The recommended version of the [ Composer PHPCS plugin] is now ` ^0.7.0 ` , which offers compatibility with Composer 2.0.
125- * The ruleset is now also tested against PHP 7.4 and 8.0.
134+ * The rulesets are now also tested against PHP 7.4 and 8.0.
126135 Note: full PHP 7.4 support is only available in combination with PHP_CodeSniffer >= 3.5.6.
127136 Note: runtime PHP 8.0 support is only available in combination with PHP_CodeSniffer >= 3.5.7, full support is expected in PHP_CodeSniffer 3.6.0.
128137
@@ -157,4 +166,6 @@ All code within the PHPCompatibility organisation is released under the GNU Less
157166
158167Initial release of PHPCompatibilitySymfony containing rulesets covering the ` polyfill-php* ` libraries.
159168
160- [ Composer PHPCS plugin ] : https://github.com/Dealerdirect/phpcodesniffer-composer-installer/
169+ [ Composer PHPCS plugin ] : https://github.com/PHPCSStandards/composer-installer/
170+
171+ [ @GaryJones ] : https://github.com/GaryJones
You can’t perform that action at this time.
0 commit comments