Skip to content

Commit 7b974f9

Browse files
committed
Changelog for PRs #1, #4 and #5
1 parent f0a4369 commit 7b974f9

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
@@ -105,6 +105,17 @@ The file documents changes to the PHP_CodeSniffer project.
105105

106106
## [Unreleased 3.x]
107107

108+
[Squizlabs/PHP_CodeSniffer](https://github.com/squizlabs/PHP_CodeSniffer) is dead. Long live [PHPCSStandards/PHP_CodeSniffer](https://github.com/PHPCSStandards/PHP_CodeSniffer)!
109+
110+
### Breaking Changes
111+
- The `squizlabs/PHP_CodeSniffer` repository has been abandoned. This repository will serve as the continuation of the project.
112+
- Composer users will need to `require-dev` the `phpcsstandards/php_codesniffer` package instead.
113+
- PHIVE users may need to clear the PHIVE URL cache.
114+
- 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/`.
115+
- 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`.
116+
- Installation of PHP_CodeSniffer via PEAR is no longer supported.
117+
- Note: this does not affect the PEAR sniffs.
118+
108119
### Added
109120
- Added support for readonly classes to File::getClassProperties() through a new is_readonly array index in the return value
110121
- Thanks to Juliette Reinders Folmer (@jrfnl) for the patch

0 commit comments

Comments
 (0)