From 70d5cba1be086a31f1dbf1272c1f57702b56e123 Mon Sep 17 00:00:00 2001 From: lecluse <lecluse@d57fa8bc-6af1-4de9-8b7d-78e900e231e7> Date: Mon, 5 Oct 2015 08:47:22 +0000 Subject: [PATCH] =?UTF-8?q?Suppression=20de=20la=20d=C3=A9pendance=20inuti?= =?UTF-8?q?le=20=C3=A0=20unicaenLdap?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- composer.json | 1 - config/application.config.php | 1 - 2 files changed, 2 deletions(-) diff --git a/composer.json b/composer.json index 29acf27e42..75a5172f81 100755 --- a/composer.json +++ b/composer.json @@ -10,7 +10,6 @@ "require": { "unicaen/unicaen-app": "dev-trunk", "unicaen/unicaen-auth": "dev-trunk", - "unicaen/unicaen-ldap": "dev-trunk", "zendframework/zend-code": "2.4.*", "zendframework/zend-form": "2.4.*", "bjyoungblood/bjy-authorize": "dev-master", diff --git a/config/application.config.php b/config/application.config.php index bd2b8fb0c2..438db43460 100755 --- a/config/application.config.php +++ b/config/application.config.php @@ -6,7 +6,6 @@ $modules = [ 'ZfcBase', 'DoctrineModule', 'DoctrineORMModule', 'ZfcUser', 'ZfcUserDoctrineORM', 'BjyAuthorize', 'UnicaenApp', //'AssetManager', 'UnicaenAuth', - 'UnicaenLdap', 'Common', 'Application', 'Import', -- GitLab