%PDF- %PDF-
| Direktori : /home/bitrix/www/local/php_interface/lib/vendor/kreait/firebase-tokens/ |
| Current File : /home/bitrix/www/local/php_interface/lib/vendor/kreait/firebase-tokens/composer.json |
{
"name": "kreait/firebase-tokens",
"description": "A library to work with Firebase tokens",
"type": "library",
"keywords": ["firebase", "google", "token", "authentication", "auth"],
"homepage": "https://github.com/kreait/firebase-token-php",
"license": "MIT",
"authors": [
{
"name": "Jérôme Gamez",
"homepage": "https://github.com/jeromegamez"
}
],
"require": {
"php": "^7.0",
"fig/http-message-util": "^1.1",
"guzzlehttp/guzzle": "^6.2.1",
"lcobucci/jwt": "^3.2",
"psr/simple-cache": "^1.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.0",
"phpstan/phpstan-phpunit": "^0.9.3",
"phpunit/phpunit": "^6.0"
},
"autoload": {
"psr-4": {
"Firebase\\Auth\\Token\\": "src"
}
},
"autoload-dev": {
"psr-4": {
"Firebase\\Auth\\Token\\Tests\\": "tests"
}
},
"config": {
"platform": {
"php": "7.0"
},
"sort-packages": true
}
}