composer.json 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. {
  2. "require": {
  3. "php": "^8.2",
  4. "ext-bcmath": "*",
  5. "ext-curl": "*",
  6. "ext-fileinfo": "*",
  7. "ext-json": "*",
  8. "ext-mbstring": "*",
  9. "ext-mysqli": "*",
  10. "ext-openssl": "*",
  11. "ext-pdo": "*",
  12. "ext-posix": "*",
  13. "ext-redis": "*",
  14. "ext-xml": "*",
  15. "ext-yaml": "*",
  16. "ext-zip": "*",
  17. "alibabacloud/dm-20170622": "^1",
  18. "alipaysdk/openapi": "*@dev",
  19. "aws/aws-sdk-php": "^3",
  20. "danielsreichenbach/geoip2-update": "^2",
  21. "geoip2/geoip2": "^3",
  22. "guzzlehttp/guzzle": "^7",
  23. "guzzlehttp/psr7": "^2",
  24. "illuminate/database": "^11",
  25. "illuminate/pagination": "^11",
  26. "irazasyed/telegram-bot-sdk": "^3",
  27. "lcobucci/jwt": "^5",
  28. "league/html-to-markdown": "^5",
  29. "mailchimp/transactional": "^1",
  30. "mailgun/mailgun-php": "^4",
  31. "monolog/monolog": "^3",
  32. "nikolaposa/rate-limit": "^3",
  33. "openai-php/client": "^0",
  34. "phpmailer/phpmailer": "^6",
  35. "postal/postal": "^2",
  36. "ramsey/uuid": "^4",
  37. "resend/resend-php": "^0.18.1",
  38. "sendgrid/sendgrid": "^8",
  39. "sentry/sdk": "^4",
  40. "slim/http": "^1",
  41. "slim/slim": "^4",
  42. "smarty/smarty": "^5",
  43. "srmklive/paypal": "^3",
  44. "stripe/stripe-php": "^18",
  45. "symfony/http-client": "^7",
  46. "symfony/translation": "^7",
  47. "twig/twig": "^3",
  48. "vectorface/googleauthenticator": "^3",
  49. "voku/anti-xss": "^4",
  50. "web-auth/webauthn-framework": "^5.2"
  51. },
  52. "autoload": {
  53. "psr-4": {
  54. "App\\": "src/"
  55. }
  56. },
  57. "config": {
  58. "sort-packages": true,
  59. "optimize-autoloader": true,
  60. "allow-plugins": {
  61. "dealerdirect/phpcodesniffer-composer-installer": true,
  62. "php-http/discovery": true
  63. }
  64. },
  65. "require-dev": {
  66. "dg/bypass-finals": "^1",
  67. "nunomaduro/phpinsights": "*",
  68. "phpunit/phpunit": "^10|^11"
  69. },
  70. "scripts": {
  71. "update-dev-windows": [
  72. "composer update --ignore-platform-req=ext-posix"
  73. ],
  74. "install-dev-windows": [
  75. "composer install --ignore-platform-req=ext-posix"
  76. ]
  77. },
  78. "type": "project"
  79. }