minor #30282 [Security\Guard] bump lowest version of security-core (nicolas-grekas)

This PR was merged into the 3.4 branch.

Discussion
----------

[Security\Guard] bump lowest version of security-core

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

Forgotten in #30006 so that `PostAuthenticationGuardToken` can call `AbstractToken::doSerialize()`.

Commits
-------

93cfd5b2a0 [Security\Guard] bump lowest version of security-core
This commit is contained in:
Robin Chalas 2019-02-18 10:29:27 +01:00
commit e69855e906

View File

@ -17,7 +17,7 @@
],
"require": {
"php": "^5.5.9|>=7.0.8",
"symfony/security-core": "~2.8|~3.0|~4.0",
"symfony/security-core": "~3.4.22|^4.2.3",
"symfony/security-http": "^3.3.13|~4.0"
},
"require-dev": {