Report this

What is the reason for this report?

Problem during Laravel set up with Docker Compose

Posted on March 11, 2021

As I was following through the tutorial on the same topic (https://www.digitalocean.com/community/tutorials/how-to-set-up-laravel-nginx-and-mysql-with-docker-compose), I successfully pass 7 steps, but faced error on step 8 on generating a key and copy it to your .env file: “Your Composer dependencies require a PHP version “>= 7.3.0”. You are running 7.2.34. in /var/www/vendor/composer/platform_check.php on line 24 ERROR: 255” How can I fix this problem?



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

Hi, @bobbyiliev,

Thank you for you answer, but unfortunately it didn’t help. May be it needs reloading?

Hi there @lmilakorn,

In the Dockerfile make sure to change this line:

FROM php:7.2-fpm

To:

FROM php:7.4-fpm

Let me know how it goes!

Regards, Bobby

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.