diff --git a/composer.json b/composer.json index 96732918..40f8244c 100644 --- a/composer.json +++ b/composer.json @@ -23,12 +23,12 @@ ], "require": { "php": "^7.1", - "symfony/config": "^4.4", - "symfony/dependency-injection": "^4.4", - "symfony/http-foundation": "^4.4", - "symfony/http-kernel": "^4.4", - "symfony/intl": "^4.4", - "symfony/templating": "^4.4", + "symfony/config": "^4.4 || ^5.0", + "symfony/dependency-injection": "^4.4 || ^5.0", + "symfony/http-foundation": "^4.4 || ^5.0", + "symfony/http-kernel": "^4.4 || ^5.0", + "symfony/intl": "^4.4 || ^5.0", + "symfony/templating": "^4.4 || ^5.0", "twig/twig": "^2.9" }, "conflict": { @@ -36,9 +36,8 @@ }, "require-dev": { "matthiasnoback/symfony-dependency-injection-test": "^4.0", - "sonata-project/user-bundle": "^3.6 || ^4.0", "symfony/phpunit-bridge": "^5.1", - "symfony/security-core": "^4.4" + "symfony/security-core": "^4.4 || ^5.0" }, "config": { "sort-packages": true