Skip to content

Commit

Permalink
Adding 'extra' directive in composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
plvhx committed Sep 3, 2020
1 parent 98eb7cf commit a419bc6
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 @@ -13,6 +13,11 @@
"config": {
"sort-packages": true
},
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
}
},
"autoload": {
"psr-4": {
"Gandung\\Tokopedia\\": "src/"
Expand Down

0 comments on commit a419bc6

Please sign in to comment.