Skip to content

Commit

Permalink
Update the branch alias for new components in their 3.0 branch
Browse files Browse the repository at this point in the history
  • Loading branch information
stof committed Sep 26, 2015
1 parent 9058f46 commit 0161212
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/Symfony/Component/PropertyInfo/composer.json
Expand Up @@ -45,7 +45,7 @@
"minimum-stability": "dev",
"extra": {
"branch-alias": {
"dev-master": "2.8-dev"
"dev-master": "3.0-dev"
}
}
}
8 changes: 4 additions & 4 deletions src/Symfony/Component/Security/Guard/composer.json
Expand Up @@ -17,11 +17,11 @@
],
"require": {
"php": ">=5.3.9",
"symfony/security-core": "~2.8|~3.0.0",
"symfony/security-http": "~2.8|~3.0.0"
"symfony/security-core": "~2.8|~3.0",
"symfony/security-http": "~2.8|~3.0"
},
"require-dev": {
"symfony/phpunit-bridge": "~2.8|~3.0.0",
"symfony/phpunit-bridge": "~2.8|~3.0",
"psr/log": "~1.0"
},
"autoload": {
Expand All @@ -30,7 +30,7 @@
"minimum-stability": "dev",
"extra": {
"branch-alias": {
"dev-master": "2.8-dev"
"dev-master": "3.0-dev"
}
}
}

0 comments on commit 0161212

Please sign in to comment.