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
When installing on laravel 10.33 with php 8.2.4 the documentation installation fails with the following error:
Problem 1
- Root composer.json requires maatwebsite/excel 3.1 -> satisfiable by maatwebsite/excel[3.1.0].
- maatwebsite/excel 3.1.0 requires php ^7.0 -> your php version (8.2.4) does not satisfy that requirement.
I have to install version 49 with the following command:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
When installing on laravel 10.33 with php 8.2.4 the documentation installation fails with the following error:
I have to install version 49 with the following command:
composer require maatwebsite/excel:^3.1.49
Beta Was this translation helpful? Give feedback.
All reactions