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

123456789101112131415161718192021222324
  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/api-utils.git"
  13. }],
  14. "require": {
  15. "vlucas/phpdotenv": "~1.0",
  16. "twig/twig": "1.x",
  17. "luticate/utils": "0.1.x"
  18. },
  19. "autoload": {
  20. "psr-4": {
  21. "Luticate\\": "src/"
  22. }
  23. }
  24. }