composer.json 8.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201
  1. {
  2. "name": "laravel/framework",
  3. "description": "The Laravel Framework.",
  4. "keywords": ["framework", "laravel"],
  5. "license": "MIT",
  6. "homepage": "https://laravel.com",
  7. "support": {
  8. "issues": "https://github.com/laravel/framework/issues",
  9. "source": "https://github.com/laravel/framework"
  10. },
  11. "authors": [
  12. {
  13. "name": "Taylor Otwell",
  14. "email": "taylor@laravel.com"
  15. }
  16. ],
  17. "require": {
  18. "php": "^8.2",
  19. "ext-ctype": "*",
  20. "ext-filter": "*",
  21. "ext-hash": "*",
  22. "ext-mbstring": "*",
  23. "ext-openssl": "*",
  24. "ext-session": "*",
  25. "ext-tokenizer": "*",
  26. "composer-runtime-api": "^2.2",
  27. "brick/math": "^0.9.3|^0.10.2|^0.11|^0.12",
  28. "doctrine/inflector": "^2.0.5",
  29. "dragonmantank/cron-expression": "^3.3.2",
  30. "egulias/email-validator": "^3.2.1|^4.0",
  31. "fruitcake/php-cors": "^1.3",
  32. "guzzlehttp/guzzle": "^7.8",
  33. "guzzlehttp/uri-template": "^1.0",
  34. "laravel/prompts": "^0.1.18",
  35. "laravel/serializable-closure": "^1.3",
  36. "league/commonmark": "^2.2.1",
  37. "league/flysystem": "^3.8.0",
  38. "monolog/monolog": "^3.0",
  39. "nesbot/carbon": "^2.72.2|^3.0",
  40. "nunomaduro/termwind": "^2.0",
  41. "psr/container": "^1.1.1|^2.0.1",
  42. "psr/log": "^1.0|^2.0|^3.0",
  43. "psr/simple-cache": "^1.0|^2.0|^3.0",
  44. "ramsey/uuid": "^4.7",
  45. "symfony/console": "^7.0",
  46. "symfony/error-handler": "^7.0",
  47. "symfony/finder": "^7.0",
  48. "symfony/http-foundation": "^7.0",
  49. "symfony/http-kernel": "^7.0",
  50. "symfony/mailer": "^7.0",
  51. "symfony/mime": "^7.0",
  52. "symfony/polyfill-php83": "^1.28",
  53. "symfony/process": "^7.0",
  54. "symfony/routing": "^7.0",
  55. "symfony/uid": "^7.0",
  56. "symfony/var-dumper": "^7.0",
  57. "tijsverkoyen/css-to-inline-styles": "^2.2.5",
  58. "vlucas/phpdotenv": "^5.4.1",
  59. "voku/portable-ascii": "^2.0"
  60. },
  61. "replace": {
  62. "illuminate/auth": "self.version",
  63. "illuminate/broadcasting": "self.version",
  64. "illuminate/bus": "self.version",
  65. "illuminate/cache": "self.version",
  66. "illuminate/collections": "self.version",
  67. "illuminate/conditionable": "self.version",
  68. "illuminate/config": "self.version",
  69. "illuminate/console": "self.version",
  70. "illuminate/container": "self.version",
  71. "illuminate/contracts": "self.version",
  72. "illuminate/cookie": "self.version",
  73. "illuminate/database": "self.version",
  74. "illuminate/encryption": "self.version",
  75. "illuminate/events": "self.version",
  76. "illuminate/filesystem": "self.version",
  77. "illuminate/hashing": "self.version",
  78. "illuminate/http": "self.version",
  79. "illuminate/log": "self.version",
  80. "illuminate/macroable": "self.version",
  81. "illuminate/mail": "self.version",
  82. "illuminate/notifications": "self.version",
  83. "illuminate/pagination": "self.version",
  84. "illuminate/pipeline": "self.version",
  85. "illuminate/process": "self.version",
  86. "illuminate/queue": "self.version",
  87. "illuminate/redis": "self.version",
  88. "illuminate/routing": "self.version",
  89. "illuminate/session": "self.version",
  90. "illuminate/support": "self.version",
  91. "illuminate/testing": "self.version",
  92. "illuminate/translation": "self.version",
  93. "illuminate/validation": "self.version",
  94. "illuminate/view": "self.version",
  95. "spatie/once": "*"
  96. },
  97. "require-dev": {
  98. "ext-gmp": "*",
  99. "ably/ably-php": "^1.0",
  100. "aws/aws-sdk-php": "^3.235.5",
  101. "fakerphp/faker": "^1.23",
  102. "league/flysystem-aws-s3-v3": "^3.0",
  103. "league/flysystem-ftp": "^3.0",
  104. "league/flysystem-path-prefixing": "^3.3",
  105. "league/flysystem-read-only": "^3.3",
  106. "league/flysystem-sftp-v3": "^3.0",
  107. "mockery/mockery": "^1.6",
  108. "nyholm/psr7": "^1.2",
  109. "orchestra/testbench-core": "^9.0.15",
  110. "pda/pheanstalk": "^5.0",
  111. "phpstan/phpstan": "^1.4.7",
  112. "phpunit/phpunit": "^10.5|^11.0",
  113. "predis/predis": "^2.0.2",
  114. "resend/resend-php": "^0.10.0",
  115. "symfony/cache": "^7.0",
  116. "symfony/http-client": "^7.0",
  117. "symfony/psr-http-message-bridge": "^7.0"
  118. },
  119. "conflict": {
  120. "mockery/mockery": "1.6.8",
  121. "tightenco/collect": "<5.5.33"
  122. },
  123. "provide": {
  124. "psr/container-implementation": "1.1|2.0",
  125. "psr/simple-cache-implementation": "1.0|2.0|3.0"
  126. },
  127. "autoload": {
  128. "files": [
  129. "src/Illuminate/Collections/helpers.php",
  130. "src/Illuminate/Events/functions.php",
  131. "src/Illuminate/Filesystem/functions.php",
  132. "src/Illuminate/Foundation/helpers.php",
  133. "src/Illuminate/Support/helpers.php"
  134. ],
  135. "psr-4": {
  136. "Illuminate\\": "src/Illuminate/",
  137. "Illuminate\\Support\\": [
  138. "src/Illuminate/Macroable/",
  139. "src/Illuminate/Collections/",
  140. "src/Illuminate/Conditionable/"
  141. ]
  142. }
  143. },
  144. "autoload-dev": {
  145. "files": [
  146. "tests/Database/stubs/MigrationCreatorFakeMigration.php"
  147. ],
  148. "psr-4": {
  149. "Illuminate\\Tests\\": "tests/"
  150. }
  151. },
  152. "extra": {
  153. "branch-alias": {
  154. "dev-master": "11.x-dev"
  155. }
  156. },
  157. "suggest": {
  158. "ext-apcu": "Required to use the APC cache driver.",
  159. "ext-fileinfo": "Required to use the Filesystem class.",
  160. "ext-ftp": "Required to use the Flysystem FTP driver.",
  161. "ext-gd": "Required to use Illuminate\\Http\\Testing\\FileFactory::image().",
  162. "ext-memcached": "Required to use the memcache cache driver.",
  163. "ext-pcntl": "Required to use all features of the queue worker and console signal trapping.",
  164. "ext-pdo": "Required to use all database features.",
  165. "ext-posix": "Required to use all features of the queue worker.",
  166. "ext-redis": "Required to use the Redis cache and queue drivers (^4.0|^5.0|^6.0).",
  167. "ably/ably-php": "Required to use the Ably broadcast driver (^1.0).",
  168. "aws/aws-sdk-php": "Required to use the SQS queue driver, DynamoDb failed job storage, and SES mail driver (^3.235.5).",
  169. "brianium/paratest": "Required to run tests in parallel (^7.0|^8.0).",
  170. "fakerphp/faker": "Required to use the eloquent factory builder (^1.9.1).",
  171. "filp/whoops": "Required for friendly error pages in development (^2.14.3).",
  172. "laravel/tinker": "Required to use the tinker console command (^2.0).",
  173. "league/flysystem-aws-s3-v3": "Required to use the Flysystem S3 driver (^3.0).",
  174. "league/flysystem-ftp": "Required to use the Flysystem FTP driver (^3.0).",
  175. "league/flysystem-path-prefixing": "Required to use the scoped driver (^3.3).",
  176. "league/flysystem-read-only": "Required to use read-only disks (^3.3)",
  177. "league/flysystem-sftp-v3": "Required to use the Flysystem SFTP driver (^3.0).",
  178. "mockery/mockery": "Required to use mocking (^1.6).",
  179. "nyholm/psr7": "Required to use PSR-7 bridging features (^1.2).",
  180. "pda/pheanstalk": "Required to use the beanstalk queue driver (^5.0).",
  181. "phpunit/phpunit": "Required to use assertions and run tests (^10.5|^11.0).",
  182. "predis/predis": "Required to use the predis connector (^2.0.2).",
  183. "psr/http-message": "Required to allow Storage::put to accept a StreamInterface (^1.0).",
  184. "pusher/pusher-php-server": "Required to use the Pusher broadcast driver (^6.0|^7.0).",
  185. "resend/resend-php": "Required to enable support for the Resend mail transport (^0.10.0).",
  186. "symfony/cache": "Required to PSR-6 cache bridge (^7.0).",
  187. "symfony/filesystem": "Required to enable support for relative symbolic links (^7.0).",
  188. "symfony/http-client": "Required to enable support for the Symfony API mail transports (^7.0).",
  189. "symfony/mailgun-mailer": "Required to enable support for the Mailgun mail transport (^7.0).",
  190. "symfony/postmark-mailer": "Required to enable support for the Postmark mail transport (^7.0).",
  191. "symfony/psr-http-message-bridge": "Required to use PSR-7 bridging features (^7.0)."
  192. },
  193. "config": {
  194. "sort-packages": true,
  195. "allow-plugins": {
  196. "composer/package-versions-deprecated": true
  197. }
  198. },
  199. "minimum-stability": "stable",
  200. "prefer-stable": true
  201. }