Skip to content

Commit c677a2f

Browse files
committed
Never mention a specific PhpSpreadsheet version in documentation
1 parent d620497 commit c677a2f

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,6 @@ composer require phpoffice/phpspreadsheet
3131
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:
3232
```json
3333
{
34-
"require": {
35-
"phpoffice/phpspreadsheet": "^1.28"
36-
},
3734
"config": {
3835
"platform": {
3936
"php": "8.0"

docs/index.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,6 @@ composer require phpoffice/phpspreadsheet --prefer-source
5757
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:
5858
```json
5959
{
60-
"require": {
61-
"phpoffice/phpspreadsheet": "^1.23"
62-
},
6360
"config": {
6461
"platform": {
6562
"php": "8.0"

0 commit comments

Comments
 (0)