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

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