Skip to content

Commit

Permalink
open 3.12.x-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
spiralbot committed Dec 21, 2023
1 parent 73240cb commit 59b993f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Expand Up @@ -29,11 +29,11 @@
"require": {
"php": ">=8.1",
"ext-json": "*",
"spiral/core": "^3.11",
"spiral/hmvc": "^3.11",
"spiral/http": "^3.11",
"spiral/core": "^3.12",
"spiral/hmvc": "^3.12",
"spiral/http": "^3.12",
"cocur/slugify": "^3.2",
"spiral/telemetry": "^3.11",
"spiral/telemetry": "^3.12",
"doctrine/inflector": "^1.4|^2.0",
"psr/event-dispatcher": "^1.0"
},
Expand All @@ -55,7 +55,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "3.11.x-dev"
"dev-master": "3.12.x-dev"
}
},
"config": {
Expand Down

0 comments on commit 59b993f

Please sign in to comment.