Skip to content

Latest commit

 

History

History
113 lines (64 loc) · 3.19 KB

CHANGELOG.md

File metadata and controls

113 lines (64 loc) · 3.19 KB

Changes in PHPLOC

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

[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: 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