hslavich / OneloginSamlBundle

OneLogin SAML Bundle for Symfony
MIT License
149 stars 94 forks source link

Bump symfony/deprecation-contracts to allow ^3 #198

Closed jonnyeom closed 2 years ago

jonnyeom commented 2 years ago

Only difference between deprecation-contracts 2.5.x and 3.x is adding the mixed parameter type in c726b64

This should be a safe change since we still allow ^2.1. which still supports php 7

Resolves #197

jonnyeom commented 2 years ago

@hhamon thoughts?

a-menshchikov commented 2 years ago

Thank you @jonnyeom!