{
    "name": "dinhvan/wishlist",
    "description": "Customisation of native wishlist module",
    "type": "magento2-module",
    "license": "proprietary",
    "require": {
        "magento/framework": "^103.0.*",
        "magento/module-wishlist": "~101.2.6"
    },
    "autoload": {
        "psr-4": {
            "Dinhvan\\Wishlist\\": ""
        },
        "files": [
            "registration.php"
        ]
    }
}
