Skip to content

Commit 156f39b

Browse files
committedNov 8, 2024·
Update to use PHPUnit 10 syntax (#1163)
1 parent 2567374 commit 156f39b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@
3434
],
3535
"require": {
3636
"php": ">=8.1",
37-
"spiral/core": "^3.14.6"
37+
"spiral/core": "^3.15"
3838
},
3939
"require-dev": {
40-
"spiral/boot": "^3.14.6",
40+
"spiral/boot": "^3.15",
4141
"phpunit/phpunit": "^10.1",
4242
"mockery/mockery": "^1.5",
4343
"vimeo/psalm": "^5.9"

0 commit comments

Comments
 (0)
Please sign in to comment.