Skip to content

Commit

Permalink
open 3.9.x-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
spiralbot committed Aug 14, 2023
1 parent 9ee7417 commit d715677
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Expand Up @@ -28,14 +28,14 @@
],
"require": {
"php": ">=8.1",
"spiral/core": "^3.8",
"spiral/cookies": "^3.8",
"spiral/core": "^3.9",
"spiral/cookies": "^3.9",
"psr/http-server-middleware": "^1.0"
},
"require-dev": {
"phpunit/phpunit": "^10.1",
"mockery/mockery": "^1.5",
"spiral/http": "^3.8",
"spiral/http": "^3.9",
"nyholm/psr7": "^1.5",
"vimeo/psalm": "^5.9"
},
Expand All @@ -51,7 +51,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "3.8.x-dev"
"dev-master": "3.9.x-dev"
}
},
"config": {
Expand Down

0 comments on commit d715677

Please sign in to comment.