-
Notifications
You must be signed in to change notification settings - Fork 865
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #202 from mike42/mike42-patch-2
Update composer.json
- Loading branch information
Showing
1 changed file
with
1 addition
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,14 @@ | ||
{ | ||
"name": "mike42/escpos-php", | ||
"type": "library", | ||
"description": "Thermal receipt printer library, for use with ESC/POS compatible printers", | ||
"description": "PHP receipt printer library for use with ESC/POS-compatible thermal and impact printers", | ||
"homepage": "https://github.com/mike42/escpos-php", | ||
"keywords": ["receipt", "print", "escpos", "ESC-POS", "driver"], | ||
"license": "MIT", | ||
"authors": [ | ||
{ | ||
"name": "Michael Billington", | ||
"email": "[email protected]" | ||
}, | ||
{ | ||
"name": "Roni Saha", | ||
"email": "[email protected]" | ||
}, | ||
{ | ||
"name": "Gergely Radics", | ||
"email": "[email protected]" | ||
}, | ||
{ | ||
"name": "Warren Doyle", | ||
"email": "[email protected]" | ||
}, | ||
{ | ||
"name": "vharo", | ||
"email": "[email protected]" | ||
} | ||
], | ||
"require": { | ||
|