Skip to content

Commit

Permalink
Add more meta data to composer.json for v1.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
acran committed Dec 10, 2021
1 parent 235d771 commit 512a4b2
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,19 @@
{
"name": "bdsu/limesurvey-oauth2",
"description": "Enable Single Sign-On for LimeSurvey using OAuth2",
"version": "1.0.0",
"type": "library",
"readme": "Readme.md",
"homepage": "https://github.com/BDSU/limesurvey-oauth2",
"support": {
"source": "https://github.com/BDSU/limesurvey-oauth2",
"issues": "https://github.com/BDSU/limesurvey-oauth2/issues"
},
"keywords": [
"Authentication",
"LimeSurvey",
"OAuth2"
],
"require": {
"php": ">=5.6",
"league/oauth2-client": "^2.6"
Expand Down

0 comments on commit 512a4b2

Please sign in to comment.