mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Fixed glitches in the sample composer.json shown in the docs
This commit is contained in:
parent
2657a27573
commit
ecd921cc0a
@ -100,14 +100,15 @@ To remove dependencies, or if you prefer seeing all your dependencies in a text
|
||||
"description": "The SilverStripe Framework Installer",
|
||||
"require": {
|
||||
"php": ">=5.3.2",
|
||||
"silverstripe/cms": "3.0.3",
|
||||
"silverstripe/framework": "3.0.3",
|
||||
"silverstripe/cms": "3.0.2.1",
|
||||
"silverstripe/framework": "3.0.2.1",
|
||||
"silverstripe-themes/simple": "*"
|
||||
},
|
||||
"require-dev": {
|
||||
"silverstripe/compass": "*",
|
||||
"silverstripe/docsviewer": "*"
|
||||
},
|
||||
"minimum-stability": "dev"
|
||||
}
|
||||
|
||||
To add modules, you should add more entries into the `"require"` section. For example, we might add the blog and forum modules. Be careful with the commas at the end of the lines!
|
||||
@ -167,7 +168,7 @@ Open `composer.json`, and find the module's `require`. Then put `as (core versi
|
||||
...
|
||||
"require": {
|
||||
"php": ">=5.3.2",
|
||||
"silverstripe/cms": "3.0.3",
|
||||
"silverstripe/cms": "3.0.2.1",
|
||||
"silverstripe/framework": "dev-myproj as 3.0.x-dev",
|
||||
"silverstripe-themes/simple": "*"
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user