123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778 |
- {
- "_readme": [
- "This file locks the dependencies of your project to a known state",
- "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
- "This file is @generated automatically"
- ],
- "content-hash": "76121b5f917b400d0ce13d19840979b8",
- "packages": [
- {
- "name": "ktamas77/firebase-php",
- "version": "3.0.0",
- "source": {
- "type": "git",
- "url": "https://github.com/ktamas77/firebase-php.git",
- "reference": "80ccc4dc2996d6ebfbb2ace74569293bb94062ac"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/ktamas77/firebase-php/zipball/80ccc4dc2996d6ebfbb2ace74569293bb94062ac",
- "reference": "80ccc4dc2996d6ebfbb2ace74569293bb94062ac",
- "shasum": ""
- },
- "require": {
- "ext-curl": "*",
- "ext-json": "*",
- "php": ">=7.2"
- },
- "require-dev": {
- "phpunit/phpunit": "^8.5",
- "squizlabs/php_codesniffer": "^3.5"
- },
- "type": "library",
- "autoload": {
- "classmap": [
- "src"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Tamas Kalman",
- "email": "ktamas77@gmail.com"
- }
- ],
- "description": "Firebase PHP Client",
- "homepage": "https://github.com/ktamas77/firebase-php",
- "keywords": [
- "firebase",
- "rest",
- "wrapper"
- ],
- "support": {
- "issues": "https://github.com/ktamas77/firebase-php/issues",
- "source": "https://github.com/ktamas77/firebase-php/tree/v3.0.0"
- },
- "funding": [
- {
- "url": "https://github.com/ktamas77",
- "type": "github"
- }
- ],
- "time": "2021-01-14T12:49:42+00:00"
- }
- ],
- "packages-dev": [],
- "aliases": [],
- "minimum-stability": "stable",
- "stability-flags": [],
- "prefer-stable": false,
- "prefer-lowest": false,
- "platform": [],
- "platform-dev": [],
- "plugin-api-version": "2.0.0"
- }
|