How do I update this? #4887
Replies: 2 comments 1 reply
-
|
I think you will just have to collect the deprecation messages and change your code to eliminate them. It usually isn't terribly difficult. If you have particular messages that you can't figure out, post them here. Php no longer offers any support, including security patches, for Php8.1. You can start by migrating there, but then you should repeat the process for 8.2, 8.3, 8.4, and 8.5. |
Beta Was this translation helpful? Give feedback.
-
|
It sounds like you are using a very old version of PhpSpreadsheet. None of our currently supported versions call |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I've got a project and I've recently upgraded the PHP version to v8.3, and now I'm getting deprecated errors.
It's been a while since I downloaded and installed this using composer, and now I'm not sure how I update this. Is there a guide anywhere that I can follow? Thank you.
Beta Was this translation helpful? Give feedback.
All reactions