From d15536570039d8b94a2b4b07eb5cae6c79ce759a Mon Sep 17 00:00:00 2001 From: Tim van Dijen Date: Wed, 5 Jul 2023 22:31:42 +0200 Subject: [PATCH] Fix dependencies --- composer.json | 7 +++---- src/Constants.php | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index 01e5e6aa..c9739c85 100644 --- a/composer.json +++ b/composer.json @@ -14,12 +14,11 @@ "ext-spl": "*", "simplesamlphp/assert": "^1.0.4", - "simplesamlphp/xml-common": "^1.12", - "simplesamlphp/xml-security": "^1.6.9" + "simplesamlphp/saml2": "dev-master", + "simplesamlphp/xml-common": "^1.12" }, "require-dev": { - "simplesamlphp/simplesamlphp-test-framework": "^1.5.5", - "simplesamlphp/xml-soap": "^1.3.0" + "simplesamlphp/simplesamlphp-test-framework": "^1.5.5" }, "autoload": { "psr-4": { diff --git a/src/Constants.php b/src/Constants.php index a8589ba6..344e50e3 100644 --- a/src/Constants.php +++ b/src/Constants.php @@ -10,7 +10,7 @@ * @package tvdijen/ws-security */ -class Constants extends \SimpleSAML\XMLSecurity\Constants +class Constants extends \SimpleSAML\SAML2\Constants { /** * The namespace for WS-Addressing protocol.