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
+10-1Lines changed: 10 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -98,6 +98,13 @@ All code within the PHPCompatibility organisation is released under the GNU Less
98
98
99
99
## Changelog
100
100
101
+
### 1.3.1 - 2021-02-15
102
+
103
+
- The recommended version of the [Composer PHPCS plugin] is now `^0.7.0`, which offers compatibility with Composer 2.0.
104
+
- The rulesets are now also tested against PHP 7.4 and 8.0.
105
+
Note: full PHP 7.4 support is only available in combination with PHP_CodeSniffer 3.5.6.
106
+
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.
107
+
101
108
### 1.3.0 - 2019-11-04
102
109
103
110
* Ruleset update for full compatibility with version [`1.12.0` of `sodium_compat`](https://github.com/paragonie/sodium_compat/releases/tag/v1.12.0).
@@ -110,7 +117,7 @@ All code within the PHPCompatibility organisation is released under the GNU Less
110
117
111
118
* The `PHPCompatibilityParagonieSodiumCompat` ruleset has been updated to account for the latest changes in the `sodium_compat` polyfill.
112
119
* Prevent false positives when the ruleset is run over the code of the `sodium_compat` polyfill itself.
113
-
* Composer: The recommended version of the [Composer PHPCS plugin](https://github.com/Dealerdirect/phpcodesniffer-composer-installer/) has been upped to `^0.5.0`.
120
+
* Composer: The recommended version of the [Composer PHPCS plugin] has been upped to `^0.5.0`.
114
121
* CI: Improved integration test for the `SodiumCompat` ruleset.
115
122
* CI: Added early warning system for false positives due to changes in the polyfill libraries themselves.
116
123
@@ -123,3 +130,5 @@ All code within the PHPCompatibility organisation is released under the GNU Less
123
130
### 1.0.0 - 2018-10-07
124
131
125
132
Initial release of PHPCompatibilityParagonie containing rulesets covering the `random_compat` and `sodium_compat` polyfill libraries.
0 commit comments