Documentation markdown fix
This commit is contained in:
parent
a7df02fd55
commit
06d2682c5b
|
|
@ -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:
|
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": {
|
"require": {
|
||||||
"phpoffice/phpspreadsheet": "^1.23"
|
"phpoffice/phpspreadsheet": "^1.23"
|
||||||
|
|
|
||||||
|
|
@ -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:
|
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": {
|
"require": {
|
||||||
"phpoffice/phpspreadsheet": "^1.23"
|
"phpoffice/phpspreadsheet": "^1.23"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue