Skip to content
/ boot Public

Commit c8eb959

Browse files
committed
open 3.17.x-dev
1 parent 9196d43 commit c8eb959

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

composer.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@
2121
},
2222
{
2323
"name": "Pavel Butchnev (butschster)",
24-
"email": "pavel.buchnev@spiralscout.com"
24+
"homepage": "https://github.com/butschster"
2525
},
2626
{
2727
"name": "Aleksei Gagarin (roxblnfk)",
28-
"email": "alexey.gagarin@spiralscout.com"
28+
"homepage": "https://github.com/roxblnfk"
2929
},
3030
{
3131
"name": "Maksim Smakouz (msmakouz)",
@@ -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": {

0 commit comments

Comments
 (0)