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 390fa03 commit 44b5425
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@
"require": {
"php": ">=8.1",
"ext-json": "*",
"spiral/core": "^3.11",
"spiral/hmvc": "^3.11",
"spiral/serializer": "^3.11",
"spiral/snapshots": "^3.11",
"spiral/telemetry": "^3.11",
"spiral/tokenizer": "^3.11",
"spiral/core": "^3.12",
"spiral/hmvc": "^3.12",
"spiral/serializer": "^3.12",
"spiral/snapshots": "^3.12",
"spiral/telemetry": "^3.12",
"spiral/tokenizer": "^3.12",
"spiral/attributes": "^2.8|^3.0",
"doctrine/inflector": "^1.4|^2.0",
"ramsey/uuid": "^4.2.3",
Expand All @@ -54,12 +54,12 @@
"doctrine/annotations": "^1.12 || ^2.0",
"phpunit/phpunit": "^10.1",
"mockery/mockery": "^1.5",
"spiral/boot": "^3.11",
"spiral/boot": "^3.12",
"vimeo/psalm": "^5.9"
},
"extra": {
"branch-alias": {
"dev-master": "3.11.x-dev"
"dev-master": "3.12.x-dev"
}
},
"config": {
Expand Down

0 comments on commit 44b5425

Please sign in to comment.