PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Amós Assis   CFE Printer   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: CFE Printer
Generate printable documents for sales in Brazil
Author: By
Last change:
Date: 1 year ago
Size: 698 bytes
 

Contents

Class file image Download
{ "name": "amosassis/cfe-printer", "type": "library", "description": "Biblioteca para impressao de CF-e SAT", "version": "0.0.1", "keywords": ["cfe-print", "impressao cf-e", "impressao sat"], "license": ["GPL-3.0+", "LGPL-3.0+"], "authors": [ { "name": "Amos de Assis", "email": "amos@am10.com.br", "homepage": "http://www.am10.com.br", "role": "Developer" } ], "require-dev": { "phpunit/phpunit": "4.*" }, "require": { "tecnickcom/tcpdf": "^6.2" }, "autoload": { "psr-4": { "CfePrinter\\": "src/" } } }