All notable changes in PHPLOC are documented in this file using the Keep a CHANGELOG principles.
- rm use of version dependency, fix php-file-iterator version handling
- Expanded dependencies to handle both PHPUnit 9 and 10.
- Changed PHP version constraint in
composer.json
from^8.1
to^7.4 || ^8.0
- Changed PHP version constraint in
composer.json
from>=7.3
to^8.1
- Changed Namespace from
SebastianBergmann\PHPLOC
toCmgmyr\PHPLOC
- Removed tools and phar build files, added GitHub actions
7.0.2 - 2020-12-07
- Changed PHP version constraint in
composer.json
from^7.3
to>=7.3
7.0.1 - 2020-08-18
- The
--exclude
CLI option was not handled correctly
7.0.0 - 2020-08-13
- 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
- #207:
TypeError
inDOMDocument::createElement()
calls
6.0.1 - 2020-02-27
- #205:
TypeError
inini_set()
calls
6.0.0 - 2020-02-20
- This tool is no longer supported on PHP 7.2
5.0.0 - 2019-03-16
- #182:
"continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"
- This tool is no longer supported on PHP 5.6, PHP 7.0, and PHP 7.1
4.0.1 - 2017-11-18
- This tool is now compatible with Symfony Console 4
4.0.0 - 2017-06-06
- Removed the
--git-repository
option (and the corresponding functionality) - Removed the
--progress
option (and the corresponding functionality)
3.0.1 - 2016-04-25
- #139: Introduction of
T_USE
inAnalyser.php
givesPHP Notice: Undefined index: ccn
- #141:
Undefined index: ccn in phar:///usr/local/bin/phploc/src/Analyser.php on line 507