File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 11## [ Unreleased]
22
3+ ## [ 3.0.0] - 2021-12-23
4+ * Removed: support for legacy PHP versions (< PHP 7.2.5).
5+ * Added: type declarations to arguments and return values.
6+ * Added: strict typing to all classes.
7+
38## [ 2.0.3] - 2021-12-08
49 * Added: support, type annotations and refactoring for stricter PHPStan analysis.
510
9499 * Break: the following class was renamed:
95100 - ` Composer\XdebugHandler ` -> ` Composer\XdebugHandler\XdebugHandler `
96101
97- [ Unreleased ] : https://github.com/composer/xdebug-handler/compare/2.0.3...HEAD
102+ [ Unreleased ] : https://github.com/composer/xdebug-handler/compare/3.0.0...HEAD
103+ [ 3.0.0 ] : https://github.com/composer/xdebug-handler/compare/2.0.3...3.0.0
98104[ 2.0.3 ] : https://github.com/composer/xdebug-handler/compare/2.0.2...2.0.3
99105[ 2.0.2 ] : https://github.com/composer/xdebug-handler/compare/2.0.1...2.0.2
100106[ 2.0.1 ] : https://github.com/composer/xdebug-handler/compare/2.0.0...2.0.1
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ now extracted and made available as a stand-alone library.
1414
1515Removed support for legacy PHP versions and added type declarations.
1616
17- Long term support for version 2 (PHP 5.3.2 - 7.2.4) follows [ Composer 2.2 LTS] ( https://blog.packagist.com/composer-2-2/] ) policy.
17+ Long term support for version 2 (PHP 5.3.2 - 7.2.4) follows [ Composer 2.2 LTS] ( https://blog.packagist.com/composer-2-2/ ) policy.
1818
1919## Installation
2020
You can’t perform that action at this time.
0 commit comments