-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Composer definition to enable Composer installs via git
- Loading branch information
tkiehne
committed
Oct 13, 2020
1 parent
68dc03c
commit 6154a10
Showing
2 changed files
with
41 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
{ | ||
"name": "drupal/uwauth", | ||
"description": "Provides authentication and role assignment with Shibboleth, and UW Groups or Active Directory.", | ||
"type": "drupal-module", | ||
"homepage": "https://github.com/deohs/uwauth", | ||
"authors": [ | ||
{ | ||
"name": "John Yocum (jtyocum)", | ||
"role": "Creator" | ||
}, | ||
{ | ||
"name": "Thomas Kiehne (tkiehne)", | ||
"email": "[email protected]", | ||
"homepage": "https://www.drupal.org/u/tkiehne", | ||
"role": "Maintainer" | ||
} | ||
], | ||
"support": { | ||
"issues": "https://github.com/deohs/uwauth/issues", | ||
"source": "https://github.com/deohs/uwauth" | ||
}, | ||
"license": "GPL-3.0-or-later", | ||
"minimum-stability": "dev" | ||
} |