Skip to content

Commit

Permalink
Merge pull request #508 from TangRufus/composer-v2-repositories-only
Browse files Browse the repository at this point in the history
Composer: Add `only` option to wpackagist.org repository
  • Loading branch information
swalkinshaw committed Apr 22, 2020
2 parents dfc961b + 4021735 commit 7403e14
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 27 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### Head

* Composer: Add `only` option to wpackagist.org repository ([#508](https://github.com/roots/bedrock/pull/508))

### 1.13.2: 2020-04-01

* chore(deps): Bump WordPress to 5.4 ([#502](https://github.com/roots/bedrock/pull/502))
Expand Down
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
"repositories": [
{
"type": "composer",
"url": "https://wpackagist.org"
"url": "https://wpackagist.org",
"only": ["wpackagist-plugin/*", "wpackagist-theme/*"]
}
],
"require": {
Expand Down
71 changes: 45 additions & 26 deletions composer.lock

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

0 comments on commit 7403e14

Please sign in to comment.