Files
tougao/vendor/phpoffice/math/docs/install.md
wangjinlei 881ac3e056 1
2024-07-17 09:23:45 +08:00

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"
    }
}