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

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