We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8750724 commit 99517b5Copy full SHA for 99517b5
composer.json
@@ -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