Skip to content

Commit

Permalink
Tools: Add parent theme to local env dependencies (#702)
Browse files Browse the repository at this point in the history
* Add parent theme to local env dependencies

* Update composer.json

* Tools: Update packages

---------

Co-authored-by: Kelly Dwan <[email protected]>
  • Loading branch information
adamwoodnz and ryelle authored Jul 15, 2024
1 parent 99d71f9 commit d98ee0c
Show file tree
Hide file tree
Showing 2 changed files with 67 additions and 40 deletions.
5 changes: 5 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,10 @@
"type": "vcs",
"url": "[email protected]:WordPress/wporg-mu-plugins.git"
},
{
"type": "vcs",
"url": "[email protected]:WordPress/wporg-parent-2021.git"
},
{
"type": "vcs",
"url": "[email protected]:WordPress/wporg-internal-notes.git"
Expand All @@ -78,6 +82,7 @@
"rmccue/requests": "^1.8.1",
"wp-coding-standards/wpcs": "2.*",
"wp-phpunit/wp-phpunit": "~6.0",
"wporg/wporg-parent-2021": "dev-build",
"yoast/phpunit-polyfills": "^1.1"
},
"scripts": {
Expand Down
102 changes: 62 additions & 40 deletions composer.lock

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

0 comments on commit d98ee0c

Please sign in to comment.