Skip to content

Commit

Permalink
separate examples & projects
Browse files Browse the repository at this point in the history
  • Loading branch information
battis committed Mar 14, 2024
1 parent e1b7e50 commit 811e3e4
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/split.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ jobs:
split_repository: "sky-api.appengine-client"
- local_path: "oauth2"
split_repository: "OAuth2-BlackbaudSKY"
- local_path: "oauth2-example"
split_repository: "OAuth2-BlackbaudSKY-example"
- local_path: "oneroster"
split_repository: "sky-api.oneroster"
- local_path: "school"
Expand Down
1 change: 1 addition & 0 deletions examples/oauth2/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/vendor/
File renamed without changes.
14 changes: 14 additions & 0 deletions examples/oauth2/composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"name": "groton-school/oauth2-blackbaudsky-example",
"description": "Example use of groton-school/oauth2-blackbaudsky",
"require": {
"groton-school/oauth2-blackbaudsky": "^0.2"
},
"license": "MIT",
"authors": [
{
"name": "Seth Battis",
"email": "[email protected]"
}
]
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion monorepo-builder.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
use Symplify\MonorepoBuilder\Config\MBConfig;

return static function (MBConfig $mbConfig): void {
$mbConfig->packageDirectories([__DIR__ . '/packages']);
$mbConfig->packageDirectories([__DIR__ . '/packages', __DIR__ . '/examples']);
};
2 changes: 1 addition & 1 deletion packages/oauth2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ The following versions of PHP are supported.

## Usage

Refer to [example](https://github.com/groton-school/OAuth2-BlackbaudSKY-example) for example usage.
Refer to [this project](https://github.com/groton-school/sky-api/tree/main/examples/oauth2) for example usage.

### Authorization Code Grant

Expand Down

0 comments on commit 811e3e4

Please sign in to comment.