From 7e0266ab0874e56ca68abfe42f7e2ba2f8e7bea9 Mon Sep 17 00:00:00 2001 From: Robert O'Rourke Date: Mon, 10 Jul 2023 09:48:08 +0000 Subject: [PATCH] Fix references to wpackagist The composer package names referencing wpackagist were incorrect, and there was some inconsistency with the use of quotes in composer require commands. They're not necessary. --- other-docs/guides/upgrading/v14.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/other-docs/guides/upgrading/v14.md b/other-docs/guides/upgrading/v14.md index 3096b720..43c1a5f6 100644 --- a/other-docs/guides/upgrading/v14.md +++ b/other-docs/guides/upgrading/v14.md @@ -79,7 +79,7 @@ package. ```sh # Add Workflows package -composer require "humanmade/workflows" +composer require humanmade/workflows ``` This provides the framework to create your own workflow as well as the @@ -96,7 +96,7 @@ can install the off-the-shelf plugin in your project's `composer.json` file. ```shell ## Add the Yoast Duplicate Post plugin -composer require "wppackagist/duplicate-post" +composer require wpackagist-plugin/duplicate-post ``` Note: The plugin uses the terms "Clone" and "Copy to a new draft" instead of "Clone" and "Rewrite & Republish" instead of @@ -110,7 +110,7 @@ package to your project. ```sh # Add publication checklist example -composer require "humanmade/publication-checklist" +composer require humanmade/publication-checklist ``` This will provide you with the framework to write your own publication @@ -151,7 +151,7 @@ package to your project. ```sh # Add publication checklist example -composer require "humanmade/authorship" +composer require humanmade/authorship ``` #### Robots.txt Support @@ -204,7 +204,7 @@ off-the-shelf plugin in your projects `composer.json` file. ```shell ## Add the Yoast SEO plugin -composer require "wppackagist/wordpress-seo" +composer require wpackagist-plugin/wordpress-seo ``` If you are using the premium version of the plugin, follow @@ -224,7 +224,7 @@ add [humanmade/Gaussholder](https://github.com/humanmade/Gaussholder) to your pr ```bash ## Add Gaussholder library -composer require "humanmade/gaussholder" +composer require humanmade/gaussholder ``` Then hook into the `gaussholder.image_sizes` filter.