Downgrade version to latest which support PHP 8.0 #6039
-
Hi, made a silly mistake. Built a multisite (multilanguage) Statamic website for a client using latest Statamic version 3.3.11. When I needed to move site to customer's server realized that it only supports up to PHP 8.0 . Now composer is not happy, and site does not work. Which latest Statamic version supports PHP 8.0? Any tips to downgrade site now without rebuilding it manually? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 6 replies
-
Statamic 3.3 does support PHP 8.0 |
Beta Was this translation helpful? Give feedback.
-
Try adding |
Beta Was this translation helpful? Give feedback.
Try adding
"php": "^8.0.1"
to your composer.json'srequire
block and runcomposer update
. I think that might lower the requirement down low enough so that it'll install on your server.