Skip to content

Commit 7189db8

Browse files
authored
Merge pull request #162 from retlehs/patch-1
Update WPackagist references to WP Packages
2 parents edb1bcb + 2bb900d commit 7189db8

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ This plugin integrates Rollbar into your WordPress installation.
2121
1. [Requirements](#requirements)
2222
1. [Through WordPress Plugin directory](#through-wordpress-plugin-directory)
2323
2. [Through Packagist](#through-packagist-recommended-new)
24-
3. [Through WPackagist](#through-wpackagist)
24+
3. [Through WP Packages](#through-wp-packages)
2525
2. [Configuration](#configuration)
2626
1. [WordPress Admin](#wordpress-admin)
2727
2. [Programmatic Configuration](#programmatic-configuration)
@@ -62,7 +62,7 @@ this is an issue in your project, we recommend the "Packagist" installation meth
6262
### Through [Packagist](https://packagist.org/packages/rollbar/rollbar-php-wordpress) *recommended new*
6363

6464
*Note: this only works if your WordPress project is managed with Composer.
65-
Read [Using Composer with WordPress](https://roots.io/using-composer-with-wordpress/) for more details.*
65+
Read [Composer + WordPress Resources](https://roots.io/composer-wordpress-resources/) for more details.*
6666

6767
This is a recommended way to install the Rollbar plugin for advanced projects. This way ensures the plugin and all of
6868
its dependencies are managed by Composer.
@@ -73,21 +73,21 @@ You can install the plugin by running the following command in the root director
7373
composer require rollbar/rollbar-php-wordpress:^3.0
7474
```
7575

76-
### Through [WPackagist](https://wpackagist.org/)
76+
### Through [WP Packages](https://wp-packages.org/)
7777

7878
*Note: if your WordPress project is managed with Composer, we strongly recommend installing the plugin through
7979
Packagist instead.*
8080

81-
*Installing the plugin from wpackagist.org instead of packagist.org will result in the plugin being managed by
81+
*Installing the plugin from WP Packages instead of Packagist will result in the plugin being managed by
8282
Composer. However, the downside is that it's dependencies will not be managed by composer. Instead they will be packaged
8383
in the plugin's `vendor` directory not in your project's `vendor` directory. This has the potential to cause name
8484
collisions if other plugins or your project use different versions of the same dependencies.*
8585

86-
To install the plugin from wpackagist.org run the following steps command in the root directory of your WordPress
86+
To install the plugin from WP Packages run the following steps command in the root directory of your WordPress
8787
project:
8888

8989
```txt
90-
composer require wpackagist-plugin/rollbar
90+
composer require wp-plugin/rollbar
9191
```
9292

9393
## Configuration

0 commit comments

Comments
 (0)