Skip to content

Commit 287accb

Browse files
committed
prepare release
1 parent 35251b9 commit 287accb

42 files changed

Lines changed: 118 additions & 112 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# CHANGELOG
22

3+
## 3.16.2 - 2026-04-09
4+
5+
- **Bug Fixes**
6+
- [spiral/boot] Fix `Bootloader::init` methods sorting
7+
- [spiral/boot] Update return type hint for `Kernel::defineAppBootloaders` method
8+
39
## 3.16.1 - 2026-02-23
410

511
- **Bug Fixes**

src/AnnotatedRoutes/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"require": {
3636
"php": ">=8.1",
3737
"spiral/attributes": "^2.8|^3.0",
38-
"spiral/router": "^3.16.1"
38+
"spiral/router": "^3.16.2"
3939
},
4040
"autoload": {
4141
"psr-4": {

src/AuthHttp/composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,16 +34,16 @@
3434
"require": {
3535
"php": ">=8.1",
3636
"ext-json": "*",
37-
"spiral/auth": "^3.16.1",
37+
"spiral/auth": "^3.16.2",
3838
"psr/http-message": "^1.0|^2.0",
3939
"psr/http-server-middleware": "^1.0",
4040
"psr/event-dispatcher": "^1.0"
4141
},
4242
"require-dev": {
4343
"phpunit/phpunit": "^10.5.41",
44-
"spiral/cookies": "^3.16.1",
45-
"spiral/http": "^3.16.1",
46-
"spiral/debug": "^3.16.1",
44+
"spiral/cookies": "^3.16.2",
45+
"spiral/http": "^3.16.2",
46+
"spiral/debug": "^3.16.2",
4747
"nyholm/psr7": "^1.8",
4848
"vimeo/psalm": "^6.0"
4949
},

src/Boot/composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,13 @@
3434
],
3535
"require": {
3636
"php": ">=8.1",
37-
"spiral/core": "^3.16.1",
38-
"spiral/files": "^3.16.1",
39-
"spiral/config": "^3.16.1",
40-
"spiral/debug": "^3.16.1",
41-
"spiral/exceptions": "^3.16.1",
37+
"spiral/core": "^3.16.2",
38+
"spiral/files": "^3.16.2",
39+
"spiral/config": "^3.16.2",
40+
"spiral/debug": "^3.16.2",
41+
"spiral/exceptions": "^3.16.2",
4242
"spiral/attributes": "^2.8|^3.0",
43-
"spiral/events": "^3.16.1"
43+
"spiral/events": "^3.16.2"
4444
},
4545
"require-dev": {
4646
"phpunit/phpunit": "^10.5.41",

src/Bridge/Dotenv/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"require-dev": {
4040
"mockery/mockery": "^1.6.12",
4141
"phpunit/phpunit": "^10.5.41",
42-
"spiral/boot": "^3.16.1",
42+
"spiral/boot": "^3.16.2",
4343
"vimeo/psalm": "^6.0"
4444
},
4545
"autoload": {

src/Bridge/Monolog/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"monolog/monolog": "^2.9.2 || ^3.5"
3838
},
3939
"require-dev": {
40-
"spiral/boot": "^3.16.1",
40+
"spiral/boot": "^3.16.2",
4141
"phpunit/phpunit": "^10.5.41",
4242
"mockery/mockery": "^1.6.12",
4343
"vimeo/psalm": "^6.0"

src/Bridge/Stempler/composer.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34,16 +34,16 @@
3434
],
3535
"require": {
3636
"php": ">=8.1",
37-
"spiral/stempler": "^3.16.1",
38-
"spiral/files": "^3.16.1",
39-
"spiral/config": "^3.16.1",
40-
"spiral/router": "^3.16.1",
41-
"spiral/views": "^3.16.1",
42-
"spiral/core": "^3.16.1"
37+
"spiral/stempler": "^3.16.2",
38+
"spiral/files": "^3.16.2",
39+
"spiral/config": "^3.16.2",
40+
"spiral/router": "^3.16.2",
41+
"spiral/views": "^3.16.2",
42+
"spiral/core": "^3.16.2"
4343
},
4444
"require-dev": {
4545
"phpunit/phpunit": "^10.5.41",
46-
"spiral/boot": "^3.16.1",
46+
"spiral/boot": "^3.16.2",
4747
"spiral/testing": "^2.12",
4848
"mockery/mockery": "^1.6.12",
4949
"vimeo/psalm": "^6.0"

src/Broadcasting/composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@
3838
"psr/http-server-middleware": "^1.0",
3939
"psr/http-factory": "^1.0",
4040
"psr/log": "1 - 3",
41-
"spiral/core": "^3.16.1",
42-
"spiral/config": "^3.16.1",
41+
"spiral/core": "^3.16.2",
42+
"spiral/config": "^3.16.2",
4343
"psr/event-dispatcher": "^1.0"
4444
},
4545
"autoload": {
@@ -50,7 +50,7 @@
5050
"require-dev": {
5151
"mockery/mockery": "^1.6.12",
5252
"phpunit/phpunit": "^10.5.41",
53-
"spiral/boot": "^3.16.1",
53+
"spiral/boot": "^3.16.2",
5454
"vimeo/psalm": "^6.0"
5555
},
5656
"autoload-dev": {

src/Cache/composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@
3434
],
3535
"require": {
3636
"php": ">=8.1",
37-
"spiral/core": "^3.16.1",
38-
"spiral/config": "^3.16.1",
39-
"spiral/files": "^3.16.1",
37+
"spiral/core": "^3.16.2",
38+
"spiral/config": "^3.16.2",
39+
"spiral/files": "^3.16.2",
4040
"psr/simple-cache": "2 - 3",
4141
"psr/event-dispatcher": "^1.0"
4242
},
@@ -46,7 +46,7 @@
4646
}
4747
},
4848
"require-dev": {
49-
"spiral/boot": "^3.16.1",
49+
"spiral/boot": "^3.16.2",
5050
"mockery/mockery": "^1.6.12",
5151
"phpunit/phpunit": "^10.5.41",
5252
"vimeo/psalm": "^6.0"

src/Config/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"require": {
3636
"php": ">=8.1",
3737
"ext-json": "*",
38-
"spiral/core": "^3.16.1"
38+
"spiral/core": "^3.16.2"
3939
},
4040
"require-dev": {
4141
"phpunit/phpunit": "^10.5.41",

0 commit comments

Comments
 (0)