8000 minor #15911 Update the branch alias for new components in their 3.0 … · symfony/symfony@3832bec · GitHub
[go: up one dir, main page]

Skip to content

Commit 3832bec

Browse files
committed
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
2 parents 9058f46 + 0161212 commit 3832bec

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

src/Symfony/Component/PropertyInfo/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"minimum-stability": "dev",
4646
"extra": {
4747
"branch-alias": {
48-
"dev-master": "2.8-dev"
48+
"dev-master": "3.0-dev"
4949
}
5050
}
5151
}

src/Symfony/Component/Security/Guard/composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
],
1818
"require": {
1919
"php": ">=5.3.9",
20-
"symfony/security-core": "~2.8|~3.0.0",
21-
"symfony/security-http": "~2.8|~3.0.0"
20+
"symfony/security-core": "~2.8|~3.0",
21+
"symfony/security-http": "~2.8|~3.0"
2222
},
2323
"require-dev": {
24-
"symfony/phpunit-bridge": "~2.8|~3.0.0",
24+
"symfony/phpunit-bridge": "~2.8|~3.0",
2525
"psr/log": "~1.0"
2626
},
2727
"autoload": {
@@ -30,7 +30,7 @@
3030
"minimum-stability": "dev",
3131
"extra": {
3232
"branch-alias": {
33-
"dev-master": "2.8-dev"
33+
"dev-master": "3.0-dev"
3434
}
3535
}
3636
}

0 commit comments

Comments
 (0)
0