We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not possible to use the 'laminas-captcha' without adding extra Composer requirements:
The mentioned (or even more) dependencies should be moved from the 'require-dev' to 'require' section to fix the issues.
Errors with basic use case example.
Class 'Laminas\Validator\AbstractValidator' not found
laminas/laminas-validator
Class 'Laminas\Text\Figlet\Figlet' not found
laminas/laminas-text
Class Laminas\Session\Container not found
laminas/laminas-session
Installation the package. Check basic use case example.
The basic use case example works fine.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Bug Report
Summary
Not possible to use the 'laminas-captcha' without adding extra Composer requirements:
The mentioned (or even more) dependencies should be moved from the 'require-dev' to 'require' section to fix the issues.
Current behavior
Errors with basic use case example.
Class 'Laminas\Validator\AbstractValidator' not found
The
laminas/laminas-validator
is required, see #16 issue for more details.laminas/laminas-validator
package:Class 'Laminas\Text\Figlet\Figlet' not found
The
laminas/laminas-text
is required.laminas/laminas-text
package:Class Laminas\Session\Container not found
The
laminas/laminas-session
is required.How to reproduce
Installation the package.
Check basic use case example.
Expected behavior
The basic use case example works fine.
The text was updated successfully, but these errors were encountered: