Skip to content

Commit 401c550

Browse files
committed
bug symfony#22715 [FrameworkBundle] remove Security deps from the require section (xabbuh)
This PR was merged into the 3.2 branch. Discussion ---------- [FrameworkBundle] remove Security deps from the require section | Q | A | ------------- | --- | Branch? | 3.2 | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | | License | MIT | Doc PR | These requirements have been moved in symfony#20075 before and are still present in the `require-dev` section. see symfony/flex#14 Commits ------- c690256 remove Security deps from the require section
2 parents 5857e7c + c690256 commit 401c550

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Symfony/Bundle/FrameworkBundle/composer.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@
2929
"symfony/filesystem": "~2.8|~3.0",
3030
"symfony/finder": "~2.8|~3.0",
3131
"symfony/routing": "~3.1.10|^3.2.3",
32-
"symfony/security-core": "~2.8|~3.0",
33-
"symfony/security-csrf": "~2.8|~3.0",
3432
"symfony/stopwatch": "~2.8|~3.0",
3533
"doctrine/cache": "~1.0"
3634
},

0 commit comments

Comments
 (0)