{ "name": "noccylabs/gd-label", "description": "Generate and print labels", "type": "library", "license": "LGPL-3.0", "authors": [ { "name": "Christopher Vagnetoft", "email": "cvagnetoft@gmail.com" } ], "require": { "php": ">=7.0", "ext-gd": "*", "ext-xml": "*", "noccylabs/csslike": "^0.1.1", "picqer/php-barcode-generator": "^0.2.2" }, "autoload": { "psr-4": { "NoccyLabs\\GdLabel\\": "src/" } }, "repositories": [ { "type": "composer", "url": "https://packages.noccylabs.info/composer/" } ] }