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 782d5ef commit 6ac364c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Expand Up @@ -28,12 +28,12 @@
],
"require": {
"php": ">=8.1",
"spiral/core": "^3.6",
"spiral/files": "^3.6",
"spiral/core": "^3.7",
"spiral/files": "^3.7",
"psr/event-dispatcher": "^1.0"
},
"require-dev": {
"spiral/boot": "^3.6",
"spiral/boot": "^3.7",
"phpunit/phpunit": "^9.5.20",
"mockery/mockery": "^1.5",
"vimeo/psalm": "^4.27"
Expand All @@ -50,7 +50,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "3.6.x-dev"
"dev-master": "3.7.x-dev"
}
},
"config": {
Expand Down

0 comments on commit 6ac364c

Please sign in to comment.