Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

composer.json 842B

1234567891011121314151617181920212223242526272829303132333435
  1. {
  2. "name": "luticate/auth",
  3. "description": "Luticate user management system authentication layer",
  4. "authors": [
  5. {
  6. "name": "Robin THONI",
  7. "email": "robin@rthoni.com"
  8. }
  9. ],
  10. "repositories": [{
  11. "type": "vcs",
  12. "url": "https://git.rthoni.com/luticate/utils.git"
  13. },{
  14. "type": "vcs",
  15. "url": "https://git.rthoni.com/luticate/generator.git"
  16. },{
  17. "type": "vcs",
  18. "url": "https://git.rthoni.com/luticate/doc.git"
  19. }],
  20. "require": {
  21. "laravel/lumen-framework": "5.1.x-dev",
  22. "firebase/php-jwt": "~2.0",
  23. "luticate/utils": "*",
  24. "luticate/doc": "*"
  25. },
  26. "require-dev": {
  27. "luticate/generator": "*"
  28. },
  29. "autoload": {
  30. "psr-4": {
  31. "Luticate\\": "src/"
  32. }
  33. },
  34. "minimum-stability": "dev"
  35. }