-
Notifications
You must be signed in to change notification settings - Fork 79
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Composer: Install full
wporg-mu-plugins
in local environments
It's required as of 65b2f8d It was moved to the regular composer file, because having a 2nd one complicates things and doesn't seem necessary for this package.
- Loading branch information
Showing
3 changed files
with
23 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,13 +20,18 @@ | |
}, | ||
"extra": { | ||
"installer-paths": { | ||
"public_html/wp-content/themes/{$name}": ["wporg/wporg-parent-2021"] | ||
"public_html/wp-content/themes/{$name}": ["wporg/wporg-parent-2021"], | ||
"public_html/wp-content/mu-plugins-private/{$name}": ["wporg/wporg-mu-plugins"] | ||
} | ||
}, | ||
"repositories": [ | ||
{ | ||
"type": "vcs", | ||
"url": "[email protected]:WordPress/wporg-parent-2021.git" | ||
}, | ||
{ | ||
"type": "vcs", | ||
"url": "https://github.com/WordPress/wporg-mu-plugins.git" | ||
} | ||
], | ||
"require": { | ||
|
@@ -41,7 +46,8 @@ | |
"sirbrillig/phpcs-changed": "2.10.0", | ||
"spatie/phpunit-watcher": "^1.23", | ||
"yoast/phpunit-polyfills": "^1.0", | ||
"composer/installers": "^2.2" | ||
"composer/installers": "^2.2", | ||
"wporg/wporg-mu-plugins": "dev-build" | ||
}, | ||
"scripts": { | ||
"format": "phpcbf -p", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters