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 6e9294b commit 5bdcba9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,17 +30,17 @@
"php": ">=8.1",
"ext-json": "*",
"ext-mbstring": "*",
"spiral/core": "^3.11",
"spiral/files": "^3.11",
"spiral/streams": "^3.11",
"spiral/telemetry": "^3.11",
"spiral/core": "^3.12",
"spiral/files": "^3.12",
"spiral/streams": "^3.12",
"spiral/telemetry": "^3.12",
"psr/http-message": "^1.0|^2.0",
"psr/http-factory": "^1.0",
"psr/http-server-middleware": "^1.0",
"psr/event-dispatcher": "^1.0"
},
"require-dev": {
"spiral/boot": "^3.11",
"spiral/boot": "^3.12",
"phpunit/phpunit": "^10.1",
"mockery/mockery": "^1.5",
"nyholm/psr7": "^1.5",
Expand All @@ -58,7 +58,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "3.11.x-dev"
"dev-master": "3.12.x-dev"
}
},
"config": {
Expand Down

0 comments on commit 5bdcba9

Please sign in to comment.