-
- Downloads
Release v2.0.2
Showing
- composer.json 4 additions, 3 deletionscomposer.json
- composer.lock 187 additions, 259 deletionscomposer.lock
- docs/simplesamlphp-changelog.md 6 additions, 0 deletionsdocs/simplesamlphp-changelog.md
- extra/simplesamlphp.spec 1 addition, 1 deletionextra/simplesamlphp.spec
- src/SimpleSAML/Configuration.php 1 addition, 1 deletionsrc/SimpleSAML/Configuration.php
... | @@ -60,6 +60,7 @@ | ... | @@ -60,6 +60,7 @@ |
"gettext/translator": "^1.0.1", | "gettext/translator": "^1.0.1", | ||
"phpmailer/phpmailer": "^6.5", | "phpmailer/phpmailer": "^6.5", | ||
"simplesamlphp/assert": "^0.8.0", | "simplesamlphp/assert": "^0.8.0", | ||
"simplesamlphp/composer-module-installer": "^1.3.0", | |||
"simplesamlphp/saml2": "^4.6", | "simplesamlphp/saml2": "^4.6", | ||
"simplesamlphp/simplesamlphp-assets-base": "^2.0", | "simplesamlphp/simplesamlphp-assets-base": "^2.0", | ||
"symfony/cache": "^5.4", | "symfony/cache": "^5.4", | ||
... | @@ -78,8 +79,7 @@ | ... | @@ -78,8 +79,7 @@ |
"symfony/var-exporter": "^5.4", | "symfony/var-exporter": "^5.4", | ||
"symfony/yaml": "^5.4", | "symfony/yaml": "^5.4", | ||
"twig/intl-extra": "^3.3", | "twig/intl-extra": "^3.3", | ||
"twig/twig": "^3.3.8", | "twig/twig": "^3.3.8" | ||
"simplesamlphp/composer-module-installer": "^1.3.0" | |||
}, | }, | ||
"require-dev": { | "require-dev": { | ||
"ext-curl": "*", | "ext-curl": "*", | ||
... | @@ -108,5 +108,6 @@ | ... | @@ -108,5 +108,6 @@ |
"simplesamlphp/composer-module-installer": true, | "simplesamlphp/composer-module-installer": true, | ||
"muglug/package-versions-56": true | "muglug/package-versions-56": true | ||
} | } | ||
} | }, | ||
"version": "2.0.2" | |||
} | } |
This diff is collapsed.
Please register or sign in to comment