Skip to content

Commit

Permalink
add branch alias to composer
Browse files Browse the repository at this point in the history
  • Loading branch information
milwad-dev committed Mar 15, 2023
1 parent 35d845d commit 382320b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,11 @@
"providers": [
"Milwad\\LaravelAttributes\\LaravelAttributesServiceProvider"
]
},
"extra" : {
"branch-alias" : {
"dev-main" : "0.x-dev"
}
}
}
}

0 comments on commit 382320b

Please sign in to comment.