mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
Remove the bits that said composer usage was optional.
This commit is contained in:
parent
c8b6888582
commit
e80d3a8ff1
@ -74,14 +74,11 @@ Never update a website on the live server. Get it working on a development copy
|
||||
|
||||
### Install composer
|
||||
|
||||
Most of the steps in this guide assume you are tracking your project dependencies through composer.
|
||||
SilverStripe 4 requires the use of composer for dependency management.
|
||||
|
||||
While it is possible to upgrade to SilverStripe 4 without using composer, you will save a lot of time if you do.
|
||||
[Learn how to use composer with SilverStripe](/getting_started/composer)
|
||||
|
||||
[composer is becoming the preferred way to manage your code](/getting_started/composer).
|
||||
|
||||
For projects managed through Composer, we recommend using `recipe-cms` in your `composer.json` file to help you keep
|
||||
up to date and run `composer update`.
|
||||
We recommend using `recipe-cms` in your `composer.json` file to help you keep up to date and run `composer update`.
|
||||
|
||||
```json
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user