diff --git a/composer.json b/composer.json index 9fb612a..7e04143 100644 --- a/composer.json +++ b/composer.json @@ -1,10 +1,11 @@ { "name": "nikitospush/barcode-bundle", "type": "symfony-bundle", - "description": "Symfony 4 & 5 Barcode Generator Bundle with Twig function extension", + "description": "Symfony 4, 5 & 6 Barcode Generator Bundle with Twig function extension", "keywords": [ "Symfony4", "Symfony5", + "Symfony6", "Flex", "barcode", "Symfony", @@ -17,9 +18,9 @@ "license": "Apache-2.0", "require": { "php": ">=7.1", - "symfony/framework-bundle": "^4.0|^5.0", - "symfony/twig-bundle": "^4.0|^5.0", - "symfony/options-resolver": "^4.0|^5.0" + "symfony/framework-bundle": "^4.0|^5.0|^6.0", + "symfony/twig-bundle": "^4.0|^5.0|^6.0", + "symfony/options-resolver": "^4.0|^5.0|^6.0" }, "require-dev": { "phpunit/phpunit": "^7"