{
    "name": "zack6849/ship-station",
    "description": "An updated and maintained PHP Wrapper for ShipStation's rest api, forked from michaelb/ship-station, docs @ https://shipstation.docs.apiary.io/",
    "type": "library",
    "homepage": "https://github.com/zack6849/ship-station/",
    "keywords": ["ship", "shipping", "ship-station", "shipstation", "api", "wrapper"],
    "license": "MIT",
    "authors": [
        {
            "name": "Zachary Craig",
            "email": "zack@zack6849.com",
            "homepage": "https://zack6849.com",
            "role": "maintainer"
        },
        {
            "name": "Michael Bonds",
            "email": "mbonds1219@gmail.com",
            "homepage": "http://michaelbonds.com",
            "role": "author"
        }
    ],
    "autoload": {
        "psr-4": {
            "MichaelB\\ShipStation\\": "src/"
        }
    },
    "require": {
        "guzzlehttp/guzzle": "~7.0"
    },
    "replace":{
        "michaelb/ship-station": "*"
    }
}
