Skip to content

Commit

Permalink
open 3.15.x-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
spiralbot committed Sep 3, 2024
1 parent 2927e80 commit 0a9d708
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 @@ -35,19 +35,19 @@
"require": {
"php": ">=8.1",
"ext-json": "*",
"spiral/core": "^3.14",
"spiral/queue": "^3.14",
"spiral/logger": "^3.14",
"spiral/mailer": "^3.14",
"spiral/views": "^3.14",
"spiral/core": "^3.15",
"spiral/queue": "^3.15",
"spiral/logger": "^3.15",
"spiral/mailer": "^3.15",
"spiral/views": "^3.15",
"symfony/mailer": "^5.1 || ^6.0 || ^7.0",
"psr/event-dispatcher": "^1.0"
},
"require-dev": {
"phpunit/phpunit": "^10.1",
"mockery/mockery": "^1.5",
"spiral/boot": "^3.14",
"spiral/stempler-bridge": "^3.14",
"spiral/boot": "^3.15",
"spiral/stempler-bridge": "^3.15",
"vimeo/psalm": "^5.9"
},
"autoload": {
Expand All @@ -62,7 +62,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "3.14.x-dev"
"dev-master": "3.15.x-dev"
}
},
"config": {
Expand Down

0 comments on commit 0a9d708

Please sign in to comment.