PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Alexandre   PHP Text Formatting   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Text Formatting
Format text as HTML or console ANSI formatted text
Author: By
Last change:
Date: 2 years ago
Size: 690 bytes
 

Contents

Class file image Download
{ "name": "sitphp/formatters", "description": "A simple tool format and parse styled text", "type": "library", "license": "MIT", "authors": [ { "name": "Alexandre GEISWILLER", "email": "alexandre.geiswiller@gmail.com" } ], "require": { "php": ">=7.1", "sitphp/helpers": "1.2.*", "ext-dom": "*", "ext-mbstring": "*" }, "require-dev": { "gealex/doublit": "2.1.*" }, "autoload": { "psr-4": { "SitPHP\\Formatters\\": "src" } }, "autoload-dev": { "psr-4": { "SitPHP\\Formatters\\Tests\\": "tests" } } }