Skip to content

Commit

Permalink
Bump pest to 2.30.*
Browse files Browse the repository at this point in the history
  • Loading branch information
josephscott committed Jan 20, 2024
1 parent a59d057 commit 0d40b2b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 0d40b2b

Please sign in to comment.