Skip to content
This repository was archived by the owner on Mar 1, 2023. It is now read-only.

Commit 1304eff

Browse files
committed
fix: rename branch alias from master to main
1 parent f453931 commit 1304eff

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
},
4949
"extra": {
5050
"branch-alias": {
51-
"dev-master": "6.3-dev"
51+
"dev-main": "6.3-dev"
5252
}
5353
},
5454
"autoload": {

psalm.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<psalm
33
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
44
xmlns="https://getpsalm.org/schema/config"
5-
xsi:schemaLocation="https://getpsalm.org/schema/config vendor/vimeo/psalm/config.xsd"
5+
xsi:schemaLocation="https://getpsalm.org/schema/config/vendor/vimeo/psalm/config.xsd"
66
cacheDirectory="./.build/psalm"
77
errorBaseline="psalm-baseline.xml"
88
resolveFromConfigFile="true"

release.config.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ module.exports = {
2929
"files": [
3030
"composer.json"
3131
],
32-
"from": "\"dev-master\": \".*\"",
33-
"to": "\"dev-master\": \"${nextRelease.version.replace(/\\.\\w+$/, '-dev')}\"",
32+
"from": "\"dev-main\": \".*\"",
33+
"to": "\"dev-main\": \"${nextRelease.version.replace(/\\.\\w+$/, '-dev')}\"",
3434
}
3535
]
3636
}

0 commit comments

Comments
 (0)