From a1dd1aef2e45d7d6036768f7863e5bdf76bbb920 Mon Sep 17 00:00:00 2001 From: David Maus <maus@hab.de> Date: Mon, 7 Mar 2016 09:41:32 +0100 Subject: [PATCH] Depend on simplesamlphp/simplesamlphp for development --- composer.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/composer.json b/composer.json index 122500d..2fdcc6d 100644 --- a/composer.json +++ b/composer.json @@ -6,5 +6,8 @@ "require": { "simplesamlphp/composer-module-installer": "~1.0", "hab/picaauth": "~0.1" + }, + "require-dev": { + "simplesamlphp/simplesamlphp": "~1.13" } } -- GitLab