composer.json 335 B

1234567891011121314151617
  1. {
  2. "name": "dsiddharth2/php-zxing",
  3. "description": "Wrapper for zxing using php",
  4. "type": "library",
  5. "license": "MIT",
  6. "authors": [
  7. {
  8. "name": "Siddharth",
  9. "email": "dsiddharth2@gmail.com"
  10. }
  11. ],
  12. "autoload": {
  13. "psr-0" : {
  14. "" : "src/"
  15. }
  16. }
  17. }