Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
junaidbhura authored Apr 21, 2022
1 parent 6856c4c commit 505e860
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ This Composer plugin requires [Composer](https://getcomposer.org/):

- 1.0.0 and newer, or
- 2.0.2 and newer
- 2.3+ IMPORTANT: Make sure to add trailing slashes to packages' `dist` URL as below. More info: https://github.com/junaidbhura/composer-wp-pro-plugins/issues/34

Create a `.env` file in the root of your WordPress site, where the `composer.json` file lives, which has all the license keys and settings:

Expand All @@ -55,7 +56,7 @@ Add the following to your composer.json file:
"type": "wordpress-plugin",
"dist": {
"type": "zip",
"url": "https://www.advancedcustomfields.com"
"url": "https://www.advancedcustomfields.com/"
},
"require": {
"junaidbhura/composer-wp-pro-plugins": "*"
Expand All @@ -70,7 +71,7 @@ Add the following to your composer.json file:
"type": "wordpress-plugin",
"dist": {
"type": "zip",
"url": "https://www.gravityforms.com"
"url": "https://www.gravityforms.com/"
},
"require": {
"junaidbhura/composer-wp-pro-plugins": "*"
Expand All @@ -85,7 +86,7 @@ Add the following to your composer.json file:
"type": "wordpress-plugin",
"dist": {
"type": "zip",
"url": "https://www.gravityforms.com"
"url": "https://www.gravityforms.com/"
},
"require": {
"junaidbhura/composer-wp-pro-plugins": "*"
Expand All @@ -100,7 +101,7 @@ Add the following to your composer.json file:
"type": "wordpress-plugin",
"dist": {
"type": "zip",
"url": "https://www.polylang.pro"
"url": "https://www.polylang.pro/"
},
"require": {
"junaidbhura/composer-wp-pro-plugins": "*"
Expand All @@ -115,7 +116,7 @@ Add the following to your composer.json file:
"type": "wordpress-plugin",
"dist": {
"type": "zip",
"url": "https://www.wpallimport.com"
"url": "https://www.wpallimport.com/"
},
"require": {
"junaidbhura/composer-wp-pro-plugins": "*"
Expand All @@ -130,7 +131,7 @@ Add the following to your composer.json file:
"type": "wordpress-plugin",
"dist": {
"type": "zip",
"url": "https://www.wpallimport.com"
"url": "https://www.wpallimport.com/"
},
"require": {
"junaidbhura/composer-wp-pro-plugins": "*"
Expand All @@ -145,7 +146,7 @@ Add the following to your composer.json file:
"type": "wordpress-plugin",
"dist": {
"type": "zip",
"url": "https://www.wpallimport.com"
"url": "https://www.wpallimport.com/"
},
"require": {
"junaidbhura/composer-wp-pro-plugins": "*"
Expand All @@ -160,7 +161,7 @@ Add the following to your composer.json file:
"type": "wordpress-plugin",
"dist": {
"type": "zip",
"url": "https://www.wpallimport.com"
"url": "https://www.wpallimport.com/"
},
"require": {
"junaidbhura/composer-wp-pro-plugins": "*"
Expand All @@ -175,7 +176,7 @@ Add the following to your composer.json file:
"type": "wordpress-plugin",
"dist": {
"type": "zip",
"url": "https://www.wpallimport.com"
"url": "https://www.wpallimport.com/"
},
"require": {
"junaidbhura/composer-wp-pro-plugins": "*"
Expand Down

0 comments on commit 505e860

Please sign in to comment.