From ae4936e47faa4c87c6c0c1dca2e871141cc0936f Mon Sep 17 00:00:00 2001 From: tuyennn Date: Mon, 29 May 2023 11:27:06 +0700 Subject: [PATCH] PHP8.2 Compatibility --- .travis.yml | 2 +- composer.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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",