PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Rafael Espinosa   mPDF Wrapper   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: mPDF Wrapper
Compose and generate PDF documents using mPDF
Author: By
Last change:
Date: 8 years ago
Size: 616 bytes
 

Contents

Class file image Download
{ "name": "fluency/mpdf", "description": "mPDF wrapper", "keywords": [ "pdf", "mPDF", "office" ], "license": "MIT", "authors": [ { "name": "Rafael Ernesto Espinosa Santiesteban", "email": "ralphlnx@gmail.com" } ], "autoload":{ "psr-4": { "Fluency\\Bridge\\" : "src/" } }, "minimum-stability": "stable", "require": { "php": ">=5.3.3", "mpdf/mpdf":"~6.0", "symfony/http-foundation":"~2.6" }, "require-dev": { "squizlabs/php_codesniffer": "~2.0", "phpunit/phpunit": "~4.5" } }