You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-6Lines changed: 7 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -89,17 +89,18 @@ All code within the PHPCompatibility organisation is released under the GNU Less
89
89
90
90
## Changelog
91
91
92
-
### 2.0.0 - 2025-xx-xx
92
+
### 2.0.0-alpha1 - 2025-xx-xx
93
93
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.
96
96
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).
98
98
* The [Composer PHPCS plugin] will now be installed automatically to register PHPCompatibility and other external standards with PHP_CodeSniffer.
99
99
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.
101
101
* 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.
0 commit comments