Date: 2024-11-05 09:16:54
Score: 1
Natty:
- When I upgraded from 6 to 7, I had a lot of package issues. So I uninstalled those packages that were causing issues and then ran the
composer update
. After successfully doing the upgrade, I installed those packages again. By doing this composer installed the compatible version of the package itself.
- Or I searched for each package and found its compatible version with my PHP version, changed the version in
composer.json
manually, and ran the composer update
.
Reasons:
- Has code block (-0.5):
- Starts with a question (0.5): When I
- Low reputation (1):
Posted by: kali bano