Skip to content
Kevin LABECOT edited this page May 13, 2014 · 1 revision

Sample configuration to use include the SDK using Composer :

{  
"repositories": [
        {
            "type": "package",
            "package": {
                "name": "Kevin/passslot-sdk",
                "version": "0.3.1",
                "source": {
                    "url": "https://github.com/kevin39/passslot-php-sdk.git",
                    "type": "git",
                    "reference": "0.3.1"
                },
                "autoload": {
                    "classmap": ["src/"]
                }
            }
        }
    ],
    "require": {
        "Kevin/passslot-sdk": "0.3.*"
    }
}
Clone this wiki locally