Skip to content
/ sendit Public

Commit dc25fe1

Browse files
committed
Hotfixes from 3.15.8 (#1226)
1 parent c415db9 commit dc25fe1

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
@@ -35,19 +35,19 @@
3535
"require": {
3636
"php": ">=8.1",
3737
"ext-json": "*",
38-
"spiral/core": "^3.15.8",
39-
"spiral/queue": "^3.15.8",
40-
"spiral/logger": "^3.15.8",
41-
"spiral/mailer": "^3.15.8",
42-
"spiral/views": "^3.15.8",
38+
"spiral/core": "^3.16",
39+
"spiral/queue": "^3.16",
40+
"spiral/logger": "^3.16",
41+
"spiral/mailer": "^3.16",
42+
"spiral/views": "^3.16",
4343
"symfony/mailer": "^5.4.45 || ^6.4.17 || ^7.2",
4444
"psr/event-dispatcher": "^1.0"
4545
},
4646
"require-dev": {
4747
"phpunit/phpunit": "^10.5.41",
4848
"mockery/mockery": "^1.6.12",
49-
"spiral/boot": "^3.15.8",
50-
"spiral/stempler-bridge": "^3.15.8",
49+
"spiral/boot": "^3.16",
50+
"spiral/stempler-bridge": "^3.16",
5151
"spiral/testing": "^2.8.3",
5252
"vimeo/psalm": "^6.0"
5353
},
@@ -63,7 +63,7 @@
6363
},
6464
"extra": {
6565
"branch-alias": {
66-
"dev-master": "3.15.x-dev"
66+
"dev-master": "3.16.x-dev"
6767
}
6868
},
6969
"config": {

0 commit comments

Comments
 (0)