diff --git a/CHANGELOG.md b/CHANGELOG.md index 996a96b..c70bc59 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ ## ???? - Bump workerman to 4.1.* - Bump phpstan to 1.10.* +- Bump pest to 2.30.* - [#3](https://github.com/josephscott/marmerine/pull/3) @joanhey - Call time() instead of microtime() for uptime tracking - [#4](https://github.com/josephscott/marmerine/pull/4) @joanhey - Track Marmerine version as a constant - [#5](https://github.com/josephscott/marmerine/pull/5) @joanhey - Use static anonymous functions, provides a small memory improvement diff --git a/composer.json b/composer.json index bca07d7..22d3b74 100644 --- a/composer.json +++ b/composer.json @@ -10,7 +10,7 @@ "require-dev": { "ext-memcached": "*", "phpstan/phpstan": "^1.10", - "pestphp/pest": "^1.21" + "pestphp/pest": "^2.30" }, "suggest": { "ext-event": "Better for PHP workerman performance"