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.

20 lines
402 B

10 years ago
  1. {
  2. "name": "tom-lingham/searchy",
  3. "description": "",
  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. "autoload": {
  15. "psr-0": {
  16. "TomLingham\\Searchy": "src/"
  17. }
  18. },
  19. "minimum-stability": "stable"
  20. }