composer.json 562 B

123456789101112131415161718192021
  1. {
  2. "name": "sebastian/version",
  3. "description": "Library that helps with managing the version number of Git-hosted PHP projects",
  4. "homepage": "https://github.com/sebastianbergmann/version",
  5. "license": "BSD-3-Clause",
  6. "authors": [
  7. {
  8. "name": "Sebastian Bergmann",
  9. "email": "sebastian@phpunit.de",
  10. "role": "lead"
  11. }
  12. ],
  13. "support": {
  14. "issues": "https://github.com/sebastianbergmann/version/issues"
  15. },
  16. "autoload": {
  17. "classmap": [
  18. "src/"
  19. ]
  20. }
  21. }