42 lines
963 B
JSON
42 lines
963 B
JSON
{
|
|
"name": "adnanhussainturki/microsoft-api-php",
|
|
"description": "PHP Wrapper the OneDrive API",
|
|
"keywords": [
|
|
"onedrive",
|
|
"api"
|
|
],
|
|
"homepage": "https://github.com/AdnanHussainTurki/microsoft-api-php",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Adnan Hussain Turki",
|
|
"email": "adnanhussainturki@gmail.com",
|
|
"homepage": "https://www.myphpnotes.com",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=5.6",
|
|
"microsoft/microsoft-graph": "^1.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^6.0"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"myPHPnotes\\Microsoft\\": "src"
|
|
}
|
|
},
|
|
"autoload-dev": {
|
|
"psr-4": {
|
|
"myPHPnotes\\Microsoft\\Test\\": "tests"
|
|
}
|
|
},
|
|
"scripts": {
|
|
"test": "vendor/bin/phpunit"
|
|
},
|
|
"config": {
|
|
"sort-packages": true
|
|
}
|
|
}
|