Enhance printer handling by merging existing ESC/POS printers with new configurations and adding support for ESC/POS job processing

This commit is contained in:
René Preuß
2026-04-05 14:27:50 +02:00
parent 621b6cb5c0
commit 414d7ace21
4 changed files with 92 additions and 12 deletions

View File

@@ -17,12 +17,13 @@
],
"require": {
"php": "^8.2.0",
"ext-posix": "*",
"ghostzero/cups-ipp": "^1.0",
"guzzlehttp/guzzle": "^7.8",
"illuminate/http": "^11.5",
"laravel-zero/framework": "^11.0.0",
"ghostzero/cups-ipp": "^1.0",
"symfony/yaml": "^7.1",
"ext-posix": "*"
"nyra/escpos": "^1.0",
"symfony/yaml": "^7.1"
},
"require-dev": {
"laravel/pint": "^1.15.2",