{
    "name": "shipperhq/library-graphql",
    "description": "ShipperHQ GraphQL Library",
    "type": "magento2-library",
    "version": "20.5.4",
    "license": [
        "OSL-3.0",
        "AFL-3.0"
    ],
    "authors": [
        {
            "name": "ShipperHQ",
            "email": "sales@shipperhq.com",
            "homepage": "http://www.Shipperhq.com"
        },
        {
            "name": "Zowta LLC"
        }
    ],
    "require": {
        "laminas/laminas-http": "~2.0",
        "netresearch/jsonmapper": "^4.0",
        "ext-json": "*"
    },
    "support": {
        "documentation": "http://docs.shipperhq.com"
    },
    "autoload": {
        "files": [
            "src/registration.php"
        ],
        "psr-4": {
            "ShipperHQ\\GraphQL\\": "src/"
        }
    }
}
