composer.lock 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. {
  2. "_readme": [
  3. "This file locks the dependencies of your project to a known state",
  4. "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
  5. "This file is @generated automatically"
  6. ],
  7. "content-hash": "76121b5f917b400d0ce13d19840979b8",
  8. "packages": [
  9. {
  10. "name": "ktamas77/firebase-php",
  11. "version": "3.0.0",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/ktamas77/firebase-php.git",
  15. "reference": "80ccc4dc2996d6ebfbb2ace74569293bb94062ac"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/ktamas77/firebase-php/zipball/80ccc4dc2996d6ebfbb2ace74569293bb94062ac",
  20. "reference": "80ccc4dc2996d6ebfbb2ace74569293bb94062ac",
  21. "shasum": ""
  22. },
  23. "require": {
  24. "ext-curl": "*",
  25. "ext-json": "*",
  26. "php": ">=7.2"
  27. },
  28. "require-dev": {
  29. "phpunit/phpunit": "^8.5",
  30. "squizlabs/php_codesniffer": "^3.5"
  31. },
  32. "type": "library",
  33. "autoload": {
  34. "classmap": [
  35. "src"
  36. ]
  37. },
  38. "notification-url": "https://packagist.org/downloads/",
  39. "license": [
  40. "MIT"
  41. ],
  42. "authors": [
  43. {
  44. "name": "Tamas Kalman",
  45. "email": "ktamas77@gmail.com"
  46. }
  47. ],
  48. "description": "Firebase PHP Client",
  49. "homepage": "https://github.com/ktamas77/firebase-php",
  50. "keywords": [
  51. "firebase",
  52. "rest",
  53. "wrapper"
  54. ],
  55. "support": {
  56. "issues": "https://github.com/ktamas77/firebase-php/issues",
  57. "source": "https://github.com/ktamas77/firebase-php/tree/v3.0.0"
  58. },
  59. "funding": [
  60. {
  61. "url": "https://github.com/ktamas77",
  62. "type": "github"
  63. }
  64. ],
  65. "time": "2021-01-14T12:49:42+00:00"
  66. }
  67. ],
  68. "packages-dev": [],
  69. "aliases": [],
  70. "minimum-stability": "stable",
  71. "stability-flags": [],
  72. "prefer-stable": false,
  73. "prefer-lowest": false,
  74. "platform": [],
  75. "platform-dev": [],
  76. "plugin-api-version": "2.0.0"
  77. }