mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
Update 4.1.0.md
Update to reflect `silverstripe-*` restriction, rather than just recipe
This commit is contained in:
parent
bfcb677009
commit
b82b1b26fe
@ -170,13 +170,13 @@ to the web server, you can also use the composer.json `expose` directive to syml
|
||||
}
|
||||
```
|
||||
|
||||
You will also need to set your project `type` to `silverstripe-recipe` like so:
|
||||
You will also need to set your project `type` to `silverstripe-something`, for example `silverstripe-project` like so:
|
||||
|
||||
**composer.json** (in project root)
|
||||
|
||||
```json
|
||||
{
|
||||
"type": "silverstripe-recipe"
|
||||
"type": "silverstripe-project"
|
||||
}
|
||||
```
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user