diff options
Diffstat (limited to 'src/Symfony/Bundle/FrameworkBundle')
-rw-r--r-- | src/Symfony/Bundle/FrameworkBundle/composer.json | 2 |
1 files changed, 1 insertions, 1 deletions
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", |