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

Revert "Test élagage du composer.json"

This reverts commit 03382f25.
parent 03382f25
No related branches found
No related tags found
No related merge requests found
Pipeline #10464 passed
{ {
"name": "unicaen/zfc-user", "name": "unicaen/zfc-user",
"description": "A generic user registration and authentication module for ZF2. Supports Laminas\\Db and Doctrine2.",
"type": "library",
"require": { "require": {
"php": "^5.5|^7.0", "php": "^5.5|^7.0",
"laminas/laminas-authentication": "^2.5", "laminas/laminas-authentication": "^2.5",
...@@ -28,6 +30,9 @@ ...@@ -28,6 +30,9 @@
"squizlabs/php_codesniffer": "1.4.*", "squizlabs/php_codesniffer": "1.4.*",
"laminas/laminas-captcha": "^2.6" "laminas/laminas-captcha": "^2.6"
}, },
"suggest": {
"laminas/laminas-captcha": "Laminas\\Captcha if you want to use the captcha component"
},
"autoload": { "autoload": {
"psr-0": { "psr-0": {
"ZfcUser": "src/" "ZfcUser": "src/"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment