Skip to content

Commit 99517b5

Browse files
committed
Added composer
1 parent 8750724 commit 99517b5

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

composer.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"name": "onelogin/php-saml",
3+
"description": "Simple SAML toolkit for PHP",
4+
"license": "BSD-3-Clause",
5+
"keywords": ["saml"],
6+
"autoload": {
7+
"classmap": ["src/", "ext/"]
8+
}
9+
}

0 commit comments

Comments
 (0)