mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 17:10:53 +00:00
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:
commit
40f2a9f9e4
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
-------------------
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue