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

Commit 48b9c7a

Browse files
committed
Setup branch alias to allow simplier installation of development versions
1 parent 4f141e0 commit 48b9c7a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

composer.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,10 @@
4343
"vendor/bin/php-cs-fixer fix --diff || exit 0",
4444
"vendor/bin/phpcbf --standard=PSR2 ./lib/ ./tests/"
4545
]
46+
},
47+
"extra": {
48+
"branch-alias": {
49+
"dev-community": "1.4-dev"
50+
}
4651
}
4752
}

0 commit comments

Comments
 (0)