8000 minor #27502 Remove mentions of "beta" in composer.json files (nicola… · symfony/symfony@7d2d60f · GitHub
[go: up one dir, main page]

Skip to content

Commit 7d2d60f

Browse files
committed
minor #27502 Remove mentions of "beta" in composer.json files (nicolas-grekas)
This PR was merged into the 2.8 branch. Discussion ---------- Remove mentions of "beta" in composer.json files | Q | A | ------------- | --- | Branch? | 2.8 | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | - | License | MIT | Doc PR | - There are more to clean up when merging up to master. Commits ------- 6a0b75f Remove mentions of "beta" in composer.json files
2 parents efe9beb + 6a0b75f commit 7d2d60f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"symfony/http-foundation": "^2.7.38|~3.3.13"
2626
},
2727
"conflict": {
28-
"symfony/http-foundation": "<2.7.38|~2.8,<2.8.31|~3.3,<3.3.13|~3.4,<3.4-beta5"
28+
"symfony/http-foundation": "<2.7.38|~2.8,<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
@@ -43,7 +43,7 @@
4343
"symfony/ldap": "~2.8|~3.0.0"
4444
},
4545
"conflict": {
46-
"symfony/http-foundation": "~2.8,<2.8.31|~3.4,<3.4-beta5"
46+
"symfony/http-foundation": "~2.8,<2.8.31"
4747
},
4848
"suggest": {
4949
"symfony/form": "",

0 commit comments

Comments
 (0)
0