Skip to content

Commit 845b5ec

Browse files
committed
Merge branch 'master' into develop
Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
2 parents 7f4adf8 + 9bd9cb6 commit 845b5ec

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/vendor
2+
.phpunit.cache
23
composer.lock
34
/phpunit.xml
45
.phpunit.result.cache

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@
3939
},
4040
"extra": {
4141
"branch-alias": {
42-
"dev-master": "2.x-dev"
42+
"dev-develop": "2.x-dev",
43+
"dev-master": "1.x-dev"
4344
}
4445
},
4546
"config": {

0 commit comments

Comments
 (0)