diff options
author | Remi Collet <remi@remirepo.net> | 2020-06-03 14:39:20 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-06-03 14:39:20 +0200 |
commit | e45c03c7c4048756bfc5b95bed5c20b42d3898e9 (patch) | |
tree | 78780a299d726c4379fe2f27c3018661ff9c2d15 /src/Symfony/Bundle | |
parent | 2169191b63680647fbb6c4ef778b6e55549fa230 (diff) |
update to 4.4.9
raise dependency on symfony/polyfill 1.15
Diffstat (limited to 'src/Symfony/Bundle')
-rw-r--r-- | src/Symfony/Bundle/DebugBundle/composer.json | 2 | ||||
-rw-r--r-- | src/Symfony/Bundle/FrameworkBundle/composer.json | 2 | ||||
-rw-r--r-- | src/Symfony/Bundle/SecurityBundle/composer.json | 2 | ||||
-rw-r--r-- | src/Symfony/Bundle/TwigBundle/composer.json | 2 | ||||
-rw-r--r-- | src/Symfony/Bundle/WebProfilerBundle/composer.json | 2 | ||||
-rw-r--r-- | src/Symfony/Bundle/WebServerBundle/composer.json | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/src/Symfony/Bundle/DebugBundle/composer.json b/src/Symfony/Bundle/DebugBundle/composer.json index 5087c97..1336046 100644 --- a/src/Symfony/Bundle/DebugBundle/composer.json +++ b/src/Symfony/Bundle/DebugBundle/composer.json @@ -16,7 +16,7 @@ } ], "require": { - "php": "^7.1.3", + "php": ">=7.1.3", "ext-xml": "*", "symfony/http-kernel": "^3.4|^4.0|^5.0", "symfony/twig-bridge": "^3.4|^4.0|^5.0", diff --git a/src/Symfony/Bundle/FrameworkBundle/composer.json b/src/Symfony/Bundle/FrameworkBundle/composer.json index 0e994e6..c4f90e0 100644 --- a/src/Symfony/Bundle/FrameworkBundle/composer.json +++ b/src/Symfony/Bundle/FrameworkBundle/composer.json @@ -16,7 +16,7 @@ } ], "require": { - "php": "^7.1.3", + "php": ">=7.1.3", "ext-xml": "*", "symfony/cache": "^4.4|^5.0", "symfony/config": "^4.3.4|^5.0", diff --git a/src/Symfony/Bundle/SecurityBundle/composer.json b/src/Symfony/Bundle/SecurityBundle/composer.json index 6ccf682..715425c 100644 --- a/src/Symfony/Bundle/SecurityBundle/composer.json +++ b/src/Symfony/Bundle/SecurityBundle/composer.json @@ -16,7 +16,7 @@ } ], "require": { - "php": "^7.1.3", + "php": ">=7.1.3", "ext-xml": "*", "symfony/config": "^4.2|^5.0", "symfony/dependency-injection": "^4.4|^5.0", diff --git a/src/Symfony/Bundle/TwigBundle/composer.json b/src/Symfony/Bundle/TwigBundle/composer.json index 55ec59a..7fa8215 100644 --- a/src/Symfony/Bundle/TwigBundle/composer.json +++ b/src/Symfony/Bundle/TwigBundle/composer.json @@ -16,7 +16,7 @@ } ], "require": { - "php": "^7.1.3", + "php": ">=7.1.3", "symfony/twig-bridge": "^4.4|^5.0", "symfony/http-foundation": "^4.3|^5.0", "symfony/http-kernel": "^4.4", diff --git a/src/Symfony/Bundle/WebProfilerBundle/composer.json b/src/Symfony/Bundle/WebProfilerBundle/composer.json index 1952a2e..2ad3b22 100644 --- a/src/Symfony/Bundle/WebProfilerBundle/composer.json +++ b/src/Symfony/Bundle/WebProfilerBundle/composer.json @@ -16,7 +16,7 @@ } ], "require": { - "php": "^7.1.3", + "php": ">=7.1.3", "symfony/config": "^4.2|^5.0", "symfony/framework-bundle": "^4.4|^5.0", "symfony/http-kernel": "^4.4", diff --git a/src/Symfony/Bundle/WebServerBundle/composer.json b/src/Symfony/Bundle/WebServerBundle/composer.json index 8360c3e..28a022f 100644 --- a/src/Symfony/Bundle/WebServerBundle/composer.json +++ b/src/Symfony/Bundle/WebServerBundle/composer.json @@ -16,7 +16,7 @@ } ], "require": { - "php": "^7.1.3", + "php": ">=7.1.3", "symfony/config": "^3.4|^4.0|^5.0", "symfony/console": "^3.4|^4.0|^5.0", "symfony/dependency-injection": "^3.4|^4.0|^5.0", |