Skip to content

Commit ec6aa89

Browse files
committed
Prepare 3.0.0
1 parent 4e93fd1 commit ec6aa89

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
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

@@ -94,7 +99,8 @@
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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ now extracted and made available as a stand-alone library.
1414

1515
Removed 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

0 commit comments

Comments
 (0)