composer.lock 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  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": "4e3e592b1c621fae8f09565f600db0ae",
  8. "packages": [
  9. {
  10. "name": "orhanerday/open-ai",
  11. "version": "5.2",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/orhanerday/open-ai.git",
  15. "reference": "d8c78fe2f5fed59e0ba458f90b5589ed9f13a367"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/orhanerday/open-ai/zipball/d8c78fe2f5fed59e0ba458f90b5589ed9f13a367",
  20. "reference": "d8c78fe2f5fed59e0ba458f90b5589ed9f13a367",
  21. "shasum": ""
  22. },
  23. "require": {
  24. "ext-curl": "*",
  25. "ext-json": "*",
  26. "php": ">=7.4"
  27. },
  28. "require-dev": {
  29. "friendsofphp/php-cs-fixer": "^3.0",
  30. "pestphp/pest": "^1.20",
  31. "spatie/ray": "^1.28"
  32. },
  33. "type": "library",
  34. "autoload": {
  35. "psr-4": {
  36. "Orhanerday\\OpenAi\\": "src"
  37. }
  38. },
  39. "notification-url": "https://packagist.org/downloads/",
  40. "license": [
  41. "MIT"
  42. ],
  43. "authors": [
  44. {
  45. "name": "Orhan Erday",
  46. "email": "orhanerday@gmail.com",
  47. "role": "Developer"
  48. }
  49. ],
  50. "description": "OpenAI GPT-3 Api Client in PHP",
  51. "homepage": "https://github.com/orhanerday/open-ai",
  52. "keywords": [
  53. "open-ai",
  54. "orhanerday"
  55. ],
  56. "support": {
  57. "issues": "https://github.com/orhanerday/open-ai/issues",
  58. "source": "https://github.com/orhanerday/open-ai/tree/5.2"
  59. },
  60. "funding": [
  61. {
  62. "url": "https://github.com/orhanerday",
  63. "type": "github"
  64. }
  65. ],
  66. "time": "2024-05-29T12:31:54+00:00"
  67. }
  68. ],
  69. "packages-dev": [],
  70. "aliases": [],
  71. "minimum-stability": "stable",
  72. "stability-flags": [],
  73. "prefer-stable": false,
  74. "prefer-lowest": false,
  75. "platform": [],
  76. "platform-dev": [],
  77. "platform-overrides": {
  78. "php": "7.4"
  79. },
  80. "plugin-api-version": "2.3.0"
  81. }