Let's go with tags

This commit is contained in:
Sam Georges 2014-05-09 11:39:19 +10:00
parent f467dddda8
commit 5ae60ca5a9
1 changed files with 2 additions and 3 deletions

View File

@ -3,7 +3,6 @@
"description": "October CMS",
"homepage": "http://octobercms.com",
"keywords": ["october", "cms", "octobercms", "laravel"],
"version": "0.1.0",
"authors": [
{
"name": "Alexey Bobkov",
@ -47,10 +46,10 @@
"config": {
"preferred-install": "dist"
},
"___minimum-stability": "dev",
"minimum-stability": "dev",
"extra": {
"branch-alias": {
"dev-master": "0.1.x-dev"
"dev-master": "1.0.x-dev"
}
}
}