Skip to content

Commit

Permalink
Fix issue when group prefix is not applied to routes. (#1219)
Browse files Browse the repository at this point in the history
  • Loading branch information
spiralbot committed Mar 3, 2025
1 parent ec85d11 commit e18ef83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"require": {
"php": ">=8.1",
"ext-json": "*",
"spiral/core": "^3.15.4",
"spiral/core": "^3.16",
"defuse/php-encryption": "^2.2"
},
"require-dev": {
Expand All @@ -54,7 +54,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "3.15.x-dev"
"dev-master": "3.16.x-dev"
}
},
"config": {
Expand Down

0 comments on commit e18ef83

Please sign in to comment.