Skip to content

Commit

Permalink
Add readme for Upstream Configuration path repository (#104)
Browse files Browse the repository at this point in the history
This is copy pasta from Drupal Composer Managed. While the same changes were made to WordPress Composer Managed (in terms of the `upstream-require` script), the readme was not moved over.
  • Loading branch information
jazzsequence authored May 24, 2023
1 parent 4af6255 commit 03dc64e
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions upstream-configuration/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Upstream Configuration

If you are working on your custom upstream, use this folder for upstream specific stuff.

You can require the `pantheon-systems/upstream-management` [composer package](https://packagist.org/packages/pantheon-systems/upstream-management) to get access to some upstream management tools. Require it with composer like this:

```
composer require pantheon-systems/upstream-management:^1
```

Read project description for more information about the tools that it contains.

0 comments on commit 03dc64e

Please sign in to comment.