You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 3.1/getting-started/installation.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -24,10 +24,10 @@ Require this package in the `composer.json` of your Laravel project. This will d
24
24
composer require maatwebsite/excel
25
25
```
26
26
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:
0 commit comments