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.

28 line
656 B

  1. {
  2. "name": "orpheusnet/logchecker",
  3. "description": "Logchecker for validating logs generated from supported ripping programs (like EAC and XLD)",
  4. "version": "0.5.0",
  5. "license": "Unlicense",
  6. "type": "library",
  7. "authors": [
  8. {
  9. "name": "Orpheus",
  10. "email": "no-reply@orpheus.network"
  11. }
  12. ],
  13. "autoload": {
  14. "psr-4": {
  15. "OrpheusNET\\Logchecker\\": "src/"
  16. }
  17. },
  18. "require": {
  19. "php": ">=7",
  20. "ext-mbstring": "*",
  21. "symfony/console": "^4.1"
  22. },
  23. "require-dev": {
  24. "phpunit/phpunit": "^6|^7"
  25. },
  26. "bin": ["bin/logchecker"]
  27. }