Skip to content

Update the PHP requirements for Symfony 3.4 version #11832

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 27, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 12 additions & 4 deletions reference/requirements.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,15 @@ Requirements for Running Symfony
================================

Symfony 3.4 requires **PHP 5.5.9** or higher to run, in addition to other minor
requirements. To make things simple, Symfony provides a tool to quickly check if
your system meets all those requirements.
requirements, when using the traditional installation based on the
`Symfony Standard Edition`_. If Symfony 3.4 is installed via the `skeleton`_ or
`website-skeleton`_ (which is the recommended way for modern Symfony
applications) the requirements are **PHP 7.0.8** or higher.

Beware that PHP can define a different configuration for the command console and
the web server, so you need to check requirements in both environments.
To make things simple, Symfony provides a tool to quickly check if your system
meets all those requirements. Beware that PHP can define a different
configuration for the command console and the web server, so you need to check
the requirements in both environments.

Checking Requirements for the Web Server
----------------------------------------
Expand All @@ -32,3 +36,7 @@ command and fix the reported issues:
$ cd my-project/
$ php bin/symfony_requirements
.. _`Symfony Standard Edition`: https://github.com/symfony/symfony-standard
.. _`skeleton`: https://github.com/symfony/skeleton
.. _`website-skeleton`: https://github.com/symfony/website-skeleton