10000 Update the branch alias for new components in their 3.0 branch · symfony/symfony@0161212 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0161212

Browse files
committed
Update the branch alias for new components in their 3.0 branch
1 parent 9058f46 commit 0161212

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