diff options
| author | Remi Collet <remi@remirepo.net> | 2020-03-31 08:17:35 +0200 | 
|---|---|---|
| committer | Remi Collet <remi@remirepo.net> | 2020-03-31 08:17:35 +0200 | 
| commit | 4b9e10c98e8665f499ac9822993c0617588d40c0 (patch) | |
| tree | 3abb623f83911ae5fbc1c0823467bcaf3be00e85 /src | |
| parent | 3a6f9e1751a022e4800e6558999904ee30a1d654 (diff) | |
v4.4.7
Diffstat (limited to 'src')
| -rw-r--r-- | src/Symfony/Component/Security/Http/composer.json | 4 | ||||
| -rw-r--r-- | src/Symfony/Component/Security/composer.json | 2 | 
2 files changed, 3 insertions, 3 deletions
diff --git a/src/Symfony/Component/Security/Http/composer.json b/src/Symfony/Component/Security/Http/composer.json index 686b2b9..699ffcf 100644 --- a/src/Symfony/Component/Security/Http/composer.json +++ b/src/Symfony/Component/Security/Http/composer.json @@ -17,8 +17,8 @@      ],      "require": {          "php": "^7.1.3", -        "symfony/security-core": "^4.4", -        "symfony/http-foundation": "^3.4|^4.0|^5.0", +        "symfony/security-core": "^4.4.7", +        "symfony/http-foundation": "^3.4.40|^4.4.7|^5.0.7",          "symfony/http-kernel": "^4.4",          "symfony/property-access": "^3.4|^4.0|^5.0"      }, diff --git a/src/Symfony/Component/Security/composer.json b/src/Symfony/Component/Security/composer.json index 5251cd8..5cd3193 100644 --- a/src/Symfony/Component/Security/composer.json +++ b/src/Symfony/Component/Security/composer.json @@ -18,7 +18,7 @@      "require": {          "php": "^7.1.3",          "symfony/event-dispatcher-contracts": "^1.1|^2", -        "symfony/http-foundation": "^3.4|^4.0|^5.0", +        "symfony/http-foundation": "^3.4.40|^4.4.7|^5.0.7",          "symfony/http-kernel": "^4.4",          "symfony/property-access": "^3.4|^4.0|^5.0",          "symfony/service-contracts": "^1.1|^2"  | 
