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.

23 lines
570 B

10 years ago
10 years ago
10 years ago
  1. {
  2. "name": "tom-lingham/searchy",
  3. "description": "Laravel 4 Searchy makes user driven searching easy with fuzzy search, basic string matching and more to come!",
  4. "authors": [
  5. {
  6. "name": "Tom Lingham",
  7. "email": "tjlingham@gmail.com"
  8. }
  9. ],
  10. "require": {
  11. "php": ">=5.4.0",
  12. "illuminate/support": "4.2.*"
  13. },
  14. "require-dev" :{
  15. "phpspec/phpspec": "~2.0"
  16. },
  17. "autoload": {
  18. "psr-0": {
  19. "TomLingham\\Searchy": "src/"
  20. }
  21. },
  22. "minimum-stability": "stable"
  23. }