Skip to content

Commit

Permalink
Bump 1.0.5: Support Magento 2.4.4 and PHP 8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tuyennn committed Jun 9, 2022
1 parent 66caa9f commit 31acd50
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ language: php
php:
- 7.3
- 7.4
- 8.1

before_install:
- composer create-project magento/magento-coding-standard --stability=dev magento-coding-standard
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
"php": "~7.3.0||~7.4.0||~8.0.0||~8.1.0",
"magento/module-elasticsearch-7": "*"
},
"type": "magento2-module",
"version": "1.0.4",
"version": "1.0.5",
"authors": [
{
"name": "Tuyen Nguyen",
Expand Down

0 comments on commit 31acd50

Please sign in to comment.