8000 Temporarily fix PHPUnit version · laravel/lumen-framework@659adf9 · GitHub
[go: up one dir, main page]

Skip to content

Commit 659adf9

Browse files
committed
Temporarily fix PHPUnit version
1 parent 4c42c07 commit 659adf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
},
5555
"require-dev": {
5656
"mockery/mockery": "^1.4.4",
57-
"phpunit/phpunit": "^10.0"
57+
"phpunit/phpunit": "10.5.3"
5858
},
5959
"suggest": {
6060
"laravel/tinker": "Required to use the tinker console command (^2.7).",

0 commit comments

Comments
 (0)
0