Skip to content

Commit 009b6ca

Browse files
authored
[TASK] Add changelog note that PHP < 7.2 is deprecated (#1264)
1 parent d11477c commit 009b6ca

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ This project adheres to [Semantic Versioning](https://semver.org/).
3030

3131
### Deprecated
3232

33+
- Support for PHP < 7.2 is deprecated; version 9.0 will require PHP 7.2 or later
34+
(#1264)
3335
- Passing a `string` or `null` to `RuleSet::removeRule()` is deprecated
3436
(implementing classes are `AtRuleSet` and `DeclarationBlock`);
3537
use `removeMatchingRules()` or `removeAllRules()` instead (#1249)

0 commit comments

Comments
 (0)