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

1234567891011121314151617181920212223
  1. {
  2. "name": "luticate/doc",
  3. "description": "Luticate documentation 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. "luticate/utils": "0.1.x",
  16. "twig/twig": "1.x"
  17. },
  18. "autoload": {
  19. "psr-4": {
  20. "Luticate\\": "src/"
  21. }
  22. }
  23. }