Skip to content

Commit

Permalink
merged branch Seldaek/composer_alias (PR #3457)
Browse files Browse the repository at this point in the history
Commits
-------

bafcaaf Removed version field
f9d9dc7 Add branch-alias for composer

Discussion
----------

Add branch-alias for composer

This should restore the 2.1-dev version (as an alias of dev-master) so that `2.*` or `2.1.*` constraints work again. I'll adjust packagist soon to also display those aliases.
  • Loading branch information
fabpot committed Feb 27, 2012
2 parents 976d284 + b35dd9c commit 98a4875
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"description": "Symfony Serializer Component",
"keywords": [],
"homepage": "http://symfony.com",
"version": "2.1.0",
"license": "MIT",
"authors": [
{
Expand All @@ -22,5 +21,10 @@
"autoload": {
"psr-0": { "Symfony\\Component\\Serializer": "" }
},
"target-dir": "Symfony/Component/Serializer"
"target-dir": "Symfony/Component/Serializer",
"extra": {
"branch-alias": {
"dev-master": "2.1-dev"
}
}
}

0 comments on commit 98a4875

Please sign in to comment.