Documentation markdown fix

This commit is contained in:
MarkBaker 2022-08-03 12:43:38 +02:00
parent a7df02fd55
commit 06d2682c5b
2 changed files with 2 additions and 2 deletions

View File

@ -29,7 +29,7 @@ composer require phpoffice/phpspreadsheet
```
If you are building your installation on a development machine that is on a different PHP version to the server where it will be deployed, or if your PHP CLI version is not the same as your run-time such as `php-fpm` or Apache's `mod_php`, then you might want to add the following to your `composer.json` before installing:
```json lines
```json
{
"require": {
"phpoffice/phpspreadsheet": "^1.23"

View File

@ -53,7 +53,7 @@ composer require phpoffice/phpspreadsheet --prefer-source
```
If you are building your installation on a development machine that is on a different PHP version to the server where it will be deployed, or if your PHP CLI version is not the same as your run-time such as `php-fpm` or Apache's `mod_php`, then you might want to add the following to your `composer.json` before installing:
```json lines
```json
{
"require": {
"phpoffice/phpspreadsheet": "^1.23"