diff --git a/CHANGELOG.md b/CHANGELOG.md index e9d8b45..996a96b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,8 @@ # Changelog ## ???? -- Bump workerman to 4.1.5 -- Bump phpstan to 1.8.0 +- Bump workerman to 4.1.* +- Bump phpstan to 1.10.* - [#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 038a10f..bca07d7 100644 --- a/composer.json +++ b/composer.json @@ -9,7 +9,7 @@ }, "require-dev": { "ext-memcached": "*", - "phpstan/phpstan": "^1.7", + "phpstan/phpstan": "^1.10", "pestphp/pest": "^1.21" }, "suggest": {