Skip to content

Commit 5eb5b7d

Browse files
committed
Update phpunit syntax to use attributes instead of annotations (#1210)
1 parent 9c8e758 commit 5eb5b7d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@
3434
],
3535
"require": {
3636
"php": ">=8.1",
37-
"spiral/core": "^3.15.1"
37+
"spiral/core": "^3.16"
3838
},
3939
"require-dev": {
40-
"spiral/boot": "^3.15.1",
40+
"spiral/boot": "^3.16",
4141
"phpunit/phpunit": "^10.5.41",
4242
"mockery/mockery": "^1.6.12",
4343
"vimeo/psalm": "^6.0"
@@ -54,7 +54,7 @@
5454
},
5555
"extra": {
5656
"branch-alias": {
57-
"dev-master": "3.15.x-dev"
57+
"dev-master": "3.16.x-dev"
5858
}
5959
},
6060
"config": {

0 commit comments

Comments
 (0)