| {
    "name": "dawood/phpchromepdf",
    "description": "A slim PHP wrapper around google-chrome to convert url to pdf or to take screenshots , easy to use and clean OOP interface",
    "type": "library",
    "license": "MIT",
    "keywords": ["shell","php","pdf","chrome","screenshots"],
    "authors": [
        {
            "name": "Dawood Ikhlaq",
            "email": "[email protected] "
        }
    ],
    "minimum-stability": "stable",
    "require": {
        "mikehaertl/php-shellcommand": "^1.2"
    },
    "autoload": {
        "psr-4": {
            "dawood\\phpChrome\\": "src/"
        }
    },
    "require-dev": {
        "phpunit/phpunit": "^6.2"
    }
}
 |