Clean files
This commit is contained in:
parent
9f6fe9b665
commit
924bebbcc7
2 changed files with 20 additions and 1582 deletions
|
|
@ -1,4 +1,10 @@
|
|||
{
|
||||
"config": {
|
||||
"platform": {
|
||||
"php": "7.1.0"
|
||||
}
|
||||
},
|
||||
|
||||
"name" : "mike42/escpos-php",
|
||||
"type" : "library",
|
||||
"description" : "PHP receipt printer library for use with ESC/POS-compatible thermal and impact printers",
|
||||
|
|
@ -16,11 +22,6 @@
|
|||
"email" : "michael.billington@gmail.com"
|
||||
}
|
||||
],
|
||||
"config" : {
|
||||
"platform" : {
|
||||
"php" : "7.0.0"
|
||||
}
|
||||
},
|
||||
"require" : {
|
||||
"php" : ">=7.0.0",
|
||||
"ext-json" : "*",
|
||||
|
|
@ -32,10 +33,6 @@
|
|||
"ext-imagick" : "Will be used for image printing if present. Required for PDF printing or use of custom fonts.",
|
||||
"ext-gd" : "Used for image printing if present."
|
||||
},
|
||||
"require-dev" : {
|
||||
"phpunit/phpunit" : "^6.5",
|
||||
"squizlabs/php_codesniffer" : "^3.3"
|
||||
},
|
||||
"autoload" : {
|
||||
"psr-4" : {
|
||||
"Mike42\\" : "src/Mike42"
|
||||
|
|
|
|||
1587
htdocs/includes/mike42/escpos-php/composer.lock
generated
1587
htdocs/includes/mike42/escpos-php/composer.lock
generated
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue