Skip to content

Commit

Permalink
update branch alias and set laravel provider
Browse files Browse the repository at this point in the history
  • Loading branch information
tomirons committed Feb 19, 2021
1 parent 887dd44 commit 4dbfea3
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,12 @@
},
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
"dev-master": "2.x-dev"
},
"laravel": {
"providers": [
"TomIrons\\Tuxedo\\TuxedoServiceProvider"
]
}
},
"minimum-stability": "dev",
Expand Down

0 comments on commit 4dbfea3

Please sign in to comment.