Remove rc/beta suffix from composer.json files

This commit is contained in:
Nicolas Grekas 2017-12-03 21:54:18 +01:00
parent 9f1acc1b04
commit 9fb6a88580
6 changed files with 10 additions and 10 deletions

View File

@ -24,7 +24,7 @@
"symfony/asset": "~2.8|~3.0|~4.0",
"symfony/dependency-injection": "~2.8|~3.0|~4.0",
"symfony/finder": "~2.8|~3.0|~4.0",
"symfony/form": "~3.4-beta4|~4.0-beta4",
"symfony/form": "~3.4|~4.0",
"symfony/http-foundation": "^3.3.11|~4.0",
"symfony/http-kernel": "~3.2|~4.0",
"symfony/polyfill-intl-icu": "~1.0",

View File

@ -22,7 +22,7 @@
"symfony/class-loader": "~3.2",
"symfony/dependency-injection": "~3.4|~4.0",
"symfony/config": "~3.4|~4.0",
"symfony/event-dispatcher": "^3.4-beta4|~4.0-beta4",
"symfony/event-dispatcher": "~3.4|~4.0",
"symfony/http-foundation": "^3.3.11|~4.0",
"symfony/http-kernel": "~3.4|~4.0",
"symfony/polyfill-mbstring": "~1.0",

View File

@ -18,7 +18,7 @@
"require": {
"php": "^5.5.9|>=7.0.8",
"ext-xml": "*",
"symfony/security": "~3.4-rc1|~4.0-rc1",
"symfony/security": "~3.4|~4.0",
"symfony/dependency-injection": "~3.4|~4.0",
"symfony/http-kernel": "~3.3|~4.0",
"symfony/polyfill-php70": "~1.0"
@ -29,9 +29,9 @@
"symfony/console": "~3.4|~4.0",
"symfony/css-selector": "~2.8|~3.0|~4.0",
"symfony/dom-crawler": "~2.8|~3.0|~4.0",
"symfony/event-dispatcher": "^3.3.1|~4.0",
"symfony/event-dispatcher": "~3.4|~4.0",
"symfony/form": "^3.4|~4.0",
"symfony/framework-bundle": "^3.4-rc1|~4.0-rc1",
"symfony/framework-bundle": "~3.4|~4.0",
"symfony/http-foundation": "~3.3|~4.0",
"symfony/security-acl": "~2.8|~3.0",
"symfony/translation": "~3.4|~4.0",
@ -47,7 +47,7 @@
},
"conflict": {
"symfony/var-dumper": "<3.3",
"symfony/event-dispatcher": "<3.3.1",
"symfony/event-dispatcher": "<3.4",
"symfony/framework-bundle": "<3.4",
"symfony/console": "<3.4"
},

View File

@ -32,7 +32,7 @@
"symfony/http-kernel": "^3.3.5|~4.0",
"symfony/security-csrf": "~2.8|~3.0|~4.0",
"symfony/translation": "~2.8|~3.0|~4.0",
"symfony/var-dumper": "~3.3.11|~3.4-beta3|~4.0-beta3",
"symfony/var-dumper": "~3.3.11|~3.4|~4.0",
"symfony/console": "~3.4|~4.0"
},
"conflict": {

View File

@ -22,10 +22,10 @@
"symfony/security-core": "~2.8|~3.0|~4.0"
},
"require-dev": {
"symfony/http-foundation": "^2.8.31|~3.3.13|~3.4-beta5|~4.0-beta5"
"symfony/http-foundation": "^2.8.31|~3.3.13|~3.4|~4.0"
},
"conflict": {
"symfony/http-foundation": "<2.8.31|~3.3,<3.3.13|~3.4,<3.4-beta5|~4.0,<4.0-beta5"
"symfony/http-foundation": "<2.8.31|~3.3,<3.3.13"
},
"suggest": {
"symfony/http-foundation": "For using the class SessionTokenStorage."

View File

@ -18,7 +18,7 @@
"require": {
"php": "^5.5.9|>=7.0.8",
"symfony/event-dispatcher": "~2.8|~3.0|~4.0",
"symfony/http-foundation": "^2.8.31|~3.3.13|~3.4-beta5|~4.0-beta5",
"symfony/http-foundation": "^2.8.31|~3.3.13|~3.4|~4.0",
"symfony/http-kernel": "~3.3|~4.0",
"symfony/polyfill-php56": "~1.0",
"symfony/polyfill-php70": "~1.0",