diff --git a/.travis.yml b/.travis.yml index 1d690f8..f57b2fd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,9 +3,9 @@ dist: bionic language: php php: - - 7.3 - 7.4 - 8.1 + - 8.2 before_install: - composer create-project magento/magento-coding-standard --stability=dev magento-coding-standard diff --git a/composer.json b/composer.json index 1de1641..db465fb 100644 --- a/composer.json +++ b/composer.json @@ -2,11 +2,11 @@ "name": "ghoster/module-outofstockatlast", "description": "Magento 2.4.x module Sort Out Of Stock Product At last the product list", "require": { - "php": "~7.3.0||~7.4.0||~8.0.0||~8.1.0", + "php": "~7.4.0||~8.0.0||~8.1.0||~8.2.0", "magento/module-elasticsearch-7": "*" }, "type": "magento2-module", - "version": "1.0.5", + "version": "1.0.6", "authors": [ { "name": "Tuyen Nguyen",