Skip to content

Commit

Permalink
bump to phpunit ^10.5.38 for latest phpunit 10
Browse files Browse the repository at this point in the history
  • Loading branch information
samsonasik committed Nov 21, 2024
1 parent 4aa8f83 commit 88174ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
DEV_DEPENDENCIES = cakephp/cakephp:5.x-dev \
cakephp/cakephp-codesniffer:^5.0 \
mikey179/vfsstream:^1.6.8 \
phpunit/phpunit:^10.1
phpunit/phpunit:^10.5.38

install-dev:
composer require --dev $(DEV_DEPENDENCIES)
Expand Down

0 comments on commit 88174ac

Please sign in to comment.