From f964d05b51098bbefcbe03f46ac57cc4b572ce2e Mon Sep 17 00:00:00 2001
From: Bertrand Gauthier <bertrand.gauthier@unicaen.fr>
Date: Thu, 15 Jan 2015 12:15:37 +0000
Subject: [PATCH] =?UTF-8?q?Annulation=20commit=20fait=20par=20erreur=20dan?=
 =?UTF-8?q?s=20le=20tag=201.0.0=20:=20Suppression=20du=20"require"=20qui?=
 =?UTF-8?q?=20=C3=A9tait=20n=C3=A9cessaire=20avec=20le=20module=20"intouch?=
 =?UTF-8?q?/phpcas"=20(plus=20n=C3=A9cessaire=20avec=20son=20rempa=C3=A7an?=
 =?UTF-8?q?t=20"jasig/phpcas").?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 src/UnicaenAuth/Authentication/Adapter/Cas.php | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/UnicaenAuth/Authentication/Adapter/Cas.php b/src/UnicaenAuth/Authentication/Adapter/Cas.php
index d66a31e..0cef797 100644
--- a/src/UnicaenAuth/Authentication/Adapter/Cas.php
+++ b/src/UnicaenAuth/Authentication/Adapter/Cas.php
@@ -115,6 +115,8 @@ class Cas extends AbstractAdapter implements ServiceManagerAwareInterface, Event
      */
     public function getCasClient($initClient = true)
     {
+        require_once __VENDOR_DIR__ . '/intouch/phpcas/CAS.php';
+        
         if (null === $this->casClient) {
             $this->casClient = new phpCAS();
         }
-- 
GitLab