Skip to content

Commit 80bcf6d

Browse files
Update installation.md
1 parent 7a24ce9 commit 80bcf6d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

3.1/getting-started/installation.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ Require this package in the `composer.json` of your Laravel project. This will d
2424
composer require maatwebsite/excel
2525
```
2626

27-
If composer require fails on Laravel 9 because of the `simple-cache` dependency, you will have to specify the `psr/simple-cache` version as `^1.0` in your composer.json to satisfy the PhpSpreadsheet dependency. You can install both at the same time as:
27+
If composer require fails on Laravel 9 because of the `simple-cache` dependency, you will have to specify the `psr/simple-cache` version as `^2.0` in your composer.json to satisfy the PhpSpreadsheet dependency. You can install both at the same time as:
2828

2929
```
30-
composer require psr/simple-cache:^1.0 maatwebsite/excel
30+
composer require psr/simple-cache:^2.0 maatwebsite/excel
3131
```
3232

3333
The `Maatwebsite\Excel\ExcelServiceProvider` is __auto-discovered__ and registered by default.

0 commit comments

Comments
 (0)