Skip to content

Commit cd105e0

Browse files
committed
open 3.17.x-dev
1 parent 997f93a commit cd105e0

File tree

47 files changed

+158
-158
lines changed

Some content is hidden

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

47 files changed

+158
-158
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@
273273
},
274274
"extra": {
275275
"branch-alias": {
276-
"dev-master": "3.16.x-dev"
276+
"dev-master": "3.17.x-dev"
277277
}
278278
},
279279
"config": {

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"
38+
"spiral/router": "^3.17"
3939
},
4040
"autoload": {
4141
"psr-4": {

src/Auth/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
},
5353
"extra": {
5454
"branch-alias": {
55-
"dev-master": "3.16.x-dev"
55+
"dev-master": "3.17.x-dev"
5656
}
5757
},
5858
"config": {

src/AuthHttp/composer.json

Lines changed: 5 additions & 5 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",
37+
"spiral/auth": "^3.17",
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",
45-
"spiral/http": "^3.16",
46-
"spiral/debug": "^3.16",
44+
"spiral/cookies": "^3.17",
45+
"spiral/http": "^3.17",
46+
"spiral/debug": "^3.17",
4747
"nyholm/psr7": "^1.8",
4848
"vimeo/psalm": "^6.0"
4949
},
@@ -59,7 +59,7 @@
5959
},
6060
"extra": {
6161
"branch-alias": {
62-
"dev-master": "3.16.x-dev"
62+
"dev-master": "3.17.x-dev"
6363
}
6464
},
6565
"config": {

src/Boot/composer.json

Lines changed: 7 additions & 7 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",
38-
"spiral/files": "^3.16",
39-
"spiral/config": "^3.16",
40-
"spiral/debug": "^3.16",
41-
"spiral/exceptions": "^3.16",
37+
"spiral/core": "^3.17",
38+
"spiral/files": "^3.17",
39+
"spiral/config": "^3.17",
40+
"spiral/debug": "^3.17",
41+
"spiral/exceptions": "^3.17",
4242
"spiral/attributes": "^2.8|^3.0",
43-
"spiral/events": "^3.16"
43+
"spiral/events": "^3.17"
4444
},
4545
"require-dev": {
4646
"phpunit/phpunit": "^10.5.41",
@@ -62,7 +62,7 @@
6262
},
6363
"extra": {
6464
"branch-alias": {
65-
"dev-master": "3.16.x-dev"
65+
"dev-master": "3.17.x-dev"
6666
}
6767
},
6868
"config": {

src/Bridge/Dotenv/composer.json

Lines changed: 2 additions & 2 deletions
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",
42+
"spiral/boot": "^3.17",
4343
"vimeo/psalm": "^6.0"
4444
},
4545
"autoload": {
@@ -54,7 +54,7 @@
5454
},
5555
"extra": {
5656
"branch-alias": {
57-
"dev-master": "3.16.x-dev"
57+
"dev-master": "3.17.x-dev"
5858
}
5959
},
6060
"config": {

src/Bridge/Monolog/composer.json

Lines changed: 2 additions & 2 deletions
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",
40+
"spiral/boot": "^3.17",
4141
"phpunit/phpunit": "^10.5.41",
4242
"mockery/mockery": "^1.6.12",
4343
"vimeo/psalm": "^6.0"
@@ -54,7 +54,7 @@
5454
},
5555
"extra": {
5656
"branch-alias": {
57-
"dev-master": "3.16.x-dev"
57+
"dev-master": "3.17.x-dev"
5858
}
5959
},
6060
"config": {

src/Bridge/Stempler/composer.json

Lines changed: 8 additions & 8 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",
38-
"spiral/files": "^3.16",
39-
"spiral/config": "^3.16",
40-
"spiral/router": "^3.16",
41-
"spiral/views": "^3.16",
42-
"spiral/core": "^3.16"
37+
"spiral/stempler": "^3.17",
38+
"spiral/files": "^3.17",
39+
"spiral/config": "^3.17",
40+
"spiral/router": "^3.17",
41+
"spiral/views": "^3.17",
42+
"spiral/core": "^3.17"
4343
},
4444
"require-dev": {
4545
"phpunit/phpunit": "^10.5.41",
46-
"spiral/boot": "^3.16",
46+
"spiral/boot": "^3.17",
4747
"spiral/testing": "^2.12",
4848
"mockery/mockery": "^1.6.12",
4949
"vimeo/psalm": "^6.0"
@@ -60,7 +60,7 @@
6060
},
6161
"extra": {
6262
"branch-alias": {
63-
"dev-master": "3.16.x-dev"
63+
"dev-master": "3.17.x-dev"
6464
}
6565
},
6666
"config": {

src/Broadcasting/composer.json

Lines changed: 4 additions & 4 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",
42-
"spiral/config": "^3.16",
41+
"spiral/core": "^3.17",
42+
"spiral/config": "^3.17",
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",
53+
"spiral/boot": "^3.17",
5454
"vimeo/psalm": "^6.0"
5555
},
5656
"autoload-dev": {
@@ -60,7 +60,7 @@
6060
},
6161
"extra": {
6262
"branch-alias": {
63-
"dev-master": "3.16.x-dev"
63+
"dev-master": "3.17.x-dev"
6464
}
6565
},
6666
"config": {

src/Cache/composer.json

Lines changed: 5 additions & 5 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",
38-
"spiral/config": "^3.16",
39-
"spiral/files": "^3.16",
37+
"spiral/core": "^3.17",
38+
"spiral/config": "^3.17",
39+
"spiral/files": "^3.17",
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",
49+
"spiral/boot": "^3.17",
5050
"mockery/mockery": "^1.6.12",
5151
"phpunit/phpunit": "^10.5.41",
5252
"vimeo/psalm": "^6.0"
@@ -58,7 +58,7 @@
5858
},
5959
"extra": {
6060
"branch-alias": {
61-
"dev-master": "3.16.x-dev"
61+
"dev-master": "3.17.x-dev"
6262
}
6363
},
6464
"config": {

0 commit comments

Comments
 (0)