diff --git a/composer.json b/composer.json index 6ebc599..ce9829b 100644 --- a/composer.json +++ b/composer.json @@ -13,11 +13,11 @@ "ext-dom": "*", "ext-spl": "*", - "simplesamlphp/assert": "~1.7.0", - "simplesamlphp/xml-common": "~1.23.2" + "simplesamlphp/assert": "~1.8.0", + "simplesamlphp/xml-common": "~1.24.0" }, "require-dev": { - "simplesamlphp/simplesamlphp-test-framework": "^1.7" + "simplesamlphp/simplesamlphp-test-framework": "~1.8.0" }, "autoload": { "psr-4": { diff --git a/src/Assert/Assert.php b/src/Assert/Assert.php new file mode 100644 index 0000000..0f15455 --- /dev/null +++ b/src/Assert/Assert.php @@ -0,0 +1,16 @@ +