Skip to content

Latest commit

 

History

History
90 lines (52 loc) · 2.71 KB

ChangeLog.md

File metadata and controls

90 lines (52 loc) · 2.71 KB

Changes in PHPLOC

All notable changes in PHPLOC are documented in this file using the Keep a CHANGELOG principles.

[8.0.0] - 2025-04-11

  • [2025-04-11 13:02:04 CDT] Added support for PHPUnit v10.

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: TypeError in DOMDocument::createElement() calls

6.0.1 - 2020-02-27

Fixed

  • #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: "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: Introduction of T_USE in Analyser.php gives PHP Notice: Undefined index: ccn
  • #141: Undefined index: ccn in phar:///usr/local/bin/phploc/src/Analyser.php on line 507

Fixed

3.0.0 - 2016-01-13