Skip to content

Commit 02022f4

Browse files
committed
prepare release
1 parent 5ca9fb4 commit 02022f4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,16 +34,16 @@
3434
],
3535
"require": {
3636
"php": ">=8.1",
37-
"spiral/core": "^3.16",
38-
"spiral/hmvc": "^3.16"
37+
"spiral/core": "^3.15.7",
38+
"spiral/hmvc": "^3.15.7"
3939
},
4040
"autoload": {
4141
"psr-4": {
4242
"Spiral\\Security\\": "src"
4343
}
4444
},
4545
"require-dev": {
46-
"spiral/console": "^3.16",
46+
"spiral/console": "^3.15.7",
4747
"phpunit/phpunit": "^10.5.41",
4848
"mockery/mockery": "^1.6.12",
4949
"vimeo/psalm": "^6.0"
@@ -55,7 +55,7 @@
5555
},
5656
"extra": {
5757
"branch-alias": {
58-
"dev-master": "3.16.x-dev"
58+
"dev-master": "3.15.x-dev"
5959
}
6060
},
6161
"config": {

0 commit comments

Comments
 (0)