1{
2    "name": "jucksearm/php-barcode",
3    "description": "Barcode Generation Package inspired by Nicola Asuni.",
4    "keywords": ["barcode","qrcode","QR Code","CODE 128","DATAMATRIX","PDF417","php barcode"],
5    "type": "library",
6    "license": "LGPLv3",
7    "authors": [
8        {
9            "name": "Jucksearm",
10            "email": "jucksearm.bkk@gmail.com"
11        }
12    ],
13    "minimum-stability": "stable",
14    "require": {
15        "php": ">=5.4.0"
16    },
17    "require-dev": {
18        "phpunit/phpunit": "^6.1"
19    },
20    "scripts": {
21        "post-install-cmd": [
22            "chmod 775 tmp"
23        ],
24        "post-update-cmd": [
25            "chmod 775 tmp"
26        ]
27    },
28    "autoload": {
29        "psr-4": {
30            "jucksearm\\barcode\\": ""
31        }
32    }
33}
34