Skip to content

Commit d335c4e

Browse files
glyemoay
authored andcommitted
PHP requirement is 7.2 (#42)
The current install of the server fails with PHP 7.1, it requires 7.2. I'm not sure if that applies to Symfony 4 too, or if it's only this server. The Symfony doc says 7.1 is enough: https://symfony.com/doc/current/setup.html
1 parent b1dc6be commit d335c4e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/topics/prerequisites.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
In order to run the server, you'll need a server which
44

5-
* is capable of running Symfony 4. This means: PHP 7.1
5+
* is capable of running Symfony 4. This means: PHP 7.2
66
* has git installed
77
* has Composer installed
88
* is able to load the repos. That means: Access to the internet is needed, also some free disk space.
99

1010
It is recommended to setup some sort of monitoring. We use [Sentry](https://sentry.io).
1111

12-
SSH access is useful to run [commands](commands.md) on the server.
12+
SSH access is useful to run [commands](commands.md) on the server.

0 commit comments

Comments
 (0)