composer.json 749 B

123456789101112131415161718192021222324252627282930313233
  1. {
  2. "name": "illuminate/macroable",
  3. "description": "The Illuminate Macroable package.",
  4. "license": "MIT",
  5. "homepage": "https://laravel.com",
  6. "support": {
  7. "issues": "https://github.com/laravel/framework/issues",
  8. "source": "https://github.com/laravel/framework"
  9. },
  10. "authors": [
  11. {
  12. "name": "Taylor Otwell",
  13. "email": "taylor@laravel.com"
  14. }
  15. ],
  16. "require": {
  17. "php": "^7.3|^8.0"
  18. },
  19. "autoload": {
  20. "psr-4": {
  21. "Illuminate\\Support\\": ""
  22. }
  23. },
  24. "extra": {
  25. "branch-alias": {
  26. "dev-master": "8.x-dev"
  27. }
  28. },
  29. "config": {
  30. "sort-packages": true
  31. },
  32. "minimum-stability": "dev"
  33. }