This commit is contained in:
wangjinlei
2024-07-17 09:23:45 +08:00
parent edf9deeb1a
commit 881ac3e056
1001 changed files with 41032 additions and 5452 deletions

25
vendor/phpoffice/math/docs/install.md vendored Normal file
View File

@@ -0,0 +1,25 @@
# Installation
## Requirements
Mandatory:
- PHP 7.1+
- PHP [DOM extension](http://php.net/manual/en/book.dom.php)
- PHP [XML Parser extension](http://www.php.net/manual/en/xml.installation.php)
- PHP [XMLWriter extension](http://php.net/manual/en/book.xmlwriter.php)
## Installation
### Using Composer
To install via [Composer](http://getcomposer.org), add the following lines to your `composer.json`:
``` json
{
"require": {
"phpoffice/math": "dev-master"
}
}
```