Skip to content

Commit

Permalink
Updated package versions for Development branch (#169)
Browse files Browse the repository at this point in the history
  • Loading branch information
WebVPF authored Jan 12, 2024
1 parent ae9d38f commit ce91195
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions setup/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -206,11 +206,11 @@ You can instruct the platform to prefer test builds from the marketplace by chan
> **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.
```json
"winter/storm": "dev-develop as 1.0",
"winter/wn-system-module": "dev-develop",
"winter/wn-backend-module": "dev-develop",
"winter/wn-cms-module": "dev-develop",
"laravel/framework": "~6.0",
"winter/storm": "dev-develop as 1.2.999",
"winter/wn-system-module": "dev-develop as 1.2.999",
"winter/wn-backend-module": "dev-develop as 1.2.999",
"winter/wn-cms-module": "dev-develop as 1.2.999",
"laravel/framework": "~9.0",
```

### Using a public folder
Expand Down

0 comments on commit ce91195

Please sign in to comment.