12345678910111213141516171819202122232425262728293031323334353637383940 |
- {
- "name": "smusatov/bzb-2u",
- "type": "library",
- "description": "Library for thermal printer GoDex BZB-2U",
- "homepage": "https://git.zikk.ru/SMusatov/bzb-2u",
- "keywords": [
- "printing",
- "printer",
- "thermal printer",
- "label printer",
- "GoDex",
- "BZB-2U"
- ],
- "license": "MIT",
- "authors": [
- {
- "name": "S.Musatov",
- "email": "akapulse@yandex.ru"
- }
- ],
- "support": {
- "email": "akapulse@yandex.ru",
- "issues": "https://git.zikk.ru/SMusatov/bzb-2u/issues",
- "source": "https://git.zikk.ru/SMusatov/bzb-2u"
- },
- "config": {
- "optimize-autoloader": true,
- "process-timeout": 0,
- "cache-files-ttl": 0
- },
- "require": {
- "php": ">=7.4",
- "ext-imagick": "*"
- },
- "autoload": {
- "psr-4": {
- "smusatov\\bzb2u\\": "src/"
- }
- }
- }
|