|
Server : Apache/2.4.41 (Ubuntu) System : Linux vmi1525618.contaboserver.net 5.4.0-105-generic #119-Ubuntu SMP Mon Mar 7 18:49:24 UTC 2022 x86_64 User : www-data ( 33) PHP Version : 8.2.12 Disable Function : NONE Directory : /var/www/poskrypt/admin.poskrypt.com/vendor/spatie/dropbox-api/ |
Upload File : |
{
"name": "spatie/dropbox-api",
"description": "A minimal implementation of Dropbox API v2",
"keywords": [
"spatie",
"dropbox-api",
"dropbox",
"api",
"v2"
],
"homepage": "https://github.com/spatie/dropbox-api",
"license": "MIT",
"authors": [
{
"name": "Alex Vanderbist",
"email": "alex.vanderbist@gmail.com",
"homepage": "https://spatie.be",
"role": "Developer"
},
{
"name": "Freek Van der Herten",
"email": "freek@spatie.be",
"homepage": "https://spatie.be",
"role": "Developer"
}
],
"require": {
"php": "^8.1",
"ext-json": "*",
"graham-campbell/guzzle-factory": "^4.0.2|^5.0|^6.0|^7.0",
"guzzlehttp/guzzle": "^6.2|^7.0"
},
"require-dev": {
"laravel/pint": "^1.10.1",
"phpstan/phpstan": "^1.10.16",
"phpunit/phpunit": "^9.4"
},
"autoload": {
"psr-4": {
"Spatie\\Dropbox\\": "src"
}
},
"autoload-dev": {
"psr-4": {
"Spatie\\Dropbox\\Test\\": "tests"
}
},
"scripts": {
"test": "vendor/bin/phpunit",
"pint": "vendor/bin/pint",
"phpstan": "vendor/bin/phpstan analyze"
},
"config": {
"sort-packages": true
}
}