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 608B

1234567891011121314151617181920212223242526
  1. {
  2. "name": "luticate/generator",
  3. "description": "Luticate user management system code generator",
  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. "require": {
  15. "laravel/lumen-framework": "5.1.x-dev",
  16. "vlucas/phpdotenv": "~1.0",
  17. "twig/twig": "1.x-dev",
  18. "luticate/utils": "*"
  19. },
  20. "autoload": {
  21. "psr-4": {
  22. "Luticate\\": "src/"
  23. }
  24. },
  25. "minimum-stability": "dev"
  26. }