![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/mautic.corals.io/vendor/litesaml/lightsaml/ |
{ "name": "litesaml/lightsaml", "license": "MIT", "type": "library", "description": "SAML 2.0 PHP library", "keywords": ["SAML 2.0", "PHP", "library", "lightSAML", "Single SignOn", "Single Logout"], "authors": [ { "name": "William", "email": "[email protected]" }, { "name": "Milos Tomic", "email": "[email protected]", "homepage": "https://github.com/tmilos/", "role": "Developer" } ], "support": { "issues": "https://github.com/litesaml/lightsaml/issues", "source": "https://github.com/litesaml/lightsaml", "docs": "https://docs.litesaml.com" }, "autoload": { "psr-4": { "LightSaml\\": "src/" } }, "autoload-dev": { "psr-4": { "LightSaml\\Tests\\": "tests/" } }, "require": { "php": ">=7.4", "robrichards/xmlseclibs": "~2.0|~3.0|~4.0", "symfony/http-foundation": "~5.0|~6.0", "psr/event-dispatcher": "^1.0" }, "require-dev": { "symfony/dom-crawler": "~5.0|~6.0", "symfony/css-selector": "~5.0|~6.0", "pimple/pimple": "~3.0", "phpunit/phpunit": "~8.4|~9.5", "monolog/monolog": "^2.0|^3.0", "squizlabs/php_codesniffer": "^3.6", "litesaml/schemas": "~1.0.0", "phpstan/phpstan": "^1.8", "marcocesarato/php-conventional-changelog": "^1.15" }, "prefer-stable": true, "minimum-stability": "stable", "scripts": { "test": "vendor/bin/phpunit", "phpcs": "vendor/bin/phpcs --standard=PSR12 --exclude=Generic.Files.LineLength ./src", "phpstan": "vendor/bin/phpstan analyse --memory-limit 512M --ansi", "tag": "vendor/bin/conventional-changelog --commit" } }