diff --git a/composer.json b/composer.json index 3df5f9e..334837a 100644 --- a/composer.json +++ b/composer.json @@ -1,48 +1,48 @@ { - "name": "bold-commerce/module-checkout", - "description": "Bold Checkout integration module", - "type": "magento2-module", - "license": [ - "MIT" - ], - "version": "2.3.1", - "require": { - "ext-curl": "*", - "magento/framework": ">=102.0.1 <103.0.8", - "magento/module-backend": ">=101.0.1 <102.0.8", - "magento/module-bundle": ">=100.3.1 <101.0.8", - "magento/module-catalog": ">=103.0.1 <104.0.8", - "magento/module-catalog-import-export": ">=101.0.1 <101.1.8", - "magento/module-checkout": ">=100.3.1 <100.4.8", - "magento/module-config": ">=101.1.1 <101.2.8", - "magento/module-configurable-product": ">=100.3.1 <100.4.8", - "magento/module-customer": ">=102.0.1 <103.0.8", - "magento/module-directory": ">=100.3.1 <100.4.8", - "magento/module-eav": ">=102.0.1 <102.1.8", - "magento/module-grouped-product": ">=100.3.1 <100.4.8", - "magento/module-import-export": ">=100.3.1 <101.0.8", - "magento/module-integration": ">=100.3.1 <100.4.8", - "magento/module-payment": ">=100.3.1 <100.4.8", - "magento/module-quote": ">=101.1.1 <101.2.8", - "magento/module-reports": ">=100.3.1 <100.4.8", - "magento/module-sales": ">=102.0.1 <103.0.8", - "magento/module-store": ">=101.0.1 <101.1.8", - "magento/module-tax": ">=100.3.1 <100.4.8", - "psr/log": "*" - }, - "require-dev": { - "dms/phpunit-arraysubset-asserts": "^0.5.0", - "rector/rector": "^1.1" - }, - "suggest": { - "magento/module-inventory-sales-api": "type: magento2-module, name: Magento_InventorySalesApi, version: *" - }, - "autoload": { - "files": [ - "registration.php" + "name": "bold-commerce/module-checkout", + "description": "Bold Checkout integration module", + "type": "magento2-module", + "license": [ + "MIT" ], - "psr-4": { - "Bold\\Checkout\\": "" + "version": "2.3.2", + "require": { + "ext-curl": "*", + "magento/framework": ">=102.0.1 <=103.0.9", + "magento/module-backend": ">=101.0.1 <=103.0.9", + "magento/module-bundle": ">=100.3.1 <=101.0.9", + "magento/module-catalog": ">=103.0.1 <=105.0.9", + "magento/module-catalog-import-export": ">=101.0.1 <=101.1.9", + "magento/module-checkout": ">=100.3.1 <=100.5.9", + "magento/module-config": ">=101.1.1 <=102.0.9", + "magento/module-configurable-product": ">=100.3.1 <=100.4.9", + "magento/module-customer": ">=102.0.1 <=104.0.9", + "magento/module-directory": ">=100.3.1 <=100.5.9", + "magento/module-eav": ">=102.0.1 <=102.1.9", + "magento/module-grouped-product": ">=100.3.1 <=100.4.9", + "magento/module-import-export": ">=100.3.1 <=101.0.9", + "magento/module-integration": ">=100.3.1 <=100.4.9", + "magento/module-payment": ">=100.3.1 <=100.5.9", + "magento/module-quote": ">=101.1.1 <=101.3.9", + "magento/module-reports": ">=100.3.1 <=100.4.9", + "magento/module-sales": ">=102.0.1 <=104.0.9", + "magento/module-store": ">=101.0.1 <=102.0.9", + "magento/module-tax": ">=100.3.1 <=100.4.9", + "psr/log": "*" + }, + "require-dev": { + "dms/phpunit-arraysubset-asserts": "^0.5.0", + "rector/rector": "^1.1" + }, + "suggest": { + "magento/module-inventory-sales-api": "type: magento2-module, name: Magento_InventorySalesApi, version: *" + }, + "autoload": { + "files": [ + "registration.php" + ], + "psr-4": { + "Bold\\Checkout\\": "" + } } - } }