bringyourownideas / silverstripe-composer-security-checker

Provides information if your SilverStripe application uses dependencies with known vulnerabilities.
https://bringyourownideas.com
BSD 3-Clause "New" or "Revised" License
9 stars 6 forks source link

Add v6 to sensiolabs/security-checker constraint #53

Closed lhalaa closed 4 years ago

lhalaa commented 4 years ago

The conflict issue occurred during the installation of one of the SilverStripe modules (silverstripe/versioned-snapshot-admin) where one of its dependencies requires symfony/event-dispatcher v5 which conflicts with symfony/console[v4.4.7].

For reference, sensiolabs/security-checker v5.0.3 requires symfony/console (~2.7|~3.0|~4.0).

lhalaa commented 4 years ago

I'd suggest we loosen this constraint rather than change it, e.g. ^4 || ^5

Fair enough, I've updated the constraint.