We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 235d771 commit 512a4b2Copy full SHA for 512a4b2
composer.json
@@ -1,7 +1,19 @@
1
{
2
"name": "bdsu/limesurvey-oauth2",
3
"description": "Enable Single Sign-On for LimeSurvey using OAuth2",
4
+ "version": "1.0.0",
5
"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
+ ],
17
"require": {
18
"php": ">=5.6",
19
"league/oauth2-client": "^2.6"
0 commit comments