[Docs] Update installation requirements & add upgrade instructions for Plus

This commit is contained in:
Kamil Kokot 2020-05-11 12:36:37 +02:00
parent 760a4b469d
commit 4c18a3f66c
No known key found for this signature in database
GPG key ID: 7BD76F7054D93C89
3 changed files with 11 additions and 5 deletions

View file

@ -29,7 +29,7 @@ PHP required modules and configuration
**PHP version**:
+---------------+-----------------------+
| PHP | ^7.2 |
| PHP | ^7.3 |
+---------------+-----------------------+
**PHP extensions**:

View file

@ -13,9 +13,9 @@ Installing Sylius Plus as a plugin to a Sylius application
**Important Requirements**
+---------------+-----------------------+
| PHP | ^7.2 |
| PHP | ^7.3 |
+---------------+-----------------------+
| sylius/sylius | ^1.6 |
| sylius/sylius | ^1.7 |
+---------------+-----------------------+
**0.** Prepare project:
@ -25,7 +25,7 @@ Installing Sylius Plus as a plugin to a Sylius application
If it is a new project you are initiating, then first install Sylius-Standard in **version ^1.6** according to
:doc:`these instructions </book/installation/installation>`.
If you're installing Plus package to an existing project, then make sure you're upgraded to ``sylius/sylius ^1.6``.
If you're installing Plus package to an existing project, then make sure you're upgraded to ``sylius/sylius ^1.7``.
**1.** Configure access to the private Packagist package in composer by using the Access Token you have been given with your license.
@ -346,6 +346,12 @@ your application's ``.env`` file:
**Phew! That's all, you can now run the application just like you usually do with Sylius (using Symfony Server for example).**
Upgrading Sylius Plus
---------------------
To upgrade Sylius Plus in an existing application, please follow upgrade instructions from
`Sylius/PlusInformationCenter <https://github.com/Sylius/PlusInformationCenter>`_ repository.
.. image:: ../../_images/sylius_plus/banner.png
:align: center
:target: http://sylius.com/plus/?utm_source=docs

View file

@ -13,7 +13,7 @@ Each minor release comes with an ``UPGRADE.md`` file, which is meant to help in
{
"require": {
"sylius/sylius": "^1.4"
"sylius/sylius": "^1.7"
}
}