Skip to content

Commit

Permalink
open 3.14.x-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
spiralbot committed May 22, 2024
1 parent 2cd7ba1 commit 0146293
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.13",
"spiral/files": "^3.13",
"spiral/streams": "^3.13",
"spiral/telemetry": "^3.13",
"spiral/core": "^3.14",
"spiral/files": "^3.14",
"spiral/streams": "^3.14",
"spiral/telemetry": "^3.14",
"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.13",
"spiral/boot": "^3.14",
"phpunit/phpunit": "^10.1",
"mockery/mockery": "^1.5",
"nyholm/psr7": "^1.5",
Expand All @@ -58,7 +58,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "3.13.x-dev"
"dev-master": "3.14.x-dev"
}
},
"config": {
Expand Down

0 comments on commit 0146293

Please sign in to comment.