mirror of
https://github.com/anikeen-com/print-cli.git
synced 2026-04-28 03:56:18 +00:00
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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user