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.

29 lines
736 B

10 years ago
10 years ago
  1. {
  2. "name": "tom-lingham/searchy",
  3. "description": "Laravel Searchy makes user driven searching easy with fuzzy search, basic string matching, Levenshtein Distance and more.",
  4. "keywords": ["laravel","search","fuzzy"],
  5. "license": "MIT",
  6. "authors": [
  7. {
  8. "name": "Tom Lingham",
  9. "email": "tjlingham@gmail.com"
  10. }
  11. ],
  12. "require": {
  13. "php": ">=5.5.0",
  14. "illuminate/support": "5.*"
  15. },
  16. "require-dev" :{
  17. "phpspec/phpspec": "~2.0"
  18. },
  19. "autoload": {
  20. "psr-4": {
  21. "TomLingham\\Searchy\\": "src/"
  22. }
  23. },
  24. "config": {
  25. "preferred-install": "dist"
  26. },
  27. "minimum-stability": "dev",
  28. "prefer-stable": true
  29. }