minor #15911 Update the branch alias for new components in their 3.0 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
This commit is contained in:
Tobias Schultze 2015-09-26 15:58:18 +02:00
commit 3832bec814
2 changed files with 5 additions and 5 deletions

View File

@ -45,7 +45,7 @@
"minimum-stability": "dev",
"extra": {
"branch-alias": {
"dev-master": "2.8-dev"
"dev-master": "3.0-dev"
}
}
}

View File

@ -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": {
@ -30,7 +30,7 @@
"minimum-stability": "dev",
"extra": {
"branch-alias": {
"dev-master": "2.8-dev"
"dev-master": "3.0-dev"
}
}
}