Skip to content

Commit

Permalink
Adding branch alias so 1.0.x-dev will map to the master branch.
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinkhill committed Oct 9, 2015
1 parent 106e065 commit caf95e1
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion composer.json
Expand Up @@ -13,13 +13,18 @@
"php": ">=5.3.0"
},
"require-dev": {
"phpunit/phpunit": "3.7.*",
"phpunit/phpunit": "~5.0",
"satooshi/php-coveralls": "dev-master"
},
"autoload": {
"psr-0": {
"Khill\\Fontawesome": "src/"
}
},
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"minimum-stability": "dev"
}

0 comments on commit caf95e1

Please sign in to comment.