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 93fb70c commit 890ce41
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,16 @@
],
"require": {
"php": ">=8.1",
"spiral/core": "^3.13",
"spiral/hmvc": "^3.13"
"spiral/core": "^3.14",
"spiral/hmvc": "^3.14"
},
"autoload": {
"psr-4": {
"Spiral\\Security\\": "src"
}
},
"require-dev": {
"spiral/console": "^3.13",
"spiral/console": "^3.14",
"phpunit/phpunit": "^10.1",
"mockery/mockery": "^1.5",
"vimeo/psalm": "^5.9"
Expand All @@ -49,7 +49,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "3.13.x-dev"
"dev-master": "3.14.x-dev"
}
},
"config": {
Expand Down

0 comments on commit 890ce41

Please sign in to comment.