laminas / laminas-diagnostics

A set of components for performing diagnostic tests in PHP applications
https://docs.laminas.dev/laminas-diagnostics/
BSD 3-Clause "New" or "Revised" License
55 stars 32 forks source link

fix(composer): set enlightn/security-checker dependency as required #50

Closed nayzo closed 2 years ago

nayzo commented 2 years ago

The dependency enlightn/security-checkershould be in the require and not in the require-devof Compoer.

Q A
Documentation no
Bugfix yes
BC Break no
New Feature no
RFC no
QA no

Description

After a composer update, I get this error: Unable to find "Enlightn\SecurityChecker\AdvisoryAnalyzer" class. Please install "enlightn/security-checker" library to use this Check.

nayzo commented 2 years ago

It is optional dependency listed in suggestions. Remove it from suggest since it is a full dependency now.

@Xerkus Done.