composer.json 9.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212
  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.4",
  30. "egulias/email-validator": "^3.2.1|^4.0",
  31. "fruitcake/php-cors": "^1.3",
  32. "guzzlehttp/guzzle": "^7.8.2",
  33. "guzzlehttp/uri-template": "^1.0",
  34. "laravel/prompts": "^0.1.18|^0.2.0|^0.3.0",
  35. "laravel/serializable-closure": "^1.3|^2.0",
  36. "league/commonmark": "^2.6",
  37. "league/flysystem": "^3.25.1",
  38. "league/flysystem-local": "^3.25.1",
  39. "league/uri": "^7.5.1",
  40. "monolog/monolog": "^3.0",
  41. "nesbot/carbon": "^2.72.6|^3.8.4",
  42. "nunomaduro/termwind": "^2.0",
  43. "psr/container": "^1.1.1|^2.0.1",
  44. "psr/log": "^1.0|^2.0|^3.0",
  45. "psr/simple-cache": "^1.0|^2.0|^3.0",
  46. "ramsey/uuid": "^4.7",
  47. "symfony/console": "^7.0.3",
  48. "symfony/error-handler": "^7.0.3",
  49. "symfony/finder": "^7.0.3",
  50. "symfony/http-foundation": "^7.2.0",
  51. "symfony/http-kernel": "^7.0.3",
  52. "symfony/mailer": "^7.0.3",
  53. "symfony/mime": "^7.0.3",
  54. "symfony/polyfill-php83": "^1.31",
  55. "symfony/process": "^7.0.3",
  56. "symfony/routing": "^7.0.3",
  57. "symfony/uid": "^7.0.3",
  58. "symfony/var-dumper": "^7.0.3",
  59. "tijsverkoyen/css-to-inline-styles": "^2.2.5",
  60. "vlucas/phpdotenv": "^5.6.1",
  61. "voku/portable-ascii": "^2.0.2"
  62. },
  63. "replace": {
  64. "illuminate/auth": "self.version",
  65. "illuminate/broadcasting": "self.version",
  66. "illuminate/bus": "self.version",
  67. "illuminate/cache": "self.version",
  68. "illuminate/collections": "self.version",
  69. "illuminate/concurrency": "self.version",
  70. "illuminate/conditionable": "self.version",
  71. "illuminate/config": "self.version",
  72. "illuminate/console": "self.version",
  73. "illuminate/container": "self.version",
  74. "illuminate/contracts": "self.version",
  75. "illuminate/cookie": "self.version",
  76. "illuminate/database": "self.version",
  77. "illuminate/encryption": "self.version",
  78. "illuminate/events": "self.version",
  79. "illuminate/filesystem": "self.version",
  80. "illuminate/hashing": "self.version",
  81. "illuminate/http": "self.version",
  82. "illuminate/log": "self.version",
  83. "illuminate/macroable": "self.version",
  84. "illuminate/mail": "self.version",
  85. "illuminate/notifications": "self.version",
  86. "illuminate/pagination": "self.version",
  87. "illuminate/pipeline": "self.version",
  88. "illuminate/process": "self.version",
  89. "illuminate/queue": "self.version",
  90. "illuminate/redis": "self.version",
  91. "illuminate/routing": "self.version",
  92. "illuminate/session": "self.version",
  93. "illuminate/support": "self.version",
  94. "illuminate/testing": "self.version",
  95. "illuminate/translation": "self.version",
  96. "illuminate/validation": "self.version",
  97. "illuminate/view": "self.version",
  98. "spatie/once": "*"
  99. },
  100. "require-dev": {
  101. "ext-gmp": "*",
  102. "ably/ably-php": "^1.0",
  103. "aws/aws-sdk-php": "^3.322.9",
  104. "fakerphp/faker": "^1.24",
  105. "guzzlehttp/promises": "^2.0.3",
  106. "guzzlehttp/psr7": "^2.4",
  107. "laravel/pint": "^1.18",
  108. "league/flysystem-aws-s3-v3": "^3.25.1",
  109. "league/flysystem-ftp": "^3.25.1",
  110. "league/flysystem-path-prefixing": "^3.25.1",
  111. "league/flysystem-read-only": "^3.25.1",
  112. "league/flysystem-sftp-v3": "^3.25.1",
  113. "mockery/mockery": "^1.6.10",
  114. "orchestra/testbench-core": "^9.11.2",
  115. "pda/pheanstalk": "^5.0.6",
  116. "php-http/discovery": "^1.15",
  117. "phpstan/phpstan": "^2.0",
  118. "phpunit/phpunit": "^10.5.35|^11.3.6|^12.0.1",
  119. "predis/predis": "^2.3",
  120. "resend/resend-php": "^0.10.0",
  121. "symfony/cache": "^7.0.3",
  122. "symfony/http-client": "^7.0.3",
  123. "symfony/psr-http-message-bridge": "^7.0.3",
  124. "symfony/translation": "^7.0.3"
  125. },
  126. "conflict": {
  127. "tightenco/collect": "<5.5.33"
  128. },
  129. "provide": {
  130. "psr/container-implementation": "1.1|2.0",
  131. "psr/log-implementation": "1.0|2.0|3.0",
  132. "psr/simple-cache-implementation": "1.0|2.0|3.0"
  133. },
  134. "autoload": {
  135. "files": [
  136. "src/Illuminate/Collections/functions.php",
  137. "src/Illuminate/Collections/helpers.php",
  138. "src/Illuminate/Events/functions.php",
  139. "src/Illuminate/Filesystem/functions.php",
  140. "src/Illuminate/Foundation/helpers.php",
  141. "src/Illuminate/Log/functions.php",
  142. "src/Illuminate/Support/functions.php",
  143. "src/Illuminate/Support/helpers.php"
  144. ],
  145. "psr-4": {
  146. "Illuminate\\": "src/Illuminate/",
  147. "Illuminate\\Support\\": [
  148. "src/Illuminate/Macroable/",
  149. "src/Illuminate/Collections/",
  150. "src/Illuminate/Conditionable/"
  151. ]
  152. }
  153. },
  154. "autoload-dev": {
  155. "files": [
  156. "tests/Database/stubs/MigrationCreatorFakeMigration.php"
  157. ],
  158. "psr-4": {
  159. "Illuminate\\Tests\\": "tests/"
  160. }
  161. },
  162. "extra": {
  163. "branch-alias": {
  164. "dev-master": "11.x-dev"
  165. }
  166. },
  167. "suggest": {
  168. "ext-apcu": "Required to use the APC cache driver.",
  169. "ext-fileinfo": "Required to use the Filesystem class.",
  170. "ext-ftp": "Required to use the Flysystem FTP driver.",
  171. "ext-gd": "Required to use Illuminate\\Http\\Testing\\FileFactory::image().",
  172. "ext-memcached": "Required to use the memcache cache driver.",
  173. "ext-pcntl": "Required to use all features of the queue worker and console signal trapping.",
  174. "ext-pdo": "Required to use all database features.",
  175. "ext-posix": "Required to use all features of the queue worker.",
  176. "ext-redis": "Required to use the Redis cache and queue drivers (^4.0|^5.0|^6.0).",
  177. "ably/ably-php": "Required to use the Ably broadcast driver (^1.0).",
  178. "aws/aws-sdk-php": "Required to use the SQS queue driver, DynamoDb failed job storage, and SES mail driver (^3.322.9).",
  179. "brianium/paratest": "Required to run tests in parallel (^7.0|^8.0).",
  180. "fakerphp/faker": "Required to use the eloquent factory builder (^1.9.1).",
  181. "filp/whoops": "Required for friendly error pages in development (^2.14.3).",
  182. "laravel/tinker": "Required to use the tinker console command (^2.0).",
  183. "league/flysystem-aws-s3-v3": "Required to use the Flysystem S3 driver (^3.25.1).",
  184. "league/flysystem-ftp": "Required to use the Flysystem FTP driver (^3.25.1).",
  185. "league/flysystem-path-prefixing": "Required to use the scoped driver (^3.25.1).",
  186. "league/flysystem-read-only": "Required to use read-only disks (^3.25.1)",
  187. "league/flysystem-sftp-v3": "Required to use the Flysystem SFTP driver (^3.25.1).",
  188. "mockery/mockery": "Required to use mocking (^1.6).",
  189. "pda/pheanstalk": "Required to use the beanstalk queue driver (^5.0).",
  190. "php-http/discovery": "Required to use PSR-7 bridging features (^1.15).",
  191. "phpunit/phpunit": "Required to use assertions and run tests (^10.5.35|^11.3.6|^12.0.1).",
  192. "predis/predis": "Required to use the predis connector (^2.3).",
  193. "psr/http-message": "Required to allow Storage::put to accept a StreamInterface (^1.0).",
  194. "pusher/pusher-php-server": "Required to use the Pusher broadcast driver (^6.0|^7.0).",
  195. "resend/resend-php": "Required to enable support for the Resend mail transport (^0.10.0).",
  196. "symfony/cache": "Required to PSR-6 cache bridge (^7.0).",
  197. "symfony/filesystem": "Required to enable support for relative symbolic links (^7.0).",
  198. "symfony/http-client": "Required to enable support for the Symfony API mail transports (^7.0).",
  199. "symfony/mailgun-mailer": "Required to enable support for the Mailgun mail transport (^7.0).",
  200. "symfony/postmark-mailer": "Required to enable support for the Postmark mail transport (^7.0).",
  201. "symfony/psr-http-message-bridge": "Required to use PSR-7 bridging features (^7.0)."
  202. },
  203. "config": {
  204. "sort-packages": true,
  205. "allow-plugins": {
  206. "composer/package-versions-deprecated": true,
  207. "php-http/discovery": false
  208. }
  209. },
  210. "minimum-stability": "stable",
  211. "prefer-stable": true
  212. }