summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2016-07-28 11:02:10 +0200
committerRemi Collet <fedora@famillecollet.com>2016-07-28 11:02:10 +0200
commitb80d6a9431d8d30deaf9fd961251b3f268e84b9e (patch)
tree2af7f692eda51ee0e50dac311ab8984764739b69 /composer.json
parentc03d9fc89a33f6a6ef3740d70036961a627d04a2 (diff)
php-onelogin-php-saml: add backport stuff
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json39
1 files changed, 39 insertions, 0 deletions
diff --git a/composer.json b/composer.json
new file mode 100644
index 0000000..18a15c6
--- /dev/null
+++ b/composer.json
@@ -0,0 +1,39 @@
+{
+ "name": "onelogin/php-saml",
+ "description": "OneLogin PHP SAML Toolkit",
+ "license": "MIT",
+ "version": "2.9.1",
+ "homepage": "https://onelogin.zendesk.com/hc/en-us/sections/200245634-SAML-Toolkits",
+ "keywords": ["saml", "saml2", "onelogin"],
+ "autoload": {
+ "classmap": [
+ "extlib/xmlseclibs",
+ "lib/Saml",
+ "lib/Saml2"
+ ]
+ },
+ "support": {
+ "email": "sixto.garcia@onelogin.com",
+ "issues": "https://github.com/onelogin/php-saml/issues",
+ "source": "https://github.com/onelogin/php-saml/"
+ },
+ "require": {
+ "php": ">=5.3.2",
+ "ext-openssl": "*",
+ "ext-dom": "*",
+ "ext-mcrypt": "*"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "4.8",
+ "satooshi/php-coveralls": "1.0.1",
+ "sebastian/phpcpd": "*",
+ "phploc/phploc": "*",
+ "pdepend/pdepend" : "1.1.0",
+ "squizlabs/php_codesniffer": "*"
+ },
+ "suggest": {
+ "lib-openssl": "Install openssl lib in order to handle with x509 certs (require to support sign and encryption)",
+ "ext-mcrypt": "Install mcrypt and php5-mcrypt libs in order to support encryption",
+ "ext-gettext": "Install gettext and php5-gettext libs to handle translations"
+ }
+}