minor #28123 [SecurityBundle] reference individual security-* packages (nicolas-grekas)

This PR was merged into the 4.2-dev branch.

Discussion
----------

[SecurityBundle] reference individual security-* packages

| Q             | A
| ------------- | ---
| Branch?       | master
| Bug fix?      | no
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | -
| License       | MIT
| Doc PR        | -

Commits
-------

903fd33 [SecurityBundle] reference individual security-* packages
This commit is contained in:
Robin Chalas 2018-08-05 19:31:58 +02:00
commit b6f17f4606
1 changed files with 5 additions and 2 deletions

View File

@ -19,9 +19,12 @@
"php": "^7.1.3",
"ext-xml": "*",
"symfony/config": "^4.2",
"symfony/security": "~4.2",
"symfony/dependency-injection": "^4.2",
"symfony/http-kernel": "^4.1"
"symfony/http-kernel": "^4.1",
"symfony/security-core": "~4.2",
"symfony/security-csrf": "~4.2",
"symfony/security-guard": "~4.2",
"symfony/security-http": "~4.2"
},
"require-dev": {
"symfony/asset": "~3.4|~4.0",