{
    "name": "alphalisting/alphalisting",
    "description": "The A-Z Listing plugin for WordPress (based on work by Dani Llewellyn)",
    "license": "GPL-2.0-or-later",
    "type": "library",
    "authors": [
        {
            "name": "Ethan Lin",
            "email": "ethan.lin.05@gmail.com"
        }
    ],
    "config": {
        "platform": {
            "php": "8.3"
        },
        "allow-plugins": {
            "dealerdirect/phpcodesniffer-composer-installer": true,
            "kylekatarnls/update-helper": true
        }
    },
    "require": {
        "symfony/polyfill-mbstring": "^1.31.0"
    },
    "replace": {
        "symfony/polyfill-php54": "*",
        "symfony/polyfill-php55": "*",
        "symfony/polyfill-php56": "*",
        "symfony/polyfill-php70": "*"
    },
    "autoload": {
        "psr-4": {
            "eslin87\\AlphaListing\\": ["src/", "widgets/", "wp-includes/"]
        }
    },
    "scripts": {
        "npm-build": "npm run build"
    }
}
