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

1234567891011121314151617181920
  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. "require-dev": {
  11. "laravel/lumen-framework": "5.1.x-dev",
  12. "vlucas/phpdotenv": "~1.0",
  13. "twig/twig": "1.x-dev"
  14. },
  15. "autoload": {
  16. "psr-4": {
  17. "Luticate\\": "src/"
  18. }
  19. }
  20. }