diff --git a/composer.json b/composer.json index 9d94651..6f1c583 100644 --- a/composer.json +++ b/composer.json @@ -11,7 +11,7 @@ } ], "require": { - "php": "~7.0.0 || ~7.1.0 || ~7.2.0 || ~7.3.0 || ~7.4.0 || ~8.1.0 || ~8.2.0", + "php": "~7.0.0 || ~7.1.0 || ~7.2.0 || ~7.3.0 || ~7.4.0 || ~8.1.0 || ~8.2.0 || ~8.3.0", "magento/framework": "^100.1 || ^101.0 || ^102.0 || ^103.0", "magento/module-backend": "^100.1 || ^101.0 || ^102.0", "magento/module-catalog": "^101.0 || ^102.0 || ^103.0 || ^104.0", @@ -20,7 +20,7 @@ "magento/module-store": "^100.1 || ^101.0", "magento/module-theme": "^100.1 || ^101.0", "magento/module-ui": "^100.1 || ^101.0", - "symfony/console": "^2.5 || ^3.0 || ^4.0 || ^5.0" + "symfony/console": "^2.5 || ^3.0 || ^4.0 || ^5.0 || ^6.0" }, "require-dev": { "bamarni/composer-bin-plugin": "^1.7", diff --git a/composer.lock b/composer.lock index 05545db..8932932 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "f26401ea7853ed78f28734e1c96eef87", + "content-hash": "40ad8ce53bffba8a7c69e20e0ea08ba1", "packages": [ { "name": "brick/math", @@ -10232,7 +10232,7 @@ "prefer-stable": false, "prefer-lowest": false, "platform": { - "php": "~7.0.0 || ~7.1.0 || ~7.2.0 || ~7.3.0 || ~7.4.0 || ~8.1.0 || ~8.2.0" + "php": "~7.0.0 || ~7.1.0 || ~7.2.0 || ~7.3.0 || ~7.4.0 || ~8.1.0 || ~8.2.0 || ~8.3.0" }, "platform-dev": [], "plugin-api-version": "2.6.0"