You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
composer.json defines ua-parser/uap-php as a dev-dependency. Since version 2.2.0 (commit #815b5d762ae26db93195abc3c7cc1a9f09f75ee7) NelmioSecurityBundle doesn't work out of the box any more with the default configuration.
This happens because the new configuration setting
composer.json
definesua-parser/uap-php
as a dev-dependency. Since version 2.2.0 (commit #815b5d762ae26db93195abc3c7cc1a9f09f75ee7) NelmioSecurityBundle doesn't work out of the box any more with the default configuration.This happens because the new configuration setting
requires the
ua-parser/uap-php
library to be installed. That's somehow inconsistent as the other setting that relies on theua-parser/uap-php
libraryis disabled by default. The solution could be to
browser_bugs
filter by defaultbrowser_bugs
dependant on the availability ofua-parser/uap-php
ua-parser/uap-php
library incomposer.json
Does this make any sense?
The text was updated successfully, but these errors were encountered: