Skip to content

Commit

Permalink
Clone internal repositories for easier modifications.
Browse files Browse the repository at this point in the history
  • Loading branch information
iandunn committed Sep 13, 2022
1 parent ce3063f commit 02e06af
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 96 deletions.
44 changes: 32 additions & 12 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
"allow-plugins": {
"composer/installers": true,
"dealerdirect/phpcodesniffer-composer-installer": true
},
"preferred-install": {
"wporg/*": "source"
}
},
"extra": {
Expand All @@ -33,21 +36,38 @@
"type": "composer",
"url": "https://wpackagist.org/"
},
{
"type": "vcs",
"url": "git@github.com:WordPress/wporg-repo-tools.git"
},
{
"type": "vcs",
"url": "git@github.com:WordPress/wporg-mu-plugins.git"
},
{
"type": "vcs",
"url": "git@github.com:WordPress/wporg-parent-2021.git"
},
{
"type": "package",
"package": [
{
"name": "wporg/wporg-repo-tools",
"version": "dev-trunk",
"source": {
"type": "git",
"url": "https://github.com/WordPress/wporg-repo-tools.git",
"reference": "trunk"
}
},
{
"name": "wporg/wporg-mu-plugins",
"type": "wordpress-muplugin",
"version": "dev-build",
"source": {
"type": "git",
"url": "https://github.com/WordPress/wporg-mu-plugins.git",
"reference": "build"
}
},
{
"name": "wporg/wporg-parent-2021",
"type": "wordpress-theme",
"version": "dev-build",
"source": {
"type": "git",
"url": "https://github.com/WordPress/wporg-parent-2021.git",
"reference": "build"
}
},
{
"name": "wordpress-meta/wporg",
"type": "wordpress-theme",
Expand Down
97 changes: 13 additions & 84 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 02e06af

Please sign in to comment.