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
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -108,9 +108,16 @@ For more information, visit https://www.gnu.org/copyleft/lesser.html
108
108
109
109
## Changelog
110
110
111
+
### 1.1.2 - 2021-02-16
112
+
113
+
- The recommended version of the [DealerDirect PHPCS Composer plugin] is now `^0.7.0`, which offers compatibility with Composer 2.0.
114
+
- The rulesets are now also tested against PHP 7.4 and 8.0.
115
+
Note: full PHP 7.4 support is only available in combination with PHP_CodeSniffer >= 3.5.6.
116
+
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.
117
+
111
118
### 1.1.1 - 2019-08-29
112
119
113
-
- The recommended version of the DealerDirect PHPCS Composer plugin is now `^0.5.0`.
120
+
- The recommended version of the [DealerDirect PHPCS Composer plugin] is now `^0.5.0`.
114
121
- The rulesets are now also tested against PHP 7.3.
115
122
Note: full PHP 7.3 support is only available in combination with PHP_CodeSniffer 2.9.2 or 3.3.1+ due to an incompatibility within PHP_CodeSniffer itself.
116
123
@@ -122,3 +129,4 @@ For more information, visit https://www.gnu.org/copyleft/lesser.html
122
129
123
130
Initial release containing the PHPCompatibility, PHPCompatibilityJoomla and PHPCompatibilityWP rulesets.
0 commit comments