1{
2  "authors": [
3    {
4      "name": "Matthias Lohr",
5      "email": "mail@mlohr.com",
6      "homepage": "https://mlohr.com/"
7    }
8  ],
9  "require": {
10    "jucksearm/php-barcode": "^1.0"
11  },
12  "require-dev": {
13    "phpunit/phpunit": "^9.5"
14  },
15  "autoload": {
16    "psr-4": {
17      "DokuWiki\\Barcodes\\": "lib"
18    }
19  }
20}
21