No Description

composer.json 5.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146
  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.1.3",
  19. "ext-json": "*",
  20. "ext-mbstring": "*",
  21. "ext-openssl": "*",
  22. "doctrine/inflector": "^1.1",
  23. "dragonmantank/cron-expression": "^2.0",
  24. "egulias/email-validator": "^2.0",
  25. "erusev/parsedown": "^1.7",
  26. "league/flysystem": "^1.0.8",
  27. "monolog/monolog": "^1.12",
  28. "nesbot/carbon": "^1.26.3 || ^2.0",
  29. "opis/closure": "^3.1",
  30. "psr/container": "^1.0",
  31. "psr/simple-cache": "^1.0",
  32. "ramsey/uuid": "^3.7",
  33. "swiftmailer/swiftmailer": "^6.0",
  34. "symfony/console": "^4.2",
  35. "symfony/debug": "^4.2",
  36. "symfony/finder": "^4.2",
  37. "symfony/http-foundation": "^4.2",
  38. "symfony/http-kernel": "^4.2",
  39. "symfony/process": "^4.2",
  40. "symfony/routing": "^4.2",
  41. "symfony/var-dumper": "^4.2",
  42. "tijsverkoyen/css-to-inline-styles": "^2.2.1",
  43. "vlucas/phpdotenv": "^3.3"
  44. },
  45. "replace": {
  46. "illuminate/auth": "self.version",
  47. "illuminate/broadcasting": "self.version",
  48. "illuminate/bus": "self.version",
  49. "illuminate/cache": "self.version",
  50. "illuminate/config": "self.version",
  51. "illuminate/console": "self.version",
  52. "illuminate/container": "self.version",
  53. "illuminate/contracts": "self.version",
  54. "illuminate/cookie": "self.version",
  55. "illuminate/database": "self.version",
  56. "illuminate/encryption": "self.version",
  57. "illuminate/events": "self.version",
  58. "illuminate/filesystem": "self.version",
  59. "illuminate/hashing": "self.version",
  60. "illuminate/http": "self.version",
  61. "illuminate/log": "self.version",
  62. "illuminate/mail": "self.version",
  63. "illuminate/notifications": "self.version",
  64. "illuminate/pagination": "self.version",
  65. "illuminate/pipeline": "self.version",
  66. "illuminate/queue": "self.version",
  67. "illuminate/redis": "self.version",
  68. "illuminate/routing": "self.version",
  69. "illuminate/session": "self.version",
  70. "illuminate/support": "self.version",
  71. "illuminate/translation": "self.version",
  72. "illuminate/validation": "self.version",
  73. "illuminate/view": "self.version"
  74. },
  75. "conflict": {
  76. "tightenco/collect": "<5.5.33"
  77. },
  78. "require-dev": {
  79. "aws/aws-sdk-php": "^3.0",
  80. "doctrine/dbal": "^2.6",
  81. "filp/whoops": "^2.1.4",
  82. "guzzlehttp/guzzle": "^6.3",
  83. "league/flysystem-cached-adapter": "^1.0",
  84. "mockery/mockery": "^1.0",
  85. "moontoast/math": "^1.1",
  86. "orchestra/testbench-core": "3.8.*",
  87. "pda/pheanstalk": "^4.0",
  88. "phpunit/phpunit": "^7.5|^8.0",
  89. "predis/predis": "^1.1.1",
  90. "symfony/css-selector": "^4.2",
  91. "symfony/dom-crawler": "^4.2",
  92. "true/punycode": "^2.1"
  93. },
  94. "autoload": {
  95. "files": [
  96. "src/Illuminate/Foundation/helpers.php",
  97. "src/Illuminate/Support/helpers.php"
  98. ],
  99. "psr-4": {
  100. "Illuminate\\": "src/Illuminate/"
  101. }
  102. },
  103. "autoload-dev": {
  104. "files": [
  105. "tests/Database/stubs/MigrationCreatorFakeMigration.php"
  106. ],
  107. "psr-4": {
  108. "Illuminate\\Tests\\": "tests/"
  109. }
  110. },
  111. "extra": {
  112. "branch-alias": {
  113. "dev-master": "5.8-dev"
  114. }
  115. },
  116. "suggest": {
  117. "ext-gd": "Required to use Illuminate\\Http\\Testing\\FileFactory::image().",
  118. "ext-pcntl": "Required to use all features of the queue worker.",
  119. "ext-posix": "Required to use all features of the queue worker.",
  120. "aws/aws-sdk-php": "Required to use the SQS queue driver and SES mail driver (^3.0).",
  121. "doctrine/dbal": "Required to rename columns and drop SQLite columns (^2.6).",
  122. "filp/whoops": "Required for friendly error pages in development (^2.1.4).",
  123. "fzaninotto/faker": "Required to use the eloquent factory builder (^1.4).",
  124. "guzzlehttp/guzzle": "Required to use the Mailgun and Mandrill mail drivers and the ping methods on schedules (^6.0).",
  125. "laravel/tinker": "Required to use the tinker console command (^1.0).",
  126. "league/flysystem-aws-s3-v3": "Required to use the Flysystem S3 driver (^1.0).",
  127. "league/flysystem-cached-adapter": "Required to use the Flysystem cache (^1.0).",
  128. "league/flysystem-rackspace": "Required to use the Flysystem Rackspace driver (^1.0).",
  129. "league/flysystem-sftp": "Required to use the Flysystem SFTP driver (^1.0).",
  130. "moontoast/math": "Required to use ordered UUIDs (^1.1).",
  131. "nexmo/client": "Required to use the Nexmo transport (^1.0).",
  132. "pda/pheanstalk": "Required to use the beanstalk queue driver (^4.0).",
  133. "predis/predis": "Required to use the redis cache and queue drivers (^1.0).",
  134. "pusher/pusher-php-server": "Required to use the Pusher broadcast driver (^3.0).",
  135. "symfony/css-selector": "Required to use some of the crawler integration testing tools (^4.2).",
  136. "symfony/dom-crawler": "Required to use most of the crawler integration testing tools (^4.2).",
  137. "symfony/psr-http-message-bridge": "Required to use PSR-7 bridging features (^1.1).",
  138. "wildbit/swiftmailer-postmark": "Required to use Postmark mail driver (^3.0)."
  139. },
  140. "config": {
  141. "sort-packages": true
  142. },
  143. "minimum-stability": "dev",
  144. "prefer-stable": true
  145. }