Skip to content
This repository was archived by the owner on May 26, 2022. It is now read-only.

Commit 3c32940

Browse files
committed
Merge pull request #161 from garak/patch-1
support branch alias
2 parents 05489cd + 1fde6d8 commit 3c32940

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

composer.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,11 @@
2929
"psr-4": {
3030
"Box\\Spout\\": "src/Spout"
3131
}
32+
},
33+
"extra": {
34+
"branch-alias": {
35+
"dev-master": "2.4.x-dev"
36+
}
3237
}
38+
3339
}

0 commit comments

Comments
 (0)