Skip to content
Snippets Groups Projects
Commit 1eb571b0 authored by Bertrand Gauthier's avatar Bertrand Gauthier
Browse files

Composer.json : Ajout des modules requis.

parent 1ec3a620
No related branches found
No related tags found
No related merge requests found
......@@ -8,6 +8,15 @@
}
],
"require": {
"php": ">=5.3.3",
"zendframework/zend-servicemanager": "~2.4",
"zendframework/zend-modulemanager": "~2.4",
"zendframework/zend-config": "~2.4",
"zendframework/zend-serializer": "~2.4",
"zendframework/zend-log": "~2.4",
"zendframework/zend-i18n": "~2.4",
"zendframework/zend-stdlib": "~2.4",
"zendframework/zend-ldap": "~2.4"
},
"require-dev": {
"phpunit/PHPUnit": ">=3.7",
......@@ -16,7 +25,8 @@
"autoload": {
"psr-0": {
"UnicaenLdap": "src/",
"UnicaenLdapTest": "tests/"
"UnicaenLdapUnitTest": "tests/unit/",
"UnicaenLdapFuncTest": "tests/func/"
},
"classmap": [
"./Module.php"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment