summaryrefslogtreecommitdiffstats
path: root/src/Symfony/Bundle
diff options
context:
space:
mode:
Diffstat (limited to 'src/Symfony/Bundle')
-rw-r--r--src/Symfony/Bundle/DebugBundle/composer.json2
-rw-r--r--src/Symfony/Bundle/FrameworkBundle/composer.json2
-rw-r--r--src/Symfony/Bundle/SecurityBundle/composer.json2
-rw-r--r--src/Symfony/Bundle/TwigBundle/composer.json2
-rw-r--r--src/Symfony/Bundle/WebProfilerBundle/composer.json2
-rw-r--r--src/Symfony/Bundle/WebServerBundle/composer.json2
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",