-
- Downloads
Composer.json : Ajout des modules requis.
... | ... | @@ -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" | ||
... | ... |
Please register or sign in to comment