okta-sdk-php icon indicating copy to clipboard operation
okta-sdk-php copied to clipboard

Laravel 9 support

Open AndrewHnidets opened this issue 3 years ago • 9 comments

Need laravel 9 support. At least "illuminate/collections": "^9.0", probably "php": "^8.0", maybe something more

AndrewHnidets avatar Feb 14 '22 11:02 AndrewHnidets

Hi @AndrewHnidets,

Thanks for your request. I'll let the corresponding team know and prioritize accordingly.

laura-rodriguez avatar Feb 14 '22 17:02 laura-rodriguez

I'm having the same issue on Laravel 8. Specifically version 8.54

eXist73 avatar Apr 07 '22 18:04 eXist73

@laura-rodriguez Any update on this? I am trying to install it but getting conflicts same as #123

wishtree-jpandya avatar May 06 '22 10:05 wishtree-jpandya

@laura-rodriguez Need update on this. Cannot install in laravel 9 due to dependencies.

Problem 1 - Only one of these can be installed: illuminate/collections[v8.0.0, ..., 8.x-dev, v9.0.0-beta.1, ..., 9.x-dev], laravel/framework[v9.19.0, ..., 9.x-dev]. laravel/framework replaces illuminate/collections and thus cannot coexist with it. - okta/sdk 1.3.0 requires illuminate/collections 8.29.0 -> satisfiable by illuminate/collections[v8.29.0]. - Root composer.json requires okta/sdk ^1.3 -> satisfiable by okta/sdk[1.3.0]. - Root composer.json requires laravel/framework ^9.19 -> satisfiable by laravel/framework[v9.19.0, ..., 9.x-dev].

devilwacause avatar Jul 27 '22 15:07 devilwacause

Hi there! I'm currently waiting for details from our team. We'll respond as soon as there is more information to share.

laura-rodriguez avatar Aug 02 '22 16:08 laura-rodriguez

@devilwacause Thank you for reaching out about the desire for Laravel 9. At this point, our PHP repositories and libraries have been placed on security patch only mode.

We're excited about the acquisition of Auth0 to bring you better support in PHP. This repo will be placed into security patch only mode and we will not be adding any further features. If you are looking for an API that is not supported in this library, please call the API directly. Our documentation for the supported Management APIs are located here: https://developer.okta.com/docs/reference/core-okta-api/. Please reach out to the DevForum for any questions.

For your needs, what I can suggest to get you unblocked is creating a fork of this library. If you have further questions or need some assistance, You can always reach out to [email protected]

ghost avatar Aug 12 '22 15:08 ghost

@laura-rodriguez

I am also facing this issue. Is there any update on this? Problem 1

  • Only one of these can be installed: illuminate/collections[v8.0.0, ..., 8.x-dev, v9.0.0-beta.1, ..., 9.x-dev], laravel/framework[v9.19.0, ..., 9.x-dev]. laravel/framework replaces illuminate/collections and thus cannot coexist with it.
  • okta/sdk 1.3.0 requires illuminate/collections 8.29.0 -> satisfiable by illuminate/collections[v8.29.0].
  • Root composer.json requires okta/sdk ^1.3 -> satisfiable by okta/sdk[1.3.0].
  • Root composer.json requires laravel/framework ^9.19 -> satisfiable by laravel/framework[v9.19.0, ..., 9.x-dev].

RajulaRafi avatar Oct 20 '22 07:10 RajulaRafi

@RajulaRafi - I ultimately had to build out my own API Wrappers. I dont believe we are going to see much movement on this by Okta.

devilwacause avatar Oct 25 '22 13:10 devilwacause

I had forked the okta package and updated the composer.json to laravel 9 then tried to add that to my laravel 9 app , but was getting errors.

Can anyone help with an updated package which suits laravel 9 ? Thanks in advance.

sabin2hats avatar Oct 26 '22 11:10 sabin2hats