Skip to content

Commit 512a4b2

Browse files
committed
Add more meta data to composer.json for v1.0.0 release
1 parent 235d771 commit 512a4b2

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

composer.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,19 @@
11
{
22
"name": "bdsu/limesurvey-oauth2",
33
"description": "Enable Single Sign-On for LimeSurvey using OAuth2",
4+
"version": "1.0.0",
45
"type": "library",
6+
"readme": "Readme.md",
7+
"homepage": "https://github.com/BDSU/limesurvey-oauth2",
8+
"support": {
9+
"source": "https://github.com/BDSU/limesurvey-oauth2",
10+
"issues": "https://github.com/BDSU/limesurvey-oauth2/issues"
11+
},
12+
"keywords": [
13+
"Authentication",
14+
"LimeSurvey",
15+
"OAuth2"
16+
],
517
"require": {
618
"php": ">=5.6",
719
"league/oauth2-client": "^2.6"

0 commit comments

Comments
 (0)