Skip to content

Commit ce91195

Browse files
authored
Updated package versions for Development branch (#169)
1 parent ae9d38f commit ce91195

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

setup/configuration.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -206,11 +206,11 @@ You can instruct the platform to prefer test builds from the marketplace by chan
206206
> **TIP:** If you are using [Composer](../architecture/using-composer) to manage updates, you may replace the default Winter CMS requirements in your `composer.json` file with the following in order to download updates directly from the develop branch. This is more or less the same as enabling edge updates.
207207
208208
```json
209-
"winter/storm": "dev-develop as 1.0",
210-
"winter/wn-system-module": "dev-develop",
211-
"winter/wn-backend-module": "dev-develop",
212-
"winter/wn-cms-module": "dev-develop",
213-
"laravel/framework": "~6.0",
209+
"winter/storm": "dev-develop as 1.2.999",
210+
"winter/wn-system-module": "dev-develop as 1.2.999",
211+
"winter/wn-backend-module": "dev-develop as 1.2.999",
212+
"winter/wn-cms-module": "dev-develop as 1.2.999",
213+
"laravel/framework": "~9.0",
214214
```
215215

216216
### Using a public folder

0 commit comments

Comments
 (0)