diff options
author | Remi Collet <remi@remirepo.net> | 2020-04-29 09:19:32 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-04-29 09:19:32 +0200 |
commit | 2169191b63680647fbb6c4ef778b6e55549fa230 (patch) | |
tree | f2f2b84933b1a3d9bcbb3d45ccc9d52238311f7a /src/Symfony | |
parent | 4b9e10c98e8665f499ac9822993c0617588d40c0 (diff) |
v4.4.8
Diffstat (limited to 'src/Symfony')
-rw-r--r-- | src/Symfony/Bridge/PhpUnit/composer.json | 2 | ||||
-rw-r--r-- | src/Symfony/Component/Lock/composer.json | 1 | ||||
-rw-r--r-- | src/Symfony/Component/Security/Http/composer.json | 2 |
3 files changed, 2 insertions, 3 deletions
diff --git a/src/Symfony/Bridge/PhpUnit/composer.json b/src/Symfony/Bridge/PhpUnit/composer.json index da2e101..9bcabc6 100644 --- a/src/Symfony/Bridge/PhpUnit/composer.json +++ b/src/Symfony/Bridge/PhpUnit/composer.json @@ -24,7 +24,7 @@ "symfony/error-handler": "For tracking deprecated interfaces usages at runtime with DebugClassLoader" }, "conflict": { - "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0|<6.4,>=6.0" + "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0|<6.4,>=6.0|9.1.2" }, "autoload": { "files": [ "bootstrap.php" ], diff --git a/src/Symfony/Component/Lock/composer.json b/src/Symfony/Component/Lock/composer.json index 8e82285..d604d2b 100644 --- a/src/Symfony/Component/Lock/composer.json +++ b/src/Symfony/Component/Lock/composer.json @@ -21,7 +21,6 @@ }, "require-dev": { "doctrine/dbal": "~2.5", - "mongodb/mongodb": "~1.1", "predis/predis": "~1.0" }, "conflict": { diff --git a/src/Symfony/Component/Security/Http/composer.json b/src/Symfony/Component/Security/Http/composer.json index 699ffcf..6b23f5c 100644 --- a/src/Symfony/Component/Security/Http/composer.json +++ b/src/Symfony/Component/Security/Http/composer.json @@ -17,7 +17,7 @@ ], "require": { "php": "^7.1.3", - "symfony/security-core": "^4.4.7", + "symfony/security-core": "^4.4.8", "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" |