Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 51f36e7

Browse files
Merge branch '2.8' into 3.4
* 2.8: Remove mentions of "beta" in composer.json files
2 parents 9a077ca + 7d2d60f commit 51f36e7

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/Symfony/Bundle/SecurityBundle/composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@
4646
"twig/twig": "~1.34|~2.4"
4747
},
4848
"conflict": {
49-
"symfony/security": "4.1.0-beta1|4.1.0-beta2",
5049
"symfony/var-dumper": "<3.3",
5150
"symfony/event-dispatcher": "<3.4",
5251
"symfony/framework-bundle": "<3.4",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"psr/log": "~1.0"
3232
},
3333
"conflict": {
34-
"symfony/security-csrf": "<2.8.41|~3.0,<3.3.17|~3.4,<3.4.11|~4.0,<4.0.11|~4.1,<=4.1.0-beta2"
34+
"symfony/security-csrf": "<2.8.41|~3.0,<3.3.17|~3.4,<3.4.11|~4.0,<4.0.11"
3535
},
3636
"suggest": {
3737
"symfony/security-csrf": "For using tokens to protect authentication/logout attempts",

0 commit comments

Comments
 (0)