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.

33 lines
738 B

5 years ago
  1. {
  2. "name": "efriandika/laravel-settings",
  3. "description": "Laravel 5 Persistent Settings",
  4. "keywords": [
  5. "laravel",
  6. "settings",
  7. "persistent"
  8. ],
  9. "license": "MIT",
  10. "authors": [
  11. {
  12. "name": "Efriandika Pratama",
  13. "email": "efriandika@gmail.com"
  14. }
  15. ],
  16. "require": {
  17. "php": ">=5.5.9",
  18. "illuminate/support": "5.*"
  19. },
  20. "require-dev": {
  21. "phpunit/phpunit": "4.6.*",
  22. "illuminate/database": ">=5.1 <6.0",
  23. "illuminate/events": ">=4.1 <6.0"
  24. },
  25. "autoload": {
  26. "files": [
  27. "src/helpers.php"
  28. ],
  29. "psr-4": {
  30. "Efriandika\\LaravelSettings\\": "src/"
  31. }
  32. }
  33. }