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 14, 2022
1 parent 2ba9097 commit 50cf9ec
Showing 1 changed file with 23 additions and 8 deletions.
31 changes: 23 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true,
"composer/installers": true
},
"preferred-install": {
"wordpress-meta/*": "source",
"wporg/*": "source"
}
},
"extra": {
Expand Down Expand Up @@ -70,16 +74,27 @@
"url": "https://meta.svn.wordpress.org/sites/",
"reference": "trunk/wordpress.org/public_html/wp-content/plugins/handbook/"
}
},
{
"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"
}
}
]
},
{
"type": "vcs",
"url": "git@github.com:WordPress/wporg-repo-tools.git"
},
{
"type": "vcs",
"url": "git@github.com:WordPress/wporg-mu-plugins.git"
}
],
"require-dev": {
Expand Down

0 comments on commit 50cf9ec

Please sign in to comment.