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: CHANGELOG.md
+16-6Lines changed: 16 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,16 @@ This projects adheres to [Keep a CHANGELOG](http://keepachangelog.com/) and uses
10
10
_Nothing yet._
11
11
12
12
13
-
## 1.1.3 - 2021-12-23
13
+
## [1.1.4] - 2022-04-21
14
+
15
+
### Changed
16
+
- A few PHP 8.1 token constant error codes for the `PHPCompatibility.Constants.NewConstants` sniff have been excluded as the constants have been backfilled by PHPCS.
17
+
- README: Updated the installation instructions for [compatibility with Composer 2.2][composer22announce].
18
+
- Various other housekeeping and minor documentation updates.
- Updated the version constraints for [PHP_CodeSniffer] to `^3.6.2`.
@@ -19,18 +28,18 @@ _Nothing yet._
19
28
### Fixed
20
29
- To prevent conflicting expectations between a newly introduced PSR12 sniff and this ruleset as it was, the new `PSR12.Classes.OpeningBraceSpace` sniff will be ignored.
21
30
22
-
## 1.1.2 - 2020-12-01
31
+
## [1.1.2] - 2020-12-01
23
32
24
33
### Changed
25
-
-The few more token constant error codes for the `PHPCompatibility.Constants.NewConstants` sniff are excluded as the constants have been backfilled by PHPCS.
34
+
-A few more token constant error codes for the `PHPCompatibility.Constants.NewConstants` sniff are excluded as the constants have been backfilled by PHPCS.
26
35
27
-
## 1.1.1 - 2020-09-03
36
+
## [1.1.1] - 2020-09-03
28
37
29
38
### Changed
30
-
-The few more token constant error codes for the `PHPCompatibility.Constants.NewConstants` and `PHPCompatibility.Constants.RemovedConstants` sniffs are excluded as the constants are, or soon will be, backfilled by PHPCS.
39
+
-A few more token constant error codes for the `PHPCompatibility.Constants.NewConstants` and `PHPCompatibility.Constants.RemovedConstants` sniffs are excluded as the constants are, or soon will be, backfilled by PHPCS.
31
40
- Updated the version constraints for the [PHPCompatibility] standard to allow for installing version `10.0` (currently in dev).
32
41
33
-
## 1.1.0 - 2020-09-03
42
+
## [1.1.0] - 2020-09-03
34
43
35
44
### Added
36
45
- Short array syntax is now required by default via the `Generic.Arrays.DisallowLongArraySyntax` sniff.
0 commit comments