Skip to content

Commit

Permalink
open 3.13.x-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
spiralbot committed Feb 29, 2024
1 parent 2d90d4f commit 911b695
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@
"require": {
"php": ">=8.1",
"ext-tokenizer": "*",
"spiral/core": "^3.12",
"spiral/logger": "^3.12",
"spiral/core": "^3.13",
"spiral/logger": "^3.13",
"symfony/finder": "^5.3.7 || ^6.0 || ^7.0"
},
"require-dev": {
"spiral/attributes": "^2.8|^3.0",
"spiral/boot": "^3.12",
"spiral/files": "^3.12",
"spiral/boot": "^3.13",
"spiral/files": "^3.13",
"phpunit/phpunit": "^10.1",
"vimeo/psalm": "^5.9"
},
Expand All @@ -52,7 +52,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "3.12.x-dev"
"dev-master": "3.13.x-dev"
}
},
"config": {
Expand Down

0 comments on commit 911b695

Please sign in to comment.