{
    "packages": [
        {
            "name": "mike42/escpos-php",
            "version": "v2.2",
            "version_normalized": "2.2.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/mike42/escpos-php.git",
                "reference": "e5496cf819b048b11877117bd14a9cea4fb17c03"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/mike42/escpos-php/zipball/e5496cf819b048b11877117bd14a9cea4fb17c03",
                "reference": "e5496cf819b048b11877117bd14a9cea4fb17c03",
                "shasum": ""
            },
            "require": {
                "ext-mbstring": "*",
                "php": ">=5.4.0"
            },
            "require-dev": {
                "guzzlehttp/guzzle": "^5.3",
                "phpunit/phpunit": "^4.8",
                "squizlabs/php_codesniffer": "^3.2"
            },
            "suggest": {
                "ext-gd": "Used for image printing if present.",
                "ext-imagick": "Will be used for image printing if present. Required for PDF printing or use of custom fonts.",
                "guzzlehttp/guzzle": "Allows the use of the ApiConnector to send print jobs over HTTP."
            },
            "time": "2019-10-05T05:59:00+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Mike42\\": "src/Mike42"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Michael Billington",
                    "email": "michael.billington@gmail.com"
                }
            ],
            "description": "PHP receipt printer library for use with ESC/POS-compatible thermal and impact printers",
            "homepage": "https://github.com/mike42/escpos-php",
            "keywords": [
                "ESC-POS",
                "driver",
                "escpos",
                "print",
                "receipt"
            ],
            "support": {
                "issues": "https://github.com/mike42/escpos-php/issues",
                "source": "https://github.com/mike42/escpos-php/tree/v2.2"
            },
            "install-path": "../mike42/escpos-php"
        }
    ],
    "dev": true,
    "dev-package-names": []
}
