forked from passslot/passslot-php-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
Using composer
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.*"
}
}