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
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -115,6 +115,12 @@ All code within the PHPCompatibility organisation is released under the GNU Less
115
115
116
116
## Changelog
117
117
118
+
### 1.0.1 - 2018-12-16
119
+
120
+
* Prevent false positives when the ruleset is run over the code of the polyfills themselves.
121
+
* The rulesets are now also tested against PHP 7.3.
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.
123
+
118
124
### 1.0.0 - 2018-10-07
119
125
120
126
Initial release of PHPCompatibilitySymfony containing rulesets covering the `polyfill-php*` libraries.
0 commit comments