Skip to content

Commit 818f84b

Browse files
committed
open 3.13.x-dev
1 parent 47809f7 commit 818f84b

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

composer.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,15 @@
2828
],
2929
"require": {
3030
"php": ">=8.1",
31-
"spiral/stempler": "^3.12",
32-
"spiral/files": "^3.12",
33-
"spiral/config": "^3.12",
34-
"spiral/router": "^3.12",
35-
"spiral/views": "^3.12",
36-
"spiral/core": "^3.12"
31+
"spiral/stempler": "^3.13",
32+
"spiral/files": "^3.13",
33+
"spiral/config": "^3.13",
34+
"spiral/router": "^3.13",
35+
"spiral/views": "^3.13",
36+
"spiral/core": "^3.13"
3737
},
3838
"require-dev": {
39-
"spiral/boot": "^3.12",
39+
"spiral/boot": "^3.13",
4040
"phpunit/phpunit": "^10.1",
4141
"mockery/mockery": "^1.5",
4242
"vimeo/psalm": "^5.9"
@@ -53,7 +53,7 @@
5353
},
5454
"extra": {
5555
"branch-alias": {
56-
"dev-master": "3.12.x-dev"
56+
"dev-master": "3.13.x-dev"
5757
}
5858
},
5959
"config": {

0 commit comments

Comments
 (0)