bug #14123 Removed version specification (vjandrea)

This PR was merged into the 1.11 branch.

Discussion
----------

| Q               | A                                                            |
|-----------------|--------------------------------------------------------------|
| Branch?         | master      |
| Bug fix?        | no |
| New feature?    | no |
| BC breaks?      | no |
| Deprecations?   | no |
| Related tickets | none |
| License         | MIT                                                          |

No need to specify the version here IMHO, since `composer create-project` will always use the latest stable.

Commits
-------

ede26eccd8 Removed version
This commit is contained in:
Mateusz Zalewski 2022-07-07 16:38:23 +02:00 committed by GitHub
commit 40f2a9f9e4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,7 @@ Installation
============
So you want to try creating an online shop with Sylius? Great! The first step is the most important one, so let's start
with the Sylius project installation via Composer. We will be using the latest stable version of Sylius - ``1.7``.
with the Sylius project installation via Composer. We will be using the latest stable version of Sylius.
Before installation
-------------------