Skip to content

Commit 7b103ed

Browse files
committed
Changelog for PRs #1, #4 and #5
1 parent 3ed064f commit 7b103ed

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@ The file documents changes to the PHP_CodeSniffer project.
33

44
## [Unreleased]
55

6+
[Squizlabs/PHP_CodeSniffer](https://github.com/squizlabs/PHP_CodeSniffer) is dead. Long live [PHPCSStandards/PHP_CodeSniffer](https://github.com/PHPCSStandards/PHP_CodeSniffer)!
7+
8+
### Breaking Changes
9+
- The `squizlabs/PHP_CodeSniffer` repository has been abandoned. This repository will serve as the continuation of the project.
10+
- Composer users will need to `require-dev` the `phpcsstandards/php_codesniffer` package instead.
11+
- PHIVE users may need to clear the PHIVE URL cache.
12+
- PHIVE users who don't use the package alias, but refer to the package URL, will need to update the URL from `https://squizlabs.github.io/PHP_CodeSniffer/phars/` to `https://phars.phpcodesniffer.com/phars/`.
13+
- Users who download the PHAR files using curl or wget, will need to update the URL from `https://squizlabs.github.io/PHP_CodeSniffer/[phpcs|phpcbf].phar` to `https://phars.phpcodesniffer.com/[phpcs|phpcbf].phar`.
14+
- Installation of PHP_CodeSniffer via PEAR is no longer supported.
15+
- Note: this does not affect the PEAR sniffs.
16+
617
### Added
718
- Added support for readonly classes to File::getClassProperties() through a new is_readonly array index in the return value
819
- Thanks to Juliette Reinders Folmer (@jrfnl) for the patch

0 commit comments

Comments
 (0)