diff --git a/README.md b/README.md index 2d28c51..150e9b0 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,7 @@ CI status PHP Version Symfony Version + Symfony Version

## How to run the application @@ -20,8 +21,8 @@ * Just install [docker](http://docs.docker.com/get-docker/). * If you want to run PHP locally and leave docker for just external services (mysql, redis, elastic and rabbitmq): - * Make sure to have a local PHP installation. The minimum PHP version needed is 7.4.1. - * Needed PHP extensions: bcmath, pdo_mysql, pcntl, posix, mysqli. + * Make sure to have a local PHP installation. The minimum PHP version needed is 8.1. + * Needed PHP extensions: pdo_mysql, mysqli, amqp. * Make sure to install [Symfony CLI](http://symfony.com/download). ### 🐳 Full Docker