Skip to content

Commit 82b183b

Browse files
committed
prepare release
1 parent f76cc37 commit 82b183b

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.15.7 - 2025-03-31
4+
5+
- **Bug Fixes**
6+
- [spiral/core] Fixed proxy class generator failure when the proxied interface contains static return type
7+
- [spiral/core] Added resolving trace to Resolver exceptions
8+
39
## 3.15.6 - 2025-03-29
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.15.6"
38+
"spiral/router": "^3.15.7"
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.15.6",
37+
"spiral/auth": "^3.15.7",
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.15.6",
45-
"spiral/http": "^3.15.6",
46-
"spiral/debug": "^3.15.6",
44+
"spiral/cookies": "^3.15.7",
45+
"spiral/http": "^3.15.7",
46+
"spiral/debug": "^3.15.7",
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.15.6",
38-
"spiral/files": "^3.15.6",
39-
"spiral/config": "^3.15.6",
40-
"spiral/debug": "^3.15.6",
41-
"spiral/exceptions": "^3.15.6",
37+
"spiral/core": "^3.15.7",
38+
"spiral/files": "^3.15.7",
39+
"spiral/config": "^3.15.7",
40+
"spiral/debug": "^3.15.7",
41+
"spiral/exceptions": "^3.15.7",
4242
"spiral/attributes": "^2.8|^3.0",
43-
"spiral/events": "^3.15.6"
43+
"spiral/events": "^3.15.7"
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.15.6",
42+
"spiral/boot": "^3.15.7",
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.15.6",
40+
"spiral/boot": "^3.15.7",
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.15.6",
38-
"spiral/files": "^3.15.6",
39-
"spiral/config": "^3.15.6",
40-
"spiral/router": "^3.15.6",
41-
"spiral/views": "^3.15.6",
42-
"spiral/core": "^3.15.6"
37+
"spiral/stempler": "^3.15.7",
38+
"spiral/files": "^3.15.7",
39+
"spiral/config": "^3.15.7",
40+
"spiral/router": "^3.15.7",
41+
"spiral/views": "^3.15.7",
42+
"spiral/core": "^3.15.7"
4343
},
4444
"require-dev": {
4545
"phpunit/phpunit": "^10.5.41",
46-
"spiral/boot": "^3.15.6",
46+
"spiral/boot": "^3.15.7",
4747
"spiral/testing": "^2.8.3",
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.15.6",
42-
"spiral/config": "^3.15.6",
41+
"spiral/core": "^3.15.7",
42+
"spiral/config": "^3.15.7",
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.15.6",
53+
"spiral/boot": "^3.15.7",
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.15.6",
38-
"spiral/config": "^3.15.6",
39-
"spiral/files": "^3.15.6",
37+
"spiral/core": "^3.15.7",
38+
"spiral/config": "^3.15.7",
39+
"spiral/files": "^3.15.7",
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.15.6",
49+
"spiral/boot": "^3.15.7",
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.15.6"
38+
"spiral/core": "^3.15.7"
3939
},
4040
"require-dev": {
4141
"phpunit/phpunit": "^10.5.41",

0 commit comments

Comments
 (0)