{
    "name":"veriteworks/cookiefix",
    "type":"magento2-module",
    "license": [
        "OSL-3.0",
        "AFL-3.0"
    ],
    "description":"Magento2 extension for Cookie SameSite attribute.",
    "version":"3.1.2",
    "authors":[
        {
            "name":"Hirokazu Nishi",
            "email":"nishi@veriteworks.co.jp",
            "homepage":"https://principle-works.jp/",
            "role":"developer"
        }
    ],
    "require": {
        "php": "~7.4.0||~8.1.0||~8.2.0||~8.3.0",
        "magento/framework": "~102.0.6-p1||~103.0.1",
        "lib-libxml": "*"
    },
    "autoload": {
        "files": [
            "registration.php"
        ],
        "psr-4": {
            "Veriteworks\\CookieFix\\": ""
        }
    }
}
