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.

composer.json 750B

12345678910111213141516171819202122232425262728293031
  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. "require": {
  18. "laravel/lumen-framework": "5.1.x-dev",
  19. "firebase/php-jwt": "~2.0",
  20. "luticate/utils": "dev-develop"
  21. },
  22. "require-dev": {
  23. "luticate/generator": "dev-develop"
  24. },
  25. "autoload": {
  26. "psr-4": {
  27. "Luticate\\": "src/"
  28. }
  29. },
  30. "minimum-stability": "dev"
  31. }