Skip to content

Commit c30b746

Browse files
committed
v0.6.0
There are next changes: - Update minimum php version from 7.4 to 8.1 (#44) - Remove psalm, now phpstan is used (#44)
1 parent 3d85215 commit c30b746

1 file changed

Lines changed: 8 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,12 @@
33
### [Unreleased]
44

55
There are next changes:
6-
- Update minimum php version from 7.4 to 8.1
7-
- Remove psalm, now phpstan is used
6+
7+
### [v0.6.0]
8+
9+
There are next changes:
10+
- Update minimum php version from 7.4 to 8.1 ([#44](https://github.com/mougrim/php-xdebug-proxy/pull/44))
11+
- Remove psalm, now phpstan is used ([#44](https://github.com/mougrim/php-xdebug-proxy/pull/44))
812

913
### [v0.5.1]
1014

@@ -83,7 +87,8 @@ There are next changes:
8387
- `\Mougrim\XdebugProxy\RequestPreparer\RequestPreparer` methods can throw `\Mougrim\XdebugProxy\RequestPreparer\Error` and `\Mougrim\XdebugProxy\RequestPreparer\Exception` if there is some problem ([#7](https://github.com/mougrim/php-xdebug-proxy/pull/7))
8488
- now `\Mougrim\XdebugProxy\Factory\Factory::createRequestPreparers()` accepts `$logger` param and also can throw `\Mougrim\XdebugProxy\RequestPreparer\Error` and `\Mougrim\XdebugProxy\RequestPreparer\Exception` if there is some problem ([#7](https://github.com/mougrim/php-xdebug-proxy/pull/7))
8589

86-
[unreleased]: https://github.com/mougrim/php-xdebug-proxy/compare/0.5.1...HEAD
90+
[unreleased]: https://github.com/mougrim/php-xdebug-proxy/compare/0.6.0...HEAD
91+
[v0.6.0]: https://github.com/mougrim/php-xdebug-proxy/compare/0.5.1...0.6.0
8792
[v0.5.1]: https://github.com/mougrim/php-xdebug-proxy/compare/0.5.0...0.5.1
8893
[v0.5.0]: https://github.com/mougrim/php-xdebug-proxy/compare/0.4.1...0.5.0
8994
[v0.4.1]: https://github.com/mougrim/php-xdebug-proxy/compare/0.4.0...0.4.1

0 commit comments

Comments
 (0)