Skip to content

Commit

Permalink
Fix Split Monorepo action (#883)
Browse files Browse the repository at this point in the history
  • Loading branch information
spiralbot committed Feb 19, 2023
1 parent 35de659 commit f18973e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Expand Up @@ -28,7 +28,7 @@
],
"require": {
"php": ">=8.1",
"spiral/logger": "^3.6"
"spiral/logger": "^3.7"
},
"require-dev": {
"phpunit/phpunit": "^9.5.20",
Expand All @@ -46,7 +46,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "3.6.x-dev"
"dev-master": "3.7.x-dev"
}
},
"config": {
Expand Down

0 comments on commit f18973e

Please sign in to comment.