# Changes in PHPLOC

All notable changes in PHPLOC are documented in this file using the [Keep a CHANGELOG](http://keepachangelog.com/) principles.

## [8.0.4] - 2024-10-31

### Changed

* Bump dependencies

## [8.0.3] - 2023-08-05

### Changed

* rm use of version dependency, fix php-file-iterator version handling

## [8.0.2] - 2023-03-19

### Changed

* Expanded dependencies to handle both PHPUnit 9 and 10.

## [8.0.1] - 2023-03-17

### Changed

* Changed PHP version constraint in `composer.json` from `^8.1` to `^7.4 || ^8.0`

## [8.0.0] - 2023-02-23

### Changed

* Changed PHP version constraint in `composer.json` from `>=7.3` to `^8.1`
* Changed Namespace from `SebastianBergmann\PHPLOC` to `Cmgmyr\PHPLOC`
* Removed tools and phar build files, added GitHub actions

## [7.0.2] - 2020-12-07

### Changed

* Changed PHP version constraint in `composer.json` from `^7.3` to `>=7.3`

## [7.0.1] - 2020-08-18

### Fixed

* The `--exclude` CLI option was not handled correctly

## [7.0.0] - 2020-08-13

### Removed

* The `--names` CLI option has been removed; use the `--suffix` CLI option instead
* The `--names-exclude` CLI option has been removed; use the `--exclude` CLI option instead

## [6.0.2] - 2020-02-28

### Fixed

* [#207](https://github.com/sebastianbergmann/phploc/issues/207): `TypeError` in `DOMDocument::createElement()` calls

## [6.0.1] - 2020-02-27

### Fixed

* [#205](https://github.com/sebastianbergmann/phploc/pull/205): `TypeError` in `ini_set()` calls

## [6.0.0] - 2020-02-20

### Removed

* This tool is no longer supported on PHP 7.2

## [5.0.0] - 2019-03-16

### Fixed

* [#182](https://github.com/sebastianbergmann/phploc/pull/182): `"continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"`

### Removed

* This tool is no longer supported on PHP 5.6, PHP 7.0, and PHP 7.1

## [4.0.1] - 2017-11-18

### Changed

* This tool is now compatible with Symfony Console 4

## [4.0.0] - 2017-06-06

### Removed

* Removed the `--git-repository` option (and the corresponding functionality)
* Removed the `--progress` option (and the corresponding functionality)

## [3.0.1] - 2016-04-25

### Fixed

* [#139](https://github.com/sebastianbergmann/phploc/issues/139): Introduction of `T_USE` in `Analyser.php` gives `PHP Notice: Undefined index: ccn`
* [#141](https://github.com/sebastianbergmann/phploc/issues/141): `Undefined index: ccn in phar:///usr/local/bin/phploc/src/Analyser.php on line 507`

### Fixed

## [3.0.0] - 2016-01-13

[7.0.2]: https://github.com/sebastianbergmann/phploc/compare/7.0.1...7.0.2
[7.0.1]: https://github.com/sebastianbergmann/phploc/compare/7.0.0...7.0.1
[7.0.0]: https://github.com/sebastianbergmann/phploc/compare/6.0.2...7.0.0
[6.0.2]: https://github.com/sebastianbergmann/phploc/compare/6.0.1...6.0.2
[6.0.1]: https://github.com/sebastianbergmann/phploc/compare/6.0.0...6.0.1
[6.0.0]: https://github.com/sebastianbergmann/phploc/compare/5.0.0...6.0.0
[5.0.0]: https://github.com/sebastianbergmann/phploc/compare/4.0.1...5.0.0
[4.0.1]: https://github.com/sebastianbergmann/phploc/compare/4.0.0...4.0.1
[4.0.0]: https://github.com/sebastianbergmann/phploc/compare/3.0...4.0.0
[3.0.1]: https://github.com/sebastianbergmann/phploc/compare/3.0.0...3.0.1
[3.0.0]: https://github.com/sebastianbergmann/phploc/compare/2.1.5...3.0.0

