{
    "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||~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",
            "/.github"
        ]
    },
    "type": "magento2-module",
    "version": "1.1.3",
    "authors": [
        {
            "name": "Tuyen Nguyen",
            "email": "thinghost76@gmail.com",
            "homepage": "https://thinghost.info/",
            "role": "developer"
        }
    ],
    "license": [
        "OSL-3.0",
        "AFL-3.0"
    ],
    "autoload": {
        "files": [
            "registration.php"
        ],
        "psr-4": {
            "GhoSter\\OutOfStockAtLast\\": ""
        }
    }
}
