okta / okta-sdk-php

PHP SDK for the Okta API
Apache License 2.0
38 stars 71 forks source link

okta/sdk is incompatible with Symfony >= 5.0 #148

Closed amacrobert-meq closed 1 year ago

amacrobert-meq commented 2 years ago

This package requires symfony/yaml ^3.2|^4.3.

All Symfony 3.* versions are past EOL, as well as 4.3. The one still-supported version of Symfony that this package can use is 4.4, which ends active support in November of this year.

Additionally, this requirement makes okta/sdk incompatible with Symfony 5 and 6 projects.

I propose that we change the requirement to symfony/yaml >=4.4 to

  1. Require a supported version of symfony/yaml for security
  2. Allow Symfony 5 and 6 project to use this SDK
  3. Not break with future versions of Symfony -- it's unlikely that Symfony\Component\Yaml\Parser::parse() will break compatibility in future major versions.

PR incoming

amacrobert-meq commented 1 year ago

(Closing because this package is abandoned)