Skip to content

Commit 45f95aa

Browse files
authored
Merge pull request #513 from humanmade/backport-512-to-v14-branch
[Backport v14-branch] Fix references to wpackagist
2 parents 883c21e + 7e0266a commit 45f95aa

File tree

1 file changed

+6
-6
lines changed
  • other-docs/guides/upgrading

1 file changed

+6
-6
lines changed

other-docs/guides/upgrading/v14.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ package.
7979

8080
```sh
8181
# Add Workflows package
82-
composer require "humanmade/workflows"
82+
composer require humanmade/workflows
8383
```
8484

8585
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.
9696

9797
```shell
9898
## Add the Yoast Duplicate Post plugin
99-
composer require "wppackagist/duplicate-post"
99+
composer require wpackagist-plugin/duplicate-post
100100
```
101101

102102
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.
110110

111111
```sh
112112
# Add publication checklist example
113-
composer require "humanmade/publication-checklist"
113+
composer require humanmade/publication-checklist
114114
```
115115

116116
This will provide you with the framework to write your own publication
@@ -151,7 +151,7 @@ package to your project.
151151

152152
```sh
153153
# Add publication checklist example
154-
composer require "humanmade/authorship"
154+
composer require humanmade/authorship
155155
```
156156

157157
#### Robots.txt Support
@@ -204,7 +204,7 @@ off-the-shelf plugin in your projects `composer.json` file.
204204
205205
```shell
206206
## Add the Yoast SEO plugin
207-
composer require "wppackagist/wordpress-seo"
207+
composer require wpackagist-plugin/wordpress-seo
208208
```
209209
210210
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
224224
225225
```bash
226226
## Add Gaussholder library
227-
composer require "humanmade/gaussholder"
227+
composer require humanmade/gaussholder
228228
```
229229
230230
Then hook into the `gaussholder.image_sizes` filter.

0 commit comments

Comments
 (0)