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.

12345678910111213141516171819202122232425262728293031323334
  1. {
  2. "name": "khanamiryan/qrcode-detector-decoder",
  3. "type": "library",
  4. "description": "QR code decoder / reader",
  5. "keywords": [
  6. "qr",
  7. "zxing",
  8. "barcode"
  9. ],
  10. "homepage": "https://github.com/khanamiryan/php-qrcode-detector-decoder/",
  11. "license": "MIT",
  12. "authors": [
  13. {
  14. "name": "Ashot Khanamiryan",
  15. "email": "a.khanamiryan@gmail.com",
  16. "homepage": "https://github.com/khanamiryan",
  17. "role": "Developer"
  18. }
  19. ],
  20. "require": {
  21. "php": ">=5.6"
  22. },
  23. "require-dev": {
  24. "phpunit/phpunit": "^9.0"
  25. },
  26. "autoload": {
  27. "psr-4": {
  28. "Zxing\\": "lib/"
  29. },
  30. "files": [
  31. "lib/Common/customFunctions.php"
  32. ]
  33. }
  34. }