PHP Classes

File: composer.json

Recommend this page to a friend!
  Packages of Peter Buzanits   Booosta ODT to PDF   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Booosta ODT to PDF
Convert ODT documents to PDF using ODT2PDF API
Author: By
Last change:
Date: 3 months ago
Size: 473 bytes
 

Contents

Class file image Download
{ "name": "booosta/odt2pdf", "description": "Create PDF from ODT files in Booosta", "license": "LGPL-3.0-only", "type": "library", "autoload": { "psr-4": { "booosta\\odt2pdf\\": "src" } }, "authors": [ { "name": "Peter Buzanits", "email": "peter@icb.at" } ], "minimum-stability": "dev", "require": { "php": ">=8.0.0", "booosta/base": "^4.0" } }