We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d11477c commit 009b6caCopy full SHA for 009b6ca
CHANGELOG.md
@@ -30,6 +30,8 @@ This project adheres to [Semantic Versioning](https://semver.org/).
30
31
### Deprecated
32
33
+- Support for PHP < 7.2 is deprecated; version 9.0 will require PHP 7.2 or later
34
+ (#1264)
35
- Passing a `string` or `null` to `RuleSet::removeRule()` is deprecated
36
(implementing classes are `AtRuleSet` and `DeclarationBlock`);
37
use `removeMatchingRules()` or `removeAllRules()` instead (#1249)
0 commit comments