goalgorilla / drupal_social

Open Social Development repository.
http://www.getopensocial.com
91 stars 54 forks source link

Getting the php issue #397

Open somapramanick opened 3 weeks ago

somapramanick commented 3 weeks ago

$ winpty docker exec -it social_web bash root@2e3e73d0edd9:/var/www# bash /var/www/scripts/social/install/install_script.sh

Fatal error: Composer detected issues in your platform: Your Composer dependencies require a PHP version ">= 8.2.0". You are running 8.1.27. in /var/www/vendor/composer/platform_check.php on line 24

Installing through docker in windows system https://github.com/goalgorilla/drupal_social/blob/master/docker-compose.yml here I can see : image: goalgorilla/open_social_docker:drupal10-php8.1-v2

oseferov commented 1 week ago

Hello, I have the same issue with the docker installation:

Fatal error: Composer detected issues in your platform: Your Composer dependencies require a PHP version ">= 8.2.0". You are running 8.1.27.

Are you planning to update the base image goalgorilla/open_social_docker to PHP v8.2/v8.3, please?