Skip to content

Commit

Permalink
Bump 1.1.2 Support php 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tuyennn authored May 6, 2024
1 parent b0b9652 commit 842608a
Showing 1 changed file with 19 additions and 3 deletions.
22 changes: 19 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,27 @@
"name": "ghoster/module-outofstockatlast",
"description": "Magento 2.4.x module Sort Out Of Stock Product At last the product list",
"require": {
"php": "~7.4.0||~8.0.0||~8.1.0||~8.2.0",
"magento/module-elasticsearch-7": "*"
"php": "~7.4.0||~8.0.0||~8.1.0||~8.2.0||~8.3.0",
"magento/framework": "^102.0|^103.0"
},
"minimum-stability": "stable",
"archive": {
"exclude": [
"/.gitignore",
"/grumphp.yml",
"/pdepend.xml",
"/phpstan.neon",
"/phpunit.xml",
"/phpcs.xml",
"/phpmd.xml",
"/package.json",
"/.eslintrc.json",
"/.eslintignore",
"/tests"
]
},
"type": "magento2-module",
"version": "1.1.1",
"version": "1.1.2",
"authors": [
{
"name": "Tuyen Nguyen",
Expand Down

0 comments on commit 842608a

Please sign in to comment.