Skip to content

Commit

Permalink
minor #15911 Update the branch alias for new components in their 3.0 …
Browse files Browse the repository at this point in the history
…branch (stof)

This PR was merged into the 3.0-dev branch.

Discussion
----------

Update the branch alias for new components in their 3.0 branch

| Q             | A
| ------------- | ---
| Bug fix?      | no
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | n/a
| License       | MIT
| Doc PR        | n/a

Commits
-------

0161212 Update the branch alias for new components in their 3.0 branch
  • Loading branch information
Tobion committed Sep 26, 2015
2 parents 9058f46 + 0161212 commit 3832bec
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 3832bec

Please sign in to comment.