ESH/mc/vendor/adnanhussainturki/microsoft-api-php/composer.json

42 lines
963 B
JSON
Raw Normal View History

2024-10-23 18:28:06 +05:30
{
"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
}
}