Skip to content

Commit

Permalink
[Documentation] Update PHP version
Browse files Browse the repository at this point in the history
  • Loading branch information
GSadee committed Feb 9, 2024
1 parent d29ec36 commit b6ebf08
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/book/contributing/code/patches.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Before working on Sylius, set a Symfony friendly environment up with the followi
software:

* Git
* PHP version 8.0 or above
* PHP version 8.1 or above
* MySQL

Configure Git
Expand Down
4 changes: 2 additions & 2 deletions docs/book/installation/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Installation
The Sylius main application can serve as an end-user app, as well as a foundation
for your custom e-commerce application.

To create your Sylius-based application, first make sure you use PHP 8.0 or higher
To create your Sylius-based application, first make sure you use PHP 8.1 or higher
and have `Composer`_ installed.

.. note::
Expand All @@ -30,7 +30,7 @@ To begin creating your new project, run this command:
.. note::

Make sure to use PHP ^8.0. Using an older PHP version will result in installing an older version of Sylius.
Make sure to use PHP ^8.1. Using an older PHP version will result in installing an older version of Sylius.

This will create a new Symfony project in the ``acme`` directory. Next, move to the project directory:

Expand Down
2 changes: 1 addition & 1 deletion 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 | ^8.0 |
| PHP | ^8.1 |
+---------------+-----------------------+

**PHP extensions**:
Expand Down

0 comments on commit b6ebf08

Please sign in to comment.