diff options
| author | Remi Collet <remi@remirepo.net> | 2020-03-03 10:21:32 +0100 | 
|---|---|---|
| committer | Remi Collet <remi@remirepo.net> | 2020-03-03 10:21:32 +0100 | 
| commit | 43bd62715c6716f0d77368c45e68d3840e62f01a (patch) | |
| tree | bb1b50c699dc2427045791312de0cade27474ceb /src | |
| parent | 33e7ef3f6d883a156e16dc085d56d585d0eacd3b (diff) | |
v3.4.38
Diffstat (limited to 'src')
| -rw-r--r-- | src/Symfony/Bridge/PhpUnit/composer.json | 2 | ||||
| -rw-r--r-- | src/Symfony/Bundle/FrameworkBundle/composer.json | 2 | ||||
| -rw-r--r-- | src/Symfony/Bundle/SecurityBundle/composer.json | 2 | 
3 files changed, 3 insertions, 3 deletions
| diff --git a/src/Symfony/Bridge/PhpUnit/composer.json b/src/Symfony/Bridge/PhpUnit/composer.json index 25dcb0c..f7d9492 100644 --- a/src/Symfony/Bridge/PhpUnit/composer.json +++ b/src/Symfony/Bridge/PhpUnit/composer.json @@ -24,7 +24,7 @@          "symfony/debug": "For tracking deprecated interfaces usages at runtime with DebugClassLoader"      },      "conflict": { -        "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0" +        "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0|<6.4,>=6.0"      },      "autoload": {          "files": [ "bootstrap.php" ], diff --git a/src/Symfony/Bundle/FrameworkBundle/composer.json b/src/Symfony/Bundle/FrameworkBundle/composer.json index dae941c..aad4e3f 100644 --- a/src/Symfony/Bundle/FrameworkBundle/composer.json +++ b/src/Symfony/Bundle/FrameworkBundle/composer.json @@ -24,7 +24,7 @@          "symfony/config": "^3.4.31|^4.3.4",          "symfony/debug": "~2.8|~3.0|~4.0",          "symfony/event-dispatcher": "~3.4|~4.0", -        "symfony/http-foundation": "^3.4.13|~4.3", +        "symfony/http-foundation": "^3.4.38|^4.3",          "symfony/http-kernel": "^3.4.31|^4.3.4",          "symfony/polyfill-mbstring": "~1.0",          "symfony/filesystem": "~2.8|~3.0|~4.0", diff --git a/src/Symfony/Bundle/SecurityBundle/composer.json b/src/Symfony/Bundle/SecurityBundle/composer.json index f0e35c7..84b624e 100644 --- a/src/Symfony/Bundle/SecurityBundle/composer.json +++ b/src/Symfony/Bundle/SecurityBundle/composer.json @@ -19,7 +19,7 @@          "php": "^5.5.9|>=7.0.8",          "ext-xml": "*",          "symfony/config": "~3.4|~4.0", -        "symfony/security": "~3.4.37|~4.3.10|^4.4.3", +        "symfony/security": "~3.4.38|~4.3.10|^4.4.5",          "symfony/dependency-injection": "^3.4.3|^4.0.3",          "symfony/http-kernel": "~3.4|~4.0",          "symfony/polyfill-php70": "~1.0" | 
