{
    "name": "opensrs/osrs-toolkit-php",
    "description": "OpenSRS PHP Toolkit",
    "type": "library",
    "homepage": "https://opensrs.com",
    "license": "MIT",
    "authors": [
        {
            "name": "Colin Campbell",
            "email": "ccampbell@tucows.com"
        },
        {
            "name": "Kris Atkinson",
            "email": "katkinson@tucows.com"
        }
    ],
    "require": {
        "mustangostang/spyc": "^0.5.1"
    },
    "require-dev": {
        "phpunit/phpunit": "^4.7"
    },
    "autoload": {
        "psr-4": {
            "opensrs\\": "opensrs"
        }
    },
    "minimum-stability" : "dev",
    "prefer-stable" : true
}
