You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -30,11 +30,30 @@ Roots is an open source project and completely free to use. If you've benefited
30
30
31
31
## Overview
32
32
33
-
`roots/wordpress` is an automatically updated Composer package for WordPress core.
33
+
`roots/wordpress` is a meta-package that provides WordPress core installation via Composer. It's part of the Roots WordPress packaging ecosystem, which includes several packages to give you flexibility in how WordPress is installed:
[`roots/wordpress-no-content`](https://github.com/roots/wordpress-no-content)|Minimal WordPress build|β Core only<br>β No themes or plugins<br>β No beta releases
40
+
[`roots/wordpress-packager`](https://github.com/roots/wordpress-packager)|Build tooling|Creates the package releases
41
+
42
+
## Requirements
43
+
44
+
A [WordPress Core Installer](https://packagist.org/?query=wordpress%20core%20installer&type=composer-plugin) package is required to handle installation path.
45
+
46
+
> [!tip]
47
+
> Roots project provides a core installer, `roots/wordpress-core-installer`.
48
+
> See the [usage docs](https://github.com/roots/wordpress-core-installer#readme).
34
49
35
50
## Getting Started
36
51
37
-
See the [Composer with WordPress Resources introduction](https://roots.io/composer-wordpress-resources/).
52
+
```console
53
+
composer require roots/wordpress
54
+
```
55
+
56
+
For more detailed information and examples, see the [Composer with WordPress Resources introduction](https://roots.io/composer-wordpress-resources/).
0 commit comments