Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <[email protected]>
  • Loading branch information
crynobone committed Nov 17, 2024
2 parents 7f4adf8 + 9bd9cb6 commit 845b5ec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/vendor
.phpunit.cache
composer.lock
/phpunit.xml
.phpunit.result.cache
Expand Down
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@
},
"extra": {
"branch-alias": {
"dev-master": "2.x-dev"
"dev-develop": "2.x-dev",
"dev-master": "1.x-dev"
}
},
"config": {
Expand Down

0 comments on commit 845b5ec

Please sign in to comment.