You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

158 lines
6.6 KiB

3 years ago
  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": "^7.3|^8.0",
  19. "ext-json": "*",
  20. "ext-mbstring": "*",
  21. "ext-openssl": "*",
  22. "doctrine/inflector": "^1.4|^2.0",
  23. "dragonmantank/cron-expression": "^3.0.2",
  24. "egulias/email-validator": "^2.1.10",
  25. "league/commonmark": "^1.3|^2.0",
  26. "league/flysystem": "^1.1",
  27. "monolog/monolog": "^2.0",
  28. "nesbot/carbon": "^2.31",
  29. "opis/closure": "^3.6",
  30. "psr/container": "^1.0",
  31. "psr/simple-cache": "^1.0",
  32. "ramsey/uuid": "^4.0",
  33. "swiftmailer/swiftmailer": "^6.0",
  34. "symfony/console": "^5.1.4",
  35. "symfony/error-handler": "^5.1.4",
  36. "symfony/finder": "^5.1.4",
  37. "symfony/http-foundation": "^5.1.4",
  38. "symfony/http-kernel": "^5.1.4",
  39. "symfony/mime": "^5.1.4",
  40. "symfony/process": "^5.1.4",
  41. "symfony/routing": "^5.1.4",
  42. "symfony/var-dumper": "^5.1.4",
  43. "tijsverkoyen/css-to-inline-styles": "^2.2.2",
  44. "vlucas/phpdotenv": "^5.2",
  45. "voku/portable-ascii": "^1.4.8"
  46. },
  47. "replace": {
  48. "illuminate/auth": "self.version",
  49. "illuminate/broadcasting": "self.version",
  50. "illuminate/bus": "self.version",
  51. "illuminate/cache": "self.version",
  52. "illuminate/collections": "self.version",
  53. "illuminate/config": "self.version",
  54. "illuminate/console": "self.version",
  55. "illuminate/container": "self.version",
  56. "illuminate/contracts": "self.version",
  57. "illuminate/cookie": "self.version",
  58. "illuminate/database": "self.version",
  59. "illuminate/encryption": "self.version",
  60. "illuminate/events": "self.version",
  61. "illuminate/filesystem": "self.version",
  62. "illuminate/hashing": "self.version",
  63. "illuminate/http": "self.version",
  64. "illuminate/log": "self.version",
  65. "illuminate/macroable": "self.version",
  66. "illuminate/mail": "self.version",
  67. "illuminate/notifications": "self.version",
  68. "illuminate/pagination": "self.version",
  69. "illuminate/pipeline": "self.version",
  70. "illuminate/queue": "self.version",
  71. "illuminate/redis": "self.version",
  72. "illuminate/routing": "self.version",
  73. "illuminate/session": "self.version",
  74. "illuminate/support": "self.version",
  75. "illuminate/testing": "self.version",
  76. "illuminate/translation": "self.version",
  77. "illuminate/validation": "self.version",
  78. "illuminate/view": "self.version"
  79. },
  80. "require-dev": {
  81. "aws/aws-sdk-php": "^3.155",
  82. "doctrine/dbal": "^2.6|^3.0",
  83. "filp/whoops": "^2.8",
  84. "guzzlehttp/guzzle": "^6.5.5|^7.0.1",
  85. "league/flysystem-cached-adapter": "^1.0",
  86. "mockery/mockery": "^1.4.2",
  87. "orchestra/testbench-core": "^6.23",
  88. "pda/pheanstalk": "^4.0",
  89. "phpunit/phpunit": "^8.5.8|^9.3.3",
  90. "predis/predis": "^1.1.2",
  91. "symfony/cache": "^5.1.4"
  92. },
  93. "provide": {
  94. "psr/container-implementation": "1.0"
  95. },
  96. "conflict": {
  97. "tightenco/collect": "<5.5.33"
  98. },
  99. "autoload": {
  100. "files": [
  101. "src/Illuminate/Collections/helpers.php",
  102. "src/Illuminate/Events/functions.php",
  103. "src/Illuminate/Foundation/helpers.php",
  104. "src/Illuminate/Support/helpers.php"
  105. ],
  106. "psr-4": {
  107. "Illuminate\\": "src/Illuminate/",
  108. "Illuminate\\Support\\": ["src/Illuminate/Macroable/", "src/Illuminate/Collections/"]
  109. }
  110. },
  111. "autoload-dev": {
  112. "files": [
  113. "tests/Database/stubs/MigrationCreatorFakeMigration.php"
  114. ],
  115. "psr-4": {
  116. "Illuminate\\Tests\\": "tests/"
  117. }
  118. },
  119. "extra": {
  120. "branch-alias": {
  121. "dev-master": "8.x-dev"
  122. }
  123. },
  124. "suggest": {
  125. "ext-ftp": "Required to use the Flysystem FTP driver.",
  126. "ext-gd": "Required to use Illuminate\\Http\\Testing\\FileFactory::image().",
  127. "ext-memcached": "Required to use the memcache cache driver.",
  128. "ext-pcntl": "Required to use all features of the queue worker.",
  129. "ext-posix": "Required to use all features of the queue worker.",
  130. "ext-redis": "Required to use the Redis cache and queue drivers (^4.0|^5.0).",
  131. "aws/aws-sdk-php": "Required to use the SQS queue driver, DynamoDb failed job storage and SES mail driver (^3.155).",
  132. "brianium/paratest": "Required to run tests in parallel (^6.0).",
  133. "doctrine/dbal": "Required to rename columns and drop SQLite columns (^2.6|^3.0).",
  134. "filp/whoops": "Required for friendly error pages in development (^2.8).",
  135. "fakerphp/faker": "Required to use the eloquent factory builder (^1.9.1).",
  136. "guzzlehttp/guzzle": "Required to use the HTTP Client, Mailgun mail driver and the ping methods on schedules (^6.5.5|^7.0.1).",
  137. "laravel/tinker": "Required to use the tinker console command (^2.0).",
  138. "league/flysystem-aws-s3-v3": "Required to use the Flysystem S3 driver (^1.0).",
  139. "league/flysystem-cached-adapter": "Required to use the Flysystem cache (^1.0).",
  140. "league/flysystem-sftp": "Required to use the Flysystem SFTP driver (^1.0).",
  141. "mockery/mockery": "Required to use mocking (^1.4.2).",
  142. "nyholm/psr7": "Required to use PSR-7 bridging features (^1.2).",
  143. "pda/pheanstalk": "Required to use the beanstalk queue driver (^4.0).",
  144. "phpunit/phpunit": "Required to use assertions and run tests (^8.5.8|^9.3.3).",
  145. "predis/predis": "Required to use the predis connector (^1.1.2).",
  146. "psr/http-message": "Required to allow Storage::put to accept a StreamInterface (^1.0).",
  147. "pusher/pusher-php-server": "Required to use the Pusher broadcast driver (^4.0|^5.0|^6.0).",
  148. "symfony/cache": "Required to PSR-6 cache bridge (^5.1.4).",
  149. "symfony/filesystem": "Required to enable support for relative symbolic links (^5.1.4).",
  150. "symfony/psr-http-message-bridge": "Required to use PSR-7 bridging features (^2.0).",
  151. "wildbit/swiftmailer-postmark": "Required to use Postmark mail driver (^3.0)."
  152. },
  153. "config": {
  154. "sort-packages": true
  155. },
  156. "minimum-stability": "dev",
  157. "prefer-stable": true
  158. }