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.

1234567891011121314151617181920212223242526272829303132
  1. {
  2. "name": "bacon/bacon-qr-code",
  3. "description": "BaconQrCode is a QR code generator for PHP.",
  4. "license" : "BSD-2-Clause",
  5. "homepage": "https://github.com/Bacon/BaconQrCode",
  6. "require": {
  7. "php": "^7.1 || ^8.0",
  8. "ext-iconv": "*",
  9. "dasprid/enum": "^1.0.3"
  10. },
  11. "suggest": {
  12. "ext-imagick": "to generate QR code images"
  13. },
  14. "authors": [
  15. {
  16. "name": "Ben Scholzen 'DASPRiD'",
  17. "email": "mail@dasprids.de",
  18. "homepage": "https://dasprids.de/",
  19. "role": "Developer"
  20. }
  21. ],
  22. "autoload": {
  23. "psr-4": {
  24. "BaconQrCode\\": "src/"
  25. }
  26. },
  27. "require-dev": {
  28. "phpunit/phpunit": "^7 | ^8 | ^9",
  29. "squizlabs/php_codesniffer": "^3.4",
  30. "phly/keep-a-changelog": "^1.4"
  31. }
  32. }