Skip to content

Commit

Permalink
Fixied PromotedParameter in the Reactor (#922)
Browse files Browse the repository at this point in the history
  • Loading branch information
spiralbot committed Apr 20, 2023
1 parent 83642f6 commit 7cfa26b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Expand Up @@ -28,8 +28,8 @@
],
"require": {
"php": ">=8.1",
"spiral/boot": "^3.7",
"spiral/core": "^3.7"
"spiral/boot": "^3.8",
"spiral/core": "^3.8"
},
"require-dev": {
"phpunit/phpunit": "^9.5.20",
Expand All @@ -47,7 +47,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "3.7.x-dev"
"dev-master": "3.8.x-dev"
}
},
"config": {
Expand Down

0 comments on commit 7cfa26b

Please sign in to comment.