Skip to content

Commit

Permalink
Imported source code
Browse files Browse the repository at this point in the history
  • Loading branch information
edgardmessias committed Apr 24, 2019
1 parent d7e2000 commit c4af8cb
Show file tree
Hide file tree
Showing 11 changed files with 1,653 additions and 1 deletion.
20 changes: 20 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# EditorConfig helps developers define and maintain consistent
# coding styles between different editors and IDEs
# editorconfig.org

root = true

[*]

# Change these settings to your own preference
indent_style = space
indent_size = 3

# We recommend you to keep these unchanged
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

[*.md]
trim_trailing_whitespace = false
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
/nbproject
/vendor
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@
# glpi-singlesignon
15 changes: 15 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"require": {
"league/oauth2-client": "^2.2",
"league/oauth2-facebook": "^2.0",
"league/oauth2-github": "^2.0",
"league/oauth2-google": "^2.0",
"league/oauth2-instagram": "^2.0",
"league/oauth2-linkedin": "^2.0"
},
"config": {
"platform": {
"php": "5.6"
}
}
}
Loading

0 comments on commit c4af8cb

Please sign in to comment.