Skip to content

Commit

Permalink
Merge pull request #8663 from bpolaszek/fix-min-requirement
Browse files Browse the repository at this point in the history
[Documentation] Fix PHP min version
  • Loading branch information
lchrusciel committed Sep 14, 2017
2 parents 0c0bda4 + bc5753a commit 609cb80
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/book/installation/requirements.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ PHP required modules and configuration
**PHP version**:

+---------------+-----------------------+
| PHP | ^5.6|^7.0 |
| PHP | ^7.1 |
+---------------+-----------------------+

**PHP extensions**:
Expand Down Expand Up @@ -72,7 +72,7 @@ By default, the database connection is pre-configured to work with a following M
Access rights
-------------

Most of the application folders and files require only read access, but a few folders need also the write access for the Apache user:
Most of the application folders and files require only read access, but a few folders need also the write access for the Apache/Nginx user:

* var/cache
* var/logs
Expand Down
2 changes: 1 addition & 1 deletion docs/contributing/code/patches.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Before working on Sylius, setup a Symfony friendly environment with the followin
software:

* Git
* PHP version 5.5.9 or above
* PHP version 7.1 or above
* MySQL

Configure Git
Expand Down

0 comments on commit 609cb80

Please sign in to comment.