installed.json 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. {
  2. "packages": [
  3. {
  4. "name": "orhanerday/open-ai",
  5. "version": "5.2",
  6. "version_normalized": "5.2.0.0",
  7. "source": {
  8. "type": "git",
  9. "url": "https://github.com/orhanerday/open-ai.git",
  10. "reference": "d8c78fe2f5fed59e0ba458f90b5589ed9f13a367"
  11. },
  12. "dist": {
  13. "type": "zip",
  14. "url": "https://api.github.com/repos/orhanerday/open-ai/zipball/d8c78fe2f5fed59e0ba458f90b5589ed9f13a367",
  15. "reference": "d8c78fe2f5fed59e0ba458f90b5589ed9f13a367",
  16. "shasum": ""
  17. },
  18. "require": {
  19. "ext-curl": "*",
  20. "ext-json": "*",
  21. "php": ">=7.4"
  22. },
  23. "require-dev": {
  24. "friendsofphp/php-cs-fixer": "^3.0",
  25. "pestphp/pest": "^1.20",
  26. "spatie/ray": "^1.28"
  27. },
  28. "time": "2024-05-29T12:31:54+00:00",
  29. "type": "library",
  30. "installation-source": "dist",
  31. "autoload": {
  32. "psr-4": {
  33. "Orhanerday\\OpenAi\\": "src"
  34. }
  35. },
  36. "notification-url": "https://packagist.org/downloads/",
  37. "license": [
  38. "MIT"
  39. ],
  40. "authors": [
  41. {
  42. "name": "Orhan Erday",
  43. "email": "orhanerday@gmail.com",
  44. "role": "Developer"
  45. }
  46. ],
  47. "description": "OpenAI GPT-3 Api Client in PHP",
  48. "homepage": "https://github.com/orhanerday/open-ai",
  49. "keywords": [
  50. "open-ai",
  51. "orhanerday"
  52. ],
  53. "support": {
  54. "issues": "https://github.com/orhanerday/open-ai/issues",
  55. "source": "https://github.com/orhanerday/open-ai/tree/5.2"
  56. },
  57. "funding": [
  58. {
  59. "url": "https://github.com/orhanerday",
  60. "type": "github"
  61. }
  62. ],
  63. "install-path": "../orhanerday/open-ai"
  64. }
  65. ],
  66. "dev": true,
  67. "dev-package-names": []
  68. }