{
    "name": "detrack/detrack-core",
    "description": "Official core library for developers working with the Detrack API",
    "keywords": ["detrack"],
    "homepage": "https://github.com/detrack/detrack-core-php",
    "type": "library",
    "require": {
        "guzzlehttp/guzzle": "^6.3",
        "nesbot/carbon": "^1.22"
    },
    "require-dev":{
      "phpunit/phpunit": "^6.5",
      "vlucas/phpdotenv": "^2.4",
      "intervention/image": "^2.4"
    },
    "license": "MIT",
    "authors": [
        {
            "name": "Chester Koh",
            "email": "chester@detrack.com"
        },
        {
            "name": "chesnutcase",
            "email": "chester8991@gmail.com"
        }
    ],
    "autoload": {
        "psr-4" : {
            "Detrack\\DetrackCore\\" : "src/"
        }
    }
}
