Skip to content

Commit e072ac4

Browse files
committed
Update changelog
1 parent be3c6ac commit e072ac4

1 file changed

Lines changed: 7 additions & 6 deletions

File tree

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -89,17 +89,18 @@ All code within the PHPCompatibility organisation is released under the GNU Less
8989

9090
## Changelog
9191

92-
### 2.0.0 - 2025-xx-xx
92+
### 2.0.0-alpha1 - 2025-xx-xx
9393

94-
* Composer: The PHPCompatibility dependency has been updated to the recently released new major version.
95-
Note: in rare cases, this means that custom `<exclude>` rules in a project's `[.]phpcs.xml[.dist]` configuration file may needs to be updated.
94+
* Composer: The PHPCompatibility dependency has been updated to the recently released 10.0.0-alpha1 version.
95+
Note: in select cases, this means that custom `<exclude>` rules in a project's `[.]phpcs.xml[.dist]` configuration file may needs to be updated.
9696
Along the same lines, selective `// phpcs:ignore` comments used inline may need to be updated with the new sniff code(s).
97-
For full information on these kind of changes, please refer to the [changelog for PHPCompatibility 10.0.0](https://github.com/PHPCompatibility/PHPCompatibility/releases/tag/10.0.0).
97+
For full information on these kind of changes, please refer to the [Upgrade guide for PHPCompatibility 10.0.0](https://github.com/PHPCompatibility/PHPCompatibility/wiki/Upgrading-to-PHPCompatibility-10.0).
9898
* The [Composer PHPCS plugin] will now be installed automatically to register PHPCompatibility and other external standards with PHP_CodeSniffer.
9999
If you have a `require-dev` in place for this plugin in your own `composer.json`, it is strongly recommended to remove this to prevent conflicting version constraints.
100-
If you previously used another Composer plugin or manually set the `installed_paths` configuration, it is recommended you remove this in favour of letting the [Composer PHPCS plugin] handle this.
100+
If you previously used another Composer plugin, manually set the `installed_paths` configuration, or set the `installed_paths` in your `[.]phpcs.xml[.dist]` configuration file, it is recommended you remove this in favour of letting the [Composer PHPCS plugin] handle this.
101101
* Support for PHP 5.3 has been dropped. The new minimum supported PHP version is 5.4.
102-
* Support for PHP_CodeSniffer < 3.11.0 has been dropped.
102+
* Support for PHP_CodeSniffer 4.0 has been added.
103+
* Support for PHP_CodeSniffer < 3.13.3 has been dropped.
103104

104105
### 1.0.6 - 2025-10-18
105106

0 commit comments

Comments
 (0)