Skip to content

Commit 5b8cf03

Browse files
committed
minor symfony#25292 Remove rc/beta suffix from composer.json files (nicolas-grekas)
This PR was merged into the 3.4 branch. Discussion ---------- Remove rc/beta suffix from composer.json files | Q | A | ------------- | --- | Branch? | 3.4 | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | symfony#25291 | License | MIT | Doc PR | - We don't need that anymore. Commits ------- 9fb6a88 Remove rc/beta suffix from composer.json files
2 parents c927c48 + 9fb6a88 commit 5b8cf03

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

src/Symfony/Bridge/Twig/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"symfony/asset": "~2.8|~3.0|~4.0",
2525
"symfony/dependency-injection": "~2.8|~3.0|~4.0",
2626
"symfony/finder": "~2.8|~3.0|~4.0",
27-
"symfony/form": "~3.4-beta4|~4.0-beta4",
27+
"symfony/form": "~3.4|~4.0",
2828
"symfony/http-foundation": "^3.3.11|~4.0",
2929
"symfony/http-kernel": "~3.2|~4.0",
3030
"symfony/polyfill-intl-icu": "~1.0",

src/Symfony/Bundle/FrameworkBundle/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"symfony/class-loader": "~3.2",
2323
"symfony/dependency-injection": "~3.4|~4.0",
2424
"symfony/config": "~3.4|~4.0",
25-
"symfony/event-dispatcher": "^3.4-beta4|~4.0-beta4",
25+
"symfony/event-dispatcher": "~3.4|~4.0",
2626
"symfony/http-foundation": "^3.3.11|~4.0",
2727
"symfony/http-kernel": "~3.4|~4.0",
2828
"symfony/polyfill-mbstring": "~1.0",

src/Symfony/Bundle/SecurityBundle/composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"require": {
1919
"php": "^5.5.9|>=7.0.8",
2020
"ext-xml": "*",
21-
"symfony/security": "~3.4-rc1|~4.0-rc1",
21+
"symfony/security": "~3.4|~4.0",
2222
"symfony/dependency-injection": "~3.4|~4.0",
2323
"symfony/http-kernel": "~3.3|~4.0",
2424
"symfony/polyfill-php70": "~1.0"
@@ -29,9 +29,9 @@
2929
"symfony/console": "~3.4|~4.0",
3030
"symfony/css-selector": "~2.8|~3.0|~4.0",
3131
"symfony/dom-crawler": "~2.8|~3.0|~4.0",
32-
"symfony/event-dispatcher": "^3.3.1|~4.0",
32+
"symfony/event-dispatcher": "~3.4|~4.0",
3333
"symfony/form": "^3.4|~4.0",
34-
"symfony/framework-bundle": "^3.4-rc1|~4.0-rc1",
34+
"symfony/framework-bundle": "~3.4|~4.0",
3535
"symfony/http-foundation": "~3.3|~4.0",
3636
"symfony/security-acl": "~2.8|~3.0",
3737
"symfony/translation": "~3.4|~4.0",
@@ -47,7 +47,7 @@
4747
},
4848
"conflict": {
4949
"symfony/var-dumper": "<3.3",
50-
"symfony/event-dispatcher": "<3.3.1",
50+
"symfony/event-dispatcher": "<3.4",
5151
"symfony/framework-bundle": "<3.4",
5252
"symfony/console": "<3.4"
5353
},

src/Symfony/Component/Form/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"symfony/http-kernel": "^3.3.5|~4.0",
3333
"symfony/security-csrf": "~2.8|~3.0|~4.0",
3434
"symfony/translation": "~2.8|~3.0|~4.0",
35-
"symfony/var-dumper": "~3.3.11|~3.4-beta3|~4.0-beta3",
35+
"symfony/var-dumper": "~3.3.11|~3.4|~4.0",
3636
"symfony/console": "~3.4|~4.0"
3737
},
3838
"conflict": {

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@
2222
"symfony/security-core": "~2.8|~3.0|~4.0"
2323
},
2424
"require-dev": {
25-
"symfony/http-foundation": "^2.8.31|~3.3.13|~3.4-beta5|~4.0-beta5"
25+
"symfony/http-foundation": "^2.8.31|~3.3.13|~3.4|~4.0"
2626
},
2727
"conflict": {
28-
"symfony/http-foundation": "<2.8.31|~3.3,<3.3.13|~3.4,<3.4-beta5|~4.0,<4.0-beta5"
28+
"symfony/http-foundation": "<2.8.31|~3.3,<3.3.13"
2929
},
3030
"suggest": {
3131
"symfony/http-foundation": "For using the class SessionTokenStorage."

src/Symfony/Component/Security/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"require": {
1919
"php": "^5.5.9|>=7.0.8",
2020
"symfony/event-dispatcher": "~2.8|~3.0|~4.0",
21-
"symfony/http-foundation": "^2.8.31|~3.3.13|~3.4-beta5|~4.0-beta5",
21+
"symfony/http-foundation": "^2.8.31|~3.3.13|~3.4|~4.0",
2222
"symfony/http-kernel": "~3.3|~4.0",
2323
"symfony/polyfill-php56": "~1.0",
2424
"symfony/polyfill-php70": "~1.0",

0 commit comments

Comments
 (0)