web_writer/vendor/phpoffice/math/docs/install.md

492 B

Installation

Requirements

Mandatory:

Installation

Using Composer

To install via Composer, add the following lines to your composer.json:

{
    "require": {
        "phpoffice/math": "dev-master"
    }
}