Skip to content

Commit

Permalink
Add wporg/wporg-repo-tools for build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
adamwoodnz committed Oct 16, 2023
1 parent 5d53d3d commit 470dfce
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 3 deletions.
7 changes: 6 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@
"type": "composer",
"url": "https://wpackagist.org/"
},
{
"type": "vcs",
"url": "[email protected]:WordPress/wporg-repo-tools.git"
},
{
"type": "package",
"package": [
Expand Down Expand Up @@ -82,7 +86,8 @@
"wp-coding-standards/wpcs": "2.*",
"phpcompatibility/phpcompatibility-wp": "*",
"rmccue/requests": "^1.7",
"wporg/wporg-mu-plugins": "dev-build"
"wporg/wporg-mu-plugins": "dev-build",
"wporg/wporg-repo-tools": "dev-trunk"
},
"scripts": {
"format": "phpcbf -p",
Expand Down
35 changes: 33 additions & 2 deletions composer.lock

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

0 comments on commit 470dfce

Please sign in to comment.