111 lines
4.1 KiB
JSON
111 lines
4.1 KiB
JSON
{
|
|
"packages": [
|
|
{
|
|
"name": "onelogin/php-saml",
|
|
"version": "4.0.0",
|
|
"version_normalized": "4.0.0.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/onelogin/php-saml.git",
|
|
"reference": "f30f5062f3653c4d2082892d207f4dc3e577d979"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/onelogin/php-saml/zipball/f30f5062f3653c4d2082892d207f4dc3e577d979",
|
|
"reference": "f30f5062f3653c4d2082892d207f4dc3e577d979",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.3",
|
|
"robrichards/xmlseclibs": ">=3.1.1"
|
|
},
|
|
"require-dev": {
|
|
"pdepend/pdepend": "^2.8.0",
|
|
"php-coveralls/php-coveralls": "^2.0",
|
|
"phploc/phploc": "^4.0 || ^5.0 || ^6.0 || ^7.0",
|
|
"phpunit/phpunit": "^9.5",
|
|
"sebastian/phpcpd": "^4.0 || ^5.0 || ^6.0 ",
|
|
"squizlabs/php_codesniffer": "^3.5.8"
|
|
},
|
|
"suggest": {
|
|
"ext-curl": "Install curl lib to be able to use the IdPMetadataParser for parsing remote XMLs",
|
|
"ext-dom": "Install xml lib",
|
|
"ext-openssl": "Install openssl lib in order to handle with x509 certs (require to support sign and encryption)",
|
|
"ext-zlib": "Install zlib"
|
|
},
|
|
"time": "2021-03-02T10:19:19+00:00",
|
|
"type": "library",
|
|
"installation-source": "dist",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"OneLogin\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"description": "OneLogin PHP SAML Toolkit",
|
|
"homepage": "https://developers.onelogin.com/saml/php",
|
|
"keywords": [
|
|
"SAML2",
|
|
"onelogin",
|
|
"saml"
|
|
],
|
|
"support": {
|
|
"email": "sixto.garcia@onelogin.com",
|
|
"issues": "https://github.com/onelogin/php-saml/issues",
|
|
"source": "https://github.com/onelogin/php-saml/"
|
|
},
|
|
"install-path": "../onelogin/php-saml"
|
|
},
|
|
{
|
|
"name": "robrichards/xmlseclibs",
|
|
"version": "3.1.1",
|
|
"version_normalized": "3.1.1.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/robrichards/xmlseclibs.git",
|
|
"reference": "f8f19e58f26cdb42c54b214ff8a820760292f8df"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/robrichards/xmlseclibs/zipball/f8f19e58f26cdb42c54b214ff8a820760292f8df",
|
|
"reference": "f8f19e58f26cdb42c54b214ff8a820760292f8df",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-openssl": "*",
|
|
"php": ">= 5.4"
|
|
},
|
|
"time": "2020-09-05T13:00:25+00:00",
|
|
"type": "library",
|
|
"installation-source": "dist",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"RobRichards\\XMLSecLibs\\": "src"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"description": "A PHP library for XML Security",
|
|
"homepage": "https://github.com/robrichards/xmlseclibs",
|
|
"keywords": [
|
|
"security",
|
|
"signature",
|
|
"xml",
|
|
"xmldsig"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/robrichards/xmlseclibs/issues",
|
|
"source": "https://github.com/robrichards/xmlseclibs/tree/3.1.1"
|
|
},
|
|
"install-path": "../robrichards/xmlseclibs"
|
|
}
|
|
],
|
|
"dev": true,
|
|
"dev-package-names": []
|
|
}
|