Skip to content

Commit

Permalink
Bump phpstan to 1.10.*
Browse files Browse the repository at this point in the history
  • Loading branch information
josephscott committed Jan 20, 2024
1 parent 84867bc commit a59d057
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"require-dev": {
"ext-memcached": "*",
"phpstan/phpstan": "^1.7",
"phpstan/phpstan": "^1.10",
"pestphp/pest": "^1.21"
},
"suggest": {
Expand Down

0 comments on commit a59d057

Please sign in to comment.