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.

25 lines
534 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.4.0",
  14. "illuminate/support": "5.*"
  15. },
  16. "require-dev" :{
  17. "phpspec/phpspec": "~2.0"
  18. },
  19. "autoload": {
  20. "psr-0": {
  21. "TomLingham": "src/"
  22. }
  23. },
  24. "minimum-stability": "stable"
  25. }