Skip to content

Commit d27f404

Browse files
authored
Drop WordPress Core Installer reference for standard installation (#21)
Removed the mention of the WordPress Core Installer package from the instructions to simplify them. The core installer is part of the `roots/wordpress` meta package. Also, updated to version 3.0 in the composer.json example.
1 parent ce6f8cd commit d27f404

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

internal/http/templates/roots_wordpress.html

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,6 @@ <h2 class="text-2xl font-bold text-gray-900 mb-4">Getting started</h2>
7575
</button>
7676
</div>
7777

78-
<p class="text-gray-600 mb-4 leading-relaxed">A WordPress Core Installer package is required to handle the installation path. We provide <a href="https://github.com/roots/wordpress-core-installer" class="text-brand-primary hover:underline" rel="noopener">roots/wordpress-core-installer</a> for this.</p>
79-
8078
<h2 class="text-2xl font-bold text-gray-900 mb-4">Example configurations</h2>
8179

8280
<h3 class="text-lg font-semibold text-gray-900 mb-3">Standard (recommended)</h3>
@@ -95,7 +93,6 @@ <h3 class="text-lg font-semibold text-gray-900 mb-3">Standard (recommended)</h3>
9593
<span class="text-green-700">"require"</span>: {
9694
<span class="text-green-700">"composer/installers"</span>: <span class="text-green-700">"^2.2"</span>,
9795
<span class="text-green-700">"roots/wordpress"</span>: <span class="text-green-700">"^6.8"</span>,
98-
<span class="text-green-700">"roots/wordpress-core-installer"</span>: <span class="text-green-700">"^1.0"</span>,
9996
<span class="text-green-700">"wp-plugin/woocommerce"</span>: <span class="text-green-700">"^10.0"</span>,
10097
<span class="text-green-700">"wp-theme/twentytwentyfive"</span>: <span class="text-green-700">"^1.0"</span>
10198
},
@@ -114,7 +111,7 @@ <h3 class="text-lg font-semibold text-gray-900 mb-3">Full build</h3>
114111
<div class="bg-gray-50/50 px-4 py-2 text-xs text-gray-500 border-b border-gray-200/40">composer.json</div>
115112
<pre class="p-4 text-sm font-mono leading-relaxed overflow-x-auto"><code>{
116113
<span class="text-green-700">"require"</span>: {
117-
<span class="text-green-700">"roots/wordpress-core-installer"</span>: <span class="text-green-700">"^1.0"</span>,
114+
<span class="text-green-700">"roots/wordpress-core-installer"</span>: <span class="text-green-700">"^3.0"</span>,
118115
<span class="text-green-700">"roots/wordpress-full"</span>: <span class="text-green-700">"^6.8"</span>
119116
},
120117
<span class="text-green-700">"config"</span>: {
@@ -134,4 +131,4 @@ <h3 class="text-lg font-bold text-gray-900 mb-2">Using Bedrock?</h3>
134131
</div>
135132

136133
</article>
137-
{{end}}
134+
{{end}}

0 commit comments

Comments
 (0)