Releases: composer/xdebug-handler
Releases · composer/xdebug-handler
3.0.5
3.0.4
- Added: Functional tests.
- Fixed: Incompatibility with PHPUnit 10.
3.0.3
- Added: support for composer/pcre versions 2 and 3.
3.0.2
- Fixed: regression in 3.0.1 affecting Xdebug 2.
2.0.5
- Fixed: regression in 2.0.4 affecting Xdebug 2.
3.0.1
- Fixed: error when calling
isXdebugActive
before class instantiation.
2.0.4
- Fixed: allow calling
isXdebugActive
before class instantiation.
3.0.0
- Removed: support for legacy PHP versions (< PHP 7.2.5).
- Added: type declarations to arguments and return values.
- Added: strict typing to all classes.
2.0.3
- Added: support, type annotations and refactoring for stricter PHPStan analysis.
2.0.2
- Added: support for
xdebug_info('mode')
in Xdebug 3.1. - Added: support for Psr\Log versions 2 and 3.
- Fixed: remove ini directives from non-cli HOST/PATH sections.